Uses of Interface
org.bouncycastle.crypto.Signer
Packages that use Signer
Package
Description
-
Uses of Signer in org.bouncycastle.crypto
Subinterfaces of Signer in org.bouncycastle.crypto -
Uses of Signer in org.bouncycastle.crypto.io
Fields in org.bouncycastle.crypto.io declared as SignerModifier and TypeFieldDescriptionprotected SignerSignerInputStream.signerprotected SignerSignerOutputStream.signerMethods in org.bouncycastle.crypto.io that return SignerConstructors in org.bouncycastle.crypto.io with parameters of type SignerModifierConstructorDescriptionSignerInputStream(InputStream stream, Signer signer) SignerOutputStream(Signer Signer) -
Uses of Signer in org.bouncycastle.crypto.signers
Classes in org.bouncycastle.crypto.signers that implement SignerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassISO9796-2 - mechanism using a hash function with recovery (scheme 2 and 3).classISO9796-2 - mechanism using a hash function with recovery (scheme 1)classRSA-PSS as described in PKCS# 1 v 2.1.classclassThe SM2 Digital Signature algorithm.classX9.31-1998 - signing using a hash. -
Uses of Signer in org.bouncycastle.operator.bc
Methods in org.bouncycastle.operator.bc that return SignerModifier and TypeMethodDescriptionprotected abstract SignerBcContentSignerBuilder.createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier algorithmIdentifier) protected abstract SignerBcContentVerifierProviderBuilder.createSigner(AlgorithmIdentifier sigAlgId) Create the correct signer for the algorithm identifier sigAlgId.protected SignerBcDSAContentSignerBuilder.createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId) protected SignerBcDSAContentVerifierProviderBuilder.createSigner(AlgorithmIdentifier sigAlgId) protected SignerBcECContentSignerBuilder.createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId) protected SignerBcECContentVerifierProviderBuilder.createSigner(AlgorithmIdentifier sigAlgId) protected SignerBcEdDSAContentVerifierProviderBuilder.createSigner(AlgorithmIdentifier sigAlgId) protected SignerBcEdECContentSignerBuilder.createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId) protected SignerBcRSAContentSignerBuilder.createSigner(AlgorithmIdentifier sigAlgId, AlgorithmIdentifier digAlgId) protected SignerBcRSAContentVerifierProviderBuilder.createSigner(AlgorithmIdentifier sigAlgId) -
Uses of Signer in org.bouncycastle.pqc.crypto
Classes in org.bouncycastle.pqc.crypto that implement SignerModifier and TypeClassDescriptionclassImplements the sign and verify functions for a Signature Scheme using a hash function to allow processing of large messages.classImplements the sign and verify functions for a Signature Scheme using a hash function to allow processing of large messages. -
Uses of Signer in org.bouncycastle.pqc.crypto.mldsa
Classes in org.bouncycastle.pqc.crypto.mldsa that implement Signer -
Uses of Signer in org.bouncycastle.pqc.crypto.slhdsa
Classes in org.bouncycastle.pqc.crypto.slhdsa that implement Signer