Uses of Class
org.minidns.record.NSEC3.HashAlgorithm
Package | Description |
---|---|
org.minidns.record |
-
Uses of NSEC3.HashAlgorithm in org.minidns.record
Fields in org.minidns.record declared as NSEC3.HashAlgorithm Modifier and Type Field Description NSEC3.HashAlgorithm
NSEC3. hashAlgorithm
The cryptographic hash algorithm used.NSEC3.HashAlgorithm
NSEC3PARAM. hashAlgorithm
The cryptographic hash algorithm used.Methods in org.minidns.record that return NSEC3.HashAlgorithm Modifier and Type Method Description static NSEC3.HashAlgorithm
NSEC3.HashAlgorithm. forByte(byte b)
static NSEC3.HashAlgorithm
NSEC3.HashAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static NSEC3.HashAlgorithm[]
NSEC3.HashAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.