Uses of Class
org.bouncycastle.cms.SignerId
-
Packages that use SignerId Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.tsp Classes for dealing Time Stamp Protocol (TSP) - RFC 3161. -
-
Uses of SignerId in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerId Modifier and Type Method Description SignerId
SignerInformation. getSID()
Methods in org.bouncycastle.cms with parameters of type SignerId Modifier and Type Method Description SignerInformation
SignerInformationStore. get(SignerId selector)
Return the first SignerInformation object that matches the passed in selector.SignerInformationVerifier
SignerInformationVerifierProvider. get(SignerId sid)
Return a SignerInformationVerifierProvider suitable for the passed in SID.Collection<SignerInformation>
SignerInformationStore. getSigners(SignerId selector)
Return possible empty collection with signers matching the passed in SignerId -
Uses of SignerId in org.bouncycastle.cms.jcajce
Subclasses of SignerId in org.bouncycastle.cms.jcajce Modifier and Type Class Description class
JcaSignerId
Methods in org.bouncycastle.cms.jcajce that return SignerId Modifier and Type Method Description SignerId
JcaSelectorConverter. getSignerId(X509CertSelector certSelector)
Methods in org.bouncycastle.cms.jcajce with parameters of type SignerId Modifier and Type Method Description X509CertSelector
JcaX509CertSelectorConverter. getCertSelector(SignerId signerId)
-
Uses of SignerId in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return SignerId Modifier and Type Method Description SignerId
TimeStampToken. getSID()
-