|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm>
org.opends.server.admin.std.meta.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
public static enum FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
Defines the set of permissable values for the "fingerprint-algorithm" property.
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
Enum Constant Summary | |
---|---|
MD5
Use the MD5 digest algorithm to compute certificate fingerprints. |
|
SHA1
Use the SHA-1 digest algorithm to compute certificate fingerprints. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm MD5
public static final FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm SHA1
Method Detail |
---|
public static FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm[] values()
for (FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm c : FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm.values()) System.out.println(c);
public static FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |