Class RainbowKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowKeyParameters
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
RainbowPrivateKeyParameters
,RainbowPublicKeyParameters
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
RainbowKeyParameters
public RainbowKeyParameters(boolean isPrivate, int docLength)
-
-
Method Details
-
getDocLength
public int getDocLength()- Returns:
- the docLength
-