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
ConstructorDescriptionRevocationInfoArchival
(org.bouncycastle.asn1.x509.CertificateList[] crlVals, org.bouncycastle.asn1.ocsp.OCSPResponse[] ocspVals, org.bouncycastle.asn1.esf.OtherRevVals otherRevVals) The constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.CertificateList[]
Gets the CRL valuesstatic RevocationInfoArchival
getInstance
(Object obj) Gets theRevocationInfoArchival
objetorg.bouncycastle.asn1.ocsp.OCSPResponse[]
Gets the OCSP valuesorg.bouncycastle.asn1.esf.OtherRevVals
Gets the other revocation valuesorg.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
RevocationInfoArchival
public RevocationInfoArchival(org.bouncycastle.asn1.x509.CertificateList[] crlVals, org.bouncycastle.asn1.ocsp.OCSPResponse[] ocspVals, org.bouncycastle.asn1.esf.OtherRevVals otherRevVals) The constructor- Parameters:
crlVals
- a list of CRL valuesocspVals
- a list of OCSP responsesotherRevVals
- a list of other revocation values
-
-
Method Details
-
getInstance
Gets theRevocationInfoArchival
objet- Parameters:
obj
- representing theRevocationInfoArchival
- Returns:
RevocationInfoArchival
if the object of the correct type, null otherwise
-
getCrlVals
public org.bouncycastle.asn1.x509.CertificateList[] getCrlVals()Gets the CRL values- Returns:
- array of
CertificateList
s
-
getOcspVals
public org.bouncycastle.asn1.ocsp.OCSPResponse[] getOcspVals()Gets the OCSP values- Returns:
- array of
OCSPResponse
s
-
getOtherRevVals
public org.bouncycastle.asn1.esf.OtherRevVals getOtherRevVals()Gets the other revocation values- Returns:
OtherRevVals
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-