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
-
Constructor Summary
ConstructorsConstructorDescriptionSPHINCSPlusPrivateKeyParameters
(SPHINCSPlusParameters parameters, byte[] skpkEncoded) -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
SPHINCSPlusPrivateKeyParameters
-
-
Method Details
-
getSeed
public byte[] getSeed() -
getPrf
public byte[] getPrf() -
getPublicSeed
public byte[] getPublicSeed() -
getPublicKey
public byte[] getPublicKey() -
getEncoded
public byte[] getEncoded()
-