Class SIKEPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.legacy.crypto.sike.SIKEKeyParameters
-
- org.bouncycastle.pqc.legacy.crypto.sike.SIKEPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class SIKEPrivateKeyParameters extends SIKEKeyParameters
-
-
Constructor Summary
Constructors Constructor Description SIKEPrivateKeyParameters(SIKEParameters params, byte[] privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
byte[]
getPrivateKey()
-
Methods inherited from class org.bouncycastle.pqc.legacy.crypto.sike.SIKEKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
SIKEPrivateKeyParameters
public SIKEPrivateKeyParameters(SIKEParameters params, byte[] privateKey)
-
-