Uses of Enum
org.minidns.record.NSEC3.HashAlgorithm
Packages that use NSEC3.HashAlgorithm
-
Uses of NSEC3.HashAlgorithm in org.minidns.dnssec.algorithms
Methods in org.minidns.dnssec.algorithms with parameters of type NSEC3.HashAlgorithmModifier and TypeMethodDescriptionAlgorithmMap.getNsecDigestCalculator
(NSEC3.HashAlgorithm algorithm) -
Uses of NSEC3.HashAlgorithm in org.minidns.record
Fields in org.minidns.record declared as NSEC3.HashAlgorithmModifier and TypeFieldDescriptionfinal NSEC3.HashAlgorithm
NSEC3.hashAlgorithm
The cryptographic hash algorithm used.final NSEC3.HashAlgorithm
NSEC3PARAM.hashAlgorithm
The cryptographic hash algorithm used.Methods in org.minidns.record that return NSEC3.HashAlgorithmModifier 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.