Uses of Class
org.bouncycastle.cms.SignerInformationVerifier
-
Packages that use SignerInformationVerifier 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.bc CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.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 SignerInformationVerifier in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInformationVerifier Modifier and Type Method Description SignerInformationVerifier
SignerInformationVerifierProvider. get(SignerId sid)
Return a SignerInformationVerifierProvider suitable for the passed in SID.Methods in org.bouncycastle.cms with parameters of type SignerInformationVerifier Modifier and Type Method Description boolean
SignerInformation. verify(SignerInformationVerifier verifier)
Verify that the given verifier can successfully verify the signature on this SignerInformation object. -
Uses of SignerInformationVerifier in org.bouncycastle.cms.bc
Methods in org.bouncycastle.cms.bc that return SignerInformationVerifier Modifier and Type Method Description SignerInformationVerifier
BcRSASignerInfoVerifierBuilder. build(X509CertificateHolder certHolder)
SignerInformationVerifier
BcRSASignerInfoVerifierBuilder. build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey)
-
Uses of SignerInformationVerifier in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return SignerInformationVerifier Modifier and Type Method Description SignerInformationVerifier
JcaSignerInfoVerifierBuilder. build(X509Certificate certificate)
SignerInformationVerifier
JcaSignerInfoVerifierBuilder. build(PublicKey pubKey)
SignerInformationVerifier
JcaSignerInfoVerifierBuilder. build(X509CertificateHolder certHolder)
SignerInformationVerifier
JcaSimpleSignerInfoVerifierBuilder. build(X509Certificate certificate)
SignerInformationVerifier
JcaSimpleSignerInfoVerifierBuilder. build(PublicKey pubKey)
SignerInformationVerifier
JcaSimpleSignerInfoVerifierBuilder. build(X509CertificateHolder certHolder)
-
Uses of SignerInformationVerifier in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp with parameters of type SignerInformationVerifier Modifier and Type Method Description boolean
TimeStampToken. isSignatureValid(SignerInformationVerifier sigVerifier)
Return true if the signature on time stamp token is valid.void
TimeStampToken. validate(SignerInformationVerifier sigVerifier)
Validate the time stamp token.
-