Package org.bouncycastle.operator.bc
Class BcHssLmsContentSignerBuilder
java.lang.Object
org.bouncycastle.operator.bc.BcContentSignerBuilder
org.bouncycastle.operator.bc.BcHssLmsContentSignerBuilder
Builder for creating content signers that use the HSS/LMS Hash-Based Signature Algorithm.
Reference: Use of the HSS/LMS Hash-Based Signature Algorithm in the Cryptographic Message Syntax (CMS)
RFC 9708.
-
Field Summary
Fields inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
digestProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.bouncycastle.crypto.Signer
createSigner
(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId) Methods inherited from class org.bouncycastle.operator.bc.BcContentSignerBuilder
build, setSecureRandom
-
Constructor Details
-
BcHssLmsContentSignerBuilder
public BcHssLmsContentSignerBuilder()
-
-
Method Details
-
createSigner
protected org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId) throws OperatorCreationException - Specified by:
createSigner
in classBcContentSignerBuilder
- Throws:
OperatorCreationException
-