Java org.bouncycastle.cms CMSSignedData fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cms CMSSignedData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cms CMSSignedData.

The text is from its open source code.

Constructor

Method

StoregetAttributeCertificates()
Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.
StoregetCertificates()
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
StoregetCRLs()
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
byte[]getEncoded()
return the ASN.1 encoded representation of this object.
StoregetOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat)
Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in this SignedData structure.
CMSTypedDatagetSignedContent()
StringgetSignedContentTypeOID()
Return the a string representation of the OID associated with the encapsulated content info structure carried in the signed data.
SignerInformationStoregetSignerInfos()
return the collection of signers that are associated with the signatures for the message.
intgetVersion()
Return the version number for this object
CMSSignedDatareplaceCertificatesAndCRLs(CMSSignedData signedData, Store certificates, Store attrCerts, Store revocations)
Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in.
CMSSignedDatareplaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore)
Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in.
ContentInfotoASN1Structure()
return the ContentInfo
booleanverifySignatures(SignerInformationVerifierProvider verifierProvider, boolean ignoreCounterSignatures)
Verify all the SignerInformation objects and optionally their associated counter signatures attached to this CMS SignedData object.
booleanverifySignatures(SignerInformationVerifierProvider verifierProvider)
Verify all the SignerInformation objects and their associated counter signatures attached to this CMS SignedData object.