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
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)