public static enum CertificateValidatorBuilder.OpensslHashFunction extends java.lang.Enum<CertificateValidatorBuilder.OpensslHashFunction>
OpensslCertChainValidator to resolve CRLs and other trust anchors
files.| Modifier and Type | Method and Description |
|---|---|
static CertificateValidatorBuilder.OpensslHashFunction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertificateValidatorBuilder.OpensslHashFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateValidatorBuilder.OpensslHashFunction MD5
public static final CertificateValidatorBuilder.OpensslHashFunction SHA1
public static CertificateValidatorBuilder.OpensslHashFunction[] values()
for (CertificateValidatorBuilder.OpensslHashFunction c : CertificateValidatorBuilder.OpensslHashFunction.values()) System.out.println(c);
public static CertificateValidatorBuilder.OpensslHashFunction 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 namejava.lang.NullPointerException - if the argument is null