Package org.minidns.record
Class NSEC3PARAM
java.lang.Object
org.minidns.record.Data
org.minidns.record.NSEC3PARAM
NSEC3PARAM record payload.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal bytefinal NSEC3.HashAlgorithmThe cryptographic hash algorithm used.final byteThe cryptographic hash algorithm used.final intThe number of iterations the hash algorithm is applied. -
Method Summary
Modifier and TypeMethodDescriptionintgetType()The payload type.static NSEC3PARAMparse(DataInputStream dis) voidThe internal method used to serialize Data subclasses.toString()Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
Field Details
-
hashAlgorithm
The cryptographic hash algorithm used. -
hashAlgorithmByte
The cryptographic hash algorithm used. -
flags
-
iterations
The number of iterations the hash algorithm is applied.
-
-
Method Details
-
parse
- Throws:
IOException
-
getType
Description copied from class:DataThe payload type. -
serialize
Description copied from class:DataThe internal method used to serialize Data subclasses.- Specified by:
serializein classData- Parameters:
dos- the output stream to serialize to.- Throws:
IOException- if an I/O error occurs.
-
toString
-
getSaltLength
-