Uses of Class
org.bouncycastle.cms.SignerInformationVerifier
Packages that use SignerInformationVerifier
Package
Description
-
Uses of SignerInformationVerifier in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInformationVerifierModifier and TypeMethodDescriptionReturn a SignerInformationVerifierProvider suitable for the passed in SID.Methods in org.bouncycastle.cms with parameters of type SignerInformationVerifierModifier and TypeMethodDescriptionbooleanSignerInformation.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 SignerInformationVerifierModifier and TypeMethodDescriptionBcECSignerInfoVerifierBuilder.build(X509CertificateHolder certHolder) BcECSignerInfoVerifierBuilder.build(AsymmetricKeyParameter pubKey) BcEdDSASignerInfoVerifierBuilder.build(X509CertificateHolder certHolder) BcEdDSASignerInfoVerifierBuilder.build(AsymmetricKeyParameter pubKey) BcRSASignerInfoVerifierBuilder.build(X509CertificateHolder certHolder) BcRSASignerInfoVerifierBuilder.build(AsymmetricKeyParameter pubKey) -
Uses of SignerInformationVerifier in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return SignerInformationVerifierModifier and TypeMethodDescriptionJcaSignerInfoVerifierBuilder.build(X509Certificate certificate) JcaSignerInfoVerifierBuilder.build(X509CertificateHolder certHolder) JcaSimpleSignerInfoVerifierBuilder.build(X509Certificate certificate) JcaSimpleSignerInfoVerifierBuilder.build(X509CertificateHolder certHolder) -
Uses of SignerInformationVerifier in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp with parameters of type SignerInformationVerifierModifier and TypeMethodDescriptionbooleanTimeStampToken.isSignatureValid(SignerInformationVerifier sigVerifier) Return true if the signature on time stamp token is valid.voidTimeStampToken.validate(SignerInformationVerifier sigVerifier) Validate the time stamp token. -
Uses of SignerInformationVerifier in org.bouncycastle.tsp.ers
Methods in org.bouncycastle.tsp.ers with parameters of type SignerInformationVerifierModifier and TypeMethodDescriptionvoidERSArchiveTimeStamp.validate(SignerInformationVerifier verifier) Validate the time stamp associated with this ArchiveTimeStamp.voidERSEvidenceRecord.validate(SignerInformationVerifier verifier) Validate the current time stamp associated with this evidence record.