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
Constructors Constructor Description SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters, byte[] skpkEncoded)
SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters, byte[] skSeed, byte[] prf, byte[] pkSeed, byte[] pkRoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
SPHINCSPlusPrivateKeyParameters
public SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters, byte[] skpkEncoded)
-
SPHINCSPlusPrivateKeyParameters
public SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters, byte[] skSeed, byte[] prf, byte[] pkSeed, byte[] pkRoot)
-
-