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