Class RevocationInfoArchival

java.lang.Object
org.bouncycastle.asn1.ASN1Object
eu.europa.esig.dss.pades.validation.RevocationInfoArchival
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class RevocationInfoArchival
extends org.bouncycastle.asn1.ASN1Object
 RevocationInfoArchival ::= SEQUENCE {
   crl [0] EXPLICIT SEQUENCE of CRLs, OPTIONAL
   ocsp [1] EXPLICIT SEQUENCE of OCSP Responses, OPTIONAL
   otherRevInfo [2] EXPLICIT SEQUENCE of OtherRevInfo, OPTIONAL
 }
 
  • Constructor Summary

    Constructors 
    Constructor Description
    RevocationInfoArchival​(org.bouncycastle.asn1.x509.CertificateList[] crlVals, org.bouncycastle.asn1.ocsp.OCSPResponse[] ocspVals, org.bouncycastle.asn1.esf.OtherRevVals otherRevVals)  
  • Method Summary

    Modifier and Type Method Description
    org.bouncycastle.asn1.x509.CertificateList[] getCrlVals()  
    static RevocationInfoArchival getInstance​(Object obj)  
    org.bouncycastle.asn1.ocsp.OCSPResponse[] getOcspVals()  
    org.bouncycastle.asn1.esf.OtherRevVals getOtherRevVals()  
    org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()  

    Methods inherited from class org.bouncycastle.asn1.ASN1Object

    encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RevocationInfoArchival

      public RevocationInfoArchival​(org.bouncycastle.asn1.x509.CertificateList[] crlVals, org.bouncycastle.asn1.ocsp.OCSPResponse[] ocspVals, org.bouncycastle.asn1.esf.OtherRevVals otherRevVals)
  • Method Details

    • getInstance

      public static RevocationInfoArchival getInstance​(Object obj)
    • getCrlVals

      public org.bouncycastle.asn1.x509.CertificateList[] getCrlVals()
    • getOcspVals

      public org.bouncycastle.asn1.ocsp.OCSPResponse[] getOcspVals()
    • getOtherRevVals

      public org.bouncycastle.asn1.esf.OtherRevVals getOtherRevVals()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object