Class NSEC3PARAM


  • public class NSEC3PARAM
    extends Data
    NSEC3PARAM record payload.
    • Field Detail

      • hashAlgorithm

        public final NSEC3.HashAlgorithm hashAlgorithm
        The cryptographic hash algorithm used.
      • hashAlgorithmByte

        public final byte hashAlgorithmByte
        The cryptographic hash algorithm used.
      • flags

        public final byte flags
      • iterations

        public final int iterations
        The number of iterations the hash algorithm is applied.
    • Constructor Detail

      • NSEC3PARAM

        NSEC3PARAM​(byte hashAlgorithm,
                   byte flags,
                   int iterations,
                   byte[] salt)