Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.crypto.frodo
Class FrodoPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.frodo.FrodoKeyParameters
          extended byorg.bouncycastle.pqc.crypto.frodo.FrodoPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class FrodoPrivateKeyParameters
extends FrodoKeyParameters


Constructor Summary
FrodoPrivateKeyParameters(FrodoParameters params, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPrivateKey()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.frodo.FrodoKeyParameters
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

FrodoPrivateKeyParameters

public FrodoPrivateKeyParameters(FrodoParameters params,
                                 byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.81