de.flexiprovider.pqc.ots.merkle
Class MerkleOTSKeyGenParameterSpec

java.lang.Object
  |
  +--de.flexiprovider.pqc.ots.merkle.MerkleOTSKeyGenParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec, java.security.spec.AlgorithmParameterSpec

public class MerkleOTSKeyGenParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec

This class provides the specification of the parameters used by the MerkleOTSKeyPairGenerator.

Author:
Elena Klintsevich

Constructor Summary
MerkleOTSKeyGenParameterSpec(byte[] seed)
          Construct new MerkleOTS parameters from the given seed for the PRNG.
 
Method Summary
 byte[] getSeed()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerkleOTSKeyGenParameterSpec

public MerkleOTSKeyGenParameterSpec(byte[] seed)
Construct new MerkleOTS parameters from the given seed for the PRNG.
Parameters:
seed - the seed
Method Detail

getSeed

public byte[] getSeed()
Returns:
the seed for the PRNG