public static enum FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm extends Enum<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm>
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
Enum Constant and Description |
---|
MD5
Use the MD5 digest algorithm to compute certificate
fingerprints.
|
SHA1
Use the SHA-1 digest algorithm to compute certificate
fingerprints.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm |
valueOf(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.
|
public static final FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm MD5
public static final FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm SHA1
public static FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm[] values()
for (FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm c : FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm.values()) System.out.println(c);
public static FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.