Uses of Class
org.bouncycastle.crypto.general.LMS.Parameters
Packages that use LMS.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of LMS.Parameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type LMS.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classOperator factory for creating LMS based signing and verification operators.Fields in org.bouncycastle.crypto.general declared as LMS.ParametersMethods in org.bouncycastle.crypto.general that return types with arguments of type LMS.ParametersModifier and TypeMethodDescriptionprotected OutputSigner<LMS.Parameters> LMS.OperatorFactory.doCreateSigner(AsymmetricPrivateKey key, LMS.Parameters parameters) protected OutputValidator<LMS.Parameters> LMS.OperatorFactory.doCreateValidator(AsymmetricPublicKey key, LMS.Parameters parameters, byte[] signature) protected OutputVerifier<LMS.Parameters> LMS.OperatorFactory.doCreateVerifier(AsymmetricPublicKey key, LMS.Parameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type LMS.ParametersModifier and TypeMethodDescriptionprotected OutputSigner<LMS.Parameters> LMS.OperatorFactory.doCreateSigner(AsymmetricPrivateKey key, LMS.Parameters parameters) protected OutputValidator<LMS.Parameters> LMS.OperatorFactory.doCreateValidator(AsymmetricPublicKey key, LMS.Parameters parameters, byte[] signature) protected OutputVerifier<LMS.Parameters> LMS.OperatorFactory.doCreateVerifier(AsymmetricPublicKey key, LMS.Parameters parameters)