Package org.bouncycastle.pqc.crypto.hqc
Class HQCPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.hqc.HQCKeyParameters
-
- org.bouncycastle.pqc.crypto.hqc.HQCPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class HQCPrivateKeyParameters extends HQCKeyParameters
-
-
Constructor Summary
Constructors Constructor Description HQCPrivateKeyParameters(HQCParameters params, byte[] sk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
byte[]
getPrivateKey()
-
Methods inherited from class org.bouncycastle.pqc.crypto.hqc.HQCKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
HQCPrivateKeyParameters
public HQCPrivateKeyParameters(HQCParameters params, byte[] sk)
-
-