Uses of Enum
org.minidns.record.NSEC3.HashAlgorithm
-
Uses of NSEC3.HashAlgorithm in org.minidns.record
Modifier and TypeFieldDescriptionfinal NSEC3.HashAlgorithm
NSEC3.hashAlgorithm
The cryptographic hash algorithm used.final NSEC3.HashAlgorithm
NSEC3PARAM.hashAlgorithm
The cryptographic hash algorithm used.Modifier and TypeMethodDescriptionstatic NSEC3.HashAlgorithm
NSEC3.HashAlgorithm.forByte
(byte b) static NSEC3.HashAlgorithm
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.