Class OriginatorInformation

java.lang.Object
org.bouncycastle.cms.OriginatorInformation

public class OriginatorInformation extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.util.Store
    Return the certificates stored in the underlying OriginatorInfo object.
    org.bouncycastle.util.Store
    Return the CRLs stored in the underlying OriginatorInfo object.
    org.bouncycastle.asn1.cms.OriginatorInfo
    Return the underlying ASN.1 object defining this SignerInformation object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getCertificates

      public org.bouncycastle.util.Store getCertificates()
      Return the certificates stored in the underlying OriginatorInfo object.
      Returns:
      a Store of X509CertificateHolder objects.
    • getCRLs

      public org.bouncycastle.util.Store 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.