Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.sphincsplus
Class SPHINCSPlusPrivateKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class SPHINCSPlusPrivateKeyParameters
extends SPHINCSPlusKeyParameters


Constructor Summary
SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters, byte[] skpkEncoded)
           
SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters, byte[] skSeed, byte[] prf, byte[] pkSeed, byte[] pkRoot)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getEncodedPublicKey()
           
 byte[] getPrf()
           
 byte[] getPublicKey()
           
 byte[] getPublicSeed()
           
 byte[] getRoot()
           
 byte[] getSeed()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters
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

SPHINCSPlusPrivateKeyParameters

public SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters,
                                       byte[] skpkEncoded)

SPHINCSPlusPrivateKeyParameters

public SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters,
                                       byte[] skSeed,
                                       byte[] prf,
                                       byte[] pkSeed,
                                       byte[] pkRoot)
Method Detail

getSeed

public byte[] getSeed()

getPrf

public byte[] getPrf()

getPublicSeed

public byte[] getPublicSeed()

getRoot

public byte[] getRoot()

getPublicKey

public byte[] getPublicKey()

getEncoded

public byte[] getEncoded()

getEncodedPublicKey

public byte[] getEncodedPublicKey()

Bouncy Castle Cryptography Library 1.79