Package org.bouncycastle.cms
Class OriginatorInformation
java.lang.Object
org.bouncycastle.cms.OriginatorInformation
-
Method Summary
Modifier and TypeMethodDescriptionReturn the certificates stored in the underlying OriginatorInfo object.getCRLs()Return the CRLs stored in the underlying OriginatorInfo object.org.bouncycastle.asn1.cms.OriginatorInfoReturn the underlying ASN.1 object defining this SignerInformation object.
-
Method Details
-
getCertificates
Return the certificates stored in the underlying OriginatorInfo object.- Returns:
- a Store of X509CertificateHolder objects.
-
getCRLs
Return the CRLs stored in the underlying OriginatorInfo object.- Returns:
- a Store of X509CRLHolder objects.
-
toASN1Structure
public org.bouncycastle.asn1.cms.OriginatorInfo toASN1Structure()Return the underlying ASN.1 object defining this SignerInformation object.- Returns:
- a OriginatorInfo.
-