Package org.bouncycastle.pqc.crypto.bike
Class BIKEPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters
-
- org.bouncycastle.pqc.crypto.bike.BIKEPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class BIKEPublicKeyParameters extends BIKEKeyParameters
-
-
Constructor Summary
Constructors Constructor Description BIKEPublicKeyParameters(BIKEParameters params, byte[] publicKey)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
-
Methods inherited from class org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
BIKEPublicKeyParameters
public BIKEPublicKeyParameters(BIKEParameters params, byte[] publicKey)
Constructor.- Parameters:
publicKey
- byte
-
-