Package | Description |
---|---|
org.minidns.dnssec.algorithms | |
org.minidns.record |
Modifier and Type | Method and Description |
---|---|
DigestCalculator |
AlgorithmMap.getNsecDigestCalculator(NSEC3.HashAlgorithm algorithm) |
Modifier and Type | Field and Description |
---|---|
NSEC3.HashAlgorithm |
NSEC3PARAM.hashAlgorithm
The cryptographic hash algorithm used.
|
NSEC3.HashAlgorithm |
NSEC3.hashAlgorithm
The cryptographic hash algorithm used.
|
Modifier and Type | Method and 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.
|