Class HawkPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.hawk.HawkKeyParameters
org.bouncycastle.pqc.crypto.hawk.HawkPublicKeyParameters
- All Implemented Interfaces:
CipherParameters
Lightweight public key parameters for Hawk. Wraps the raw encoded public key
bytes produced by
HawkKeyPairGenerator for the parameter set carried
on the superclass.-
Constructor Summary
ConstructorsConstructorDescriptionHawkPublicKeyParameters(HawkParameters params, byte[] input, int inOff, int len) -
Method Summary
Methods inherited from class HawkKeyParameters
getParametersMethods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
HawkPublicKeyParameters
-
-
Method Details
-
getEncoded
public byte[] getEncoded()
-