Class RainbowPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
org.bouncycastle.pqc.crypto.rainbow.RainbowPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
byte[]
Methods inherited from class org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
getDocLength, getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
RainbowPrivateKeyParameters
-
-
Method Details
-
getPrivateKey
public byte[] getPrivateKey() -
getEncoded
public byte[] getEncoded() -
getPublicKey
public byte[] getPublicKey()
-