Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.frodo
Class FrodoPrivateKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.frodo.FrodoKeyParameters
              |
              +--org.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.79