Bouncy Castle Cryptography Library 1.86

org.bouncycastle.pqc.crypto.smaugt
Class SmaugTPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.smaugt.SmaugTKeyParameters
          extended byorg.bouncycastle.pqc.crypto.smaugt.SmaugTPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class SmaugTPrivateKeyParameters
extends SmaugTKeyParameters

Lightweight private key parameters for SMAUG-T. Wraps the raw encoded private key bytes produced by SmaugTKeyPairGenerator for the parameter set carried on the superclass.


Constructor Summary
SmaugTPrivateKeyParameters(SmaugTParameters params, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPrivateKey()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.smaugt.SmaugTKeyParameters
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

SmaugTPrivateKeyParameters

public SmaugTPrivateKeyParameters(SmaugTParameters params,
                                  byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.86