Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.sphincsplus
Class SPHINCSPlusKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
SPHINCSPlusPrivateKeyParameters, SPHINCSPlusPublicKeyParameters

public class SPHINCSPlusKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
protected SPHINCSPlusKeyParameters(boolean isPrivate, SPHINCSPlusParameters parameters)
           
 
Method Summary
 SPHINCSPlusParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPHINCSPlusKeyParameters

protected SPHINCSPlusKeyParameters(boolean isPrivate,
                                   SPHINCSPlusParameters parameters)
Method Detail

getParameters

public SPHINCSPlusParameters getParameters()

Bouncy Castle Cryptography Library 1.79