Bouncy Castle Cryptography Library 1.48

org.bouncycastle.pqc.jcajce.spec
Class GMSSKeySpec

java.lang.Object
  extended by org.bouncycastle.pqc.jcajce.spec.GMSSKeySpec
All Implemented Interfaces:
java.security.spec.KeySpec
Direct Known Subclasses:
GMSSPublicKeySpec

public class GMSSKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec


Constructor Summary
protected GMSSKeySpec(GMSSParameters gmssParameterSet)
           
 
Method Summary
 GMSSParameters getParameters()
          Returns the GMSS parameter set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMSSKeySpec

protected GMSSKeySpec(GMSSParameters gmssParameterSet)
Method Detail

getParameters

public GMSSParameters getParameters()
Returns the GMSS parameter set

Returns:
The GMSS parameter set

Bouncy Castle Cryptography Library 1.48