Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.params
Class FrodoKEMPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.crypto.params.FrodoKEMKeyParameters
          extended byorg.bouncycastle.crypto.params.FrodoKEMPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class FrodoKEMPrivateKeyParameters
extends FrodoKEMKeyParameters


Constructor Summary
FrodoKEMPrivateKeyParameters(FrodoKEMParameters params, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPrivateKey()
           
 
Methods inherited from class org.bouncycastle.crypto.params.FrodoKEMKeyParameters
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

FrodoKEMPrivateKeyParameters

public FrodoKEMPrivateKeyParameters(FrodoKEMParameters params,
                                    byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85