Package | Description |
---|---|
org.italiangrid.voms.util |
This package provides utility classes used in other packages.
|
Modifier and Type | Field and Description |
---|---|
static CertificateValidatorBuilder.OpensslHashFunction |
CertificateValidatorBuilder.DEFAULT_OPENSSL_HASH_FUNCTION
The default Openssl hash function value.
|
private CertificateValidatorBuilder.OpensslHashFunction |
CertificateValidatorBuilder.opensslHashFunction |
Modifier and Type | Method and Description |
---|---|
static CertificateValidatorBuilder.OpensslHashFunction |
CertificateValidatorBuilder.OpensslHashFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertificateValidatorBuilder.OpensslHashFunction[] |
CertificateValidatorBuilder.OpensslHashFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CertificateValidatorBuilder |
CertificateValidatorBuilder.opensslHashFunction(CertificateValidatorBuilder.OpensslHashFunction f)
Sets the openssl hash function for this builder
|