public class NSEC3PARAM extends Data
| Modifier and Type | Field and Description |
|---|---|
byte |
flags |
NSEC3.HashAlgorithm |
hashAlgorithm
The cryptographic hash algorithm used.
|
byte |
hashAlgorithmByte
The cryptographic hash algorithm used.
|
int |
iterations
The number of iterations the hash algorithm is applied.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSaltLength() |
Record.TYPE |
getType()
The payload type.
|
static NSEC3PARAM |
parse(java.io.DataInputStream dis) |
void |
serialize(java.io.DataOutputStream dos)
The internal method used to serialize Data subclasses.
|
java.lang.String |
toString() |
equals, hashCode, length, toByteArray, toOutputStreampublic final NSEC3.HashAlgorithm hashAlgorithm
public final byte hashAlgorithmByte
public final byte flags
public final int iterations
public static NSEC3PARAM parse(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOExceptionpublic Record.TYPE getType()
Datapublic void serialize(java.io.DataOutputStream dos)
throws java.io.IOException
Datapublic java.lang.String toString()
toString in class java.lang.Objectpublic int getSaltLength()