Class SQIsignPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.sqisign.SQIsignPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorsConstructorDescriptionSQIsignPrivateKeyParameters(SQIsignParameters parameters, byte[] privateKey) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]Methods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
SQIsignPrivateKeyParameters
-
-
Method Details
-
getPrivateKey
public byte[] getPrivateKey() -
getEncoded
public byte[] getEncoded() -
getParameters
-