Class HSSPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
org.bouncycastle.crypto.internal.pqc.lms.LMSKeyParameters
org.bouncycastle.crypto.internal.pqc.lms.HSSPublicKeyParameters
- All Implemented Interfaces:
CipherParameters, LMSContextBasedVerifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangenerateLMSContext(byte[] sigEnc) byte[]static HSSPublicKeyParametersgetInstance(Object src) intgetL()inthashCode()booleanverify(LMSContext context) Methods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
HSSPublicKeyParameters
-
-
Method Details
-
getInstance
- Throws:
IOException
-
getL
public int getL() -
getLMSPublicKey
-
equals
-
hashCode
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin classLMSKeyParameters
-
generateLMSContext
- Specified by:
generateLMSContextin interfaceLMSContextBasedVerifier- Throws:
IOException
-
verify
- Specified by:
verifyin interfaceLMSContextBasedVerifier
-