Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.faest
Class FaestPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.faest.FaestPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class FaestPrivateKeyParameters
extends AsymmetricKeyParameter

FAEST private key: encoded as (matching the upstream layout). Length matches FaestParameters.getSkSize().


Constructor Summary
FaestPrivateKeyParameters(FaestParameters parameters, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 FaestParameters getParameters()
           
 byte[] getPrivateKey()
           
 
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

FaestPrivateKeyParameters

public FaestPrivateKeyParameters(FaestParameters parameters,
                                 byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

getParameters

public FaestParameters getParameters()

Bouncy Castle Cryptography Library 1.85