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
public class BIKEPrivateKeyParameters extends BIKEKeyParameters
-
-
Constructor Summary
Constructors Constructor Description BIKEPrivateKeyParameters(BIKEParameters bikeParameters, byte[] h0, byte[] h1, byte[] sigma)
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
-
BIKEPrivateKeyParameters
public BIKEPrivateKeyParameters(BIKEParameters bikeParameters, byte[] h0, byte[] h1, byte[] sigma)
Constructor.- Parameters:
h0
- h0h1
- h1sigma
- random bytes sigma
-
-