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 RevocationInfoArchivalgetInstance(Object obj)org.bouncycastle.asn1.ocsp.OCSPResponse[]getOcspVals()org.bouncycastle.asn1.esf.OtherRevValsgetOtherRevVals()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
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
-
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:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-