Class RainbowPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
-
- org.bouncycastle.pqc.crypto.rainbow.RainbowPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class RainbowPublicKeyParameters extends RainbowKeyParameters
-
-
Constructor Summary
Constructors Constructor Description RainbowPublicKeyParameters(RainbowParameters params, byte[] encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
short[][][]
getPk()
-
Methods inherited from class org.bouncycastle.pqc.crypto.rainbow.RainbowKeyParameters
getDocLength, getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
RainbowPublicKeyParameters
public RainbowPublicKeyParameters(RainbowParameters params, byte[] encoding)
-
-