Class HSSPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.lms.LMSKeyParameters
org.bouncycastle.pqc.crypto.lms.HSSPublicKeyParameters
- All Implemented Interfaces:
CipherParameters, LMSContextBasedVerifier, Encodable
@Deprecated
public class HSSPublicKeyParameters
extends LMSKeyParameters
implements LMSContextBasedVerifier
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionHSSPublicKeyParameters(int l, LMSPublicKeyParameters lmsPublicKey) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.generateLMSContext(byte[] sigEnc) Deprecated.byte[]Deprecated.Return a byte array representing the implementing object.static HSSPublicKeyParametersgetInstance(Object src) Deprecated.intgetL()Deprecated.Deprecated.inthashCode()Deprecated.booleanverify(LMSContext context) Deprecated.Methods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
HSSPublicKeyParameters
Deprecated.
-
-
Method Details
-
getInstance
Deprecated.- Throws:
IOException
-
getL
public int getL()Deprecated. -
getLMSPublicKey
Deprecated. -
equals
-
hashCode
-
getEncoded
Deprecated.Description copied from interface:EncodableReturn a byte array representing the implementing object.- Specified by:
getEncodedin interfaceEncodable- Specified by:
getEncodedin classLMSKeyParameters- Returns:
- a byte array representing the encoding.
- Throws:
IOException- if an issue arises generation the encoding.
-
generateLMSContext
Deprecated.- Specified by:
generateLMSContextin interfaceLMSContextBasedVerifier
-
verify
Deprecated.- Specified by:
verifyin interfaceLMSContextBasedVerifier
-
HSSPublicKeyParametersinstead.