Class RainbowKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
RainbowPrivateKeyParameters
,RainbowPublicKeyParameters
public class RainbowKeyParameters extends AsymmetricKeyParameter
-
-
Constructor Summary
Constructors Constructor Description RainbowKeyParameters(boolean isPrivateKey, RainbowParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDocLength()
RainbowParameters
getParameters()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
RainbowKeyParameters
public RainbowKeyParameters(boolean isPrivateKey, RainbowParameters params)
-
-
Method Detail
-
getParameters
public RainbowParameters getParameters()
-
getDocLength
public int getDocLength()
- Returns:
- the docLength
-
-