Elexis API documentation
Version 2.1.6 as of December 11 2011

ch.rgw.crypt
Enum Cryptologist.SYMM_ALGOS

java.lang.Object
  extended by java.lang.Enum<Cryptologist.SYMM_ALGOS>
      extended by ch.rgw.crypt.Cryptologist.SYMM_ALGOS
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Cryptologist.SYMM_ALGOS>
Enclosing interface:
Cryptologist

public static enum Cryptologist.SYMM_ALGOS
extends java.lang.Enum<Cryptologist.SYMM_ALGOS>

Algorithms for symmetric encryption

Author:
gerry

Enum Constant Summary
BLOWFISH
           
 
Method Summary
static Cryptologist.SYMM_ALGOS valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Cryptologist.SYMM_ALGOS[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BLOWFISH

public static final Cryptologist.SYMM_ALGOS BLOWFISH
Method Detail

values

public static Cryptologist.SYMM_ALGOS[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Cryptologist.SYMM_ALGOS c : Cryptologist.SYMM_ALGOS.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Cryptologist.SYMM_ALGOS valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis