Package org.bouncycastle.pqc.crypto.bike
Class BIKEPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters
org.bouncycastle.pqc.crypto.bike.BIKEPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionBIKEPrivateKeyParameters
(BIKEParameters bikeParameters, byte[] h0, byte[] h1, byte[] sigma) Constructor. -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
BIKEPrivateKeyParameters
Constructor.- Parameters:
h0
- h0h1
- h1sigma
- random bytes sigma
-
-
Method Details
-
getEncoded
public byte[] getEncoded()
-