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