Class CAdESCRLSource

All Implemented Interfaces:
MultipleRevocationSource<CRL>, RevocationSource<CRL>, Serializable

public class CAdESCRLSource extends CMSCRLSource
The CRL source for a CAdES signature
See Also:
  • Constructor Details

    • CAdESCRLSource

      @Deprecated public CAdESCRLSource(org.bouncycastle.cms.CMSSignedData cmsSignedData, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes)
      Deprecated.
      since DSS 6.3. Please use new CAdESCRLSource(CMS cms, AttributeTable unsignedAttributes) constructor instead.
      The default constructor
      Parameters:
      cmsSignedData - CMSSignedData of the CAdES signature
      unsignedAttributes - AttributeTable the corresponding unsigned properties if present
    • CAdESCRLSource

      public CAdESCRLSource(CMS cms, org.bouncycastle.asn1.cms.AttributeTable unsignedAttributes)
      Creates a CAdES CRL source from a CMS and the related unsignedAttributes of the signer
      Parameters:
      cms - CMS
      unsignedAttributes - AttributeTable