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
ConstructorsConstructorDescriptionRevocationInfoArchival(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 RevocationInfoArchivalgetInstance(Object obj) Gets theRevocationInfoArchivalobjetorg.bouncycastle.asn1.ocsp.OCSPResponse[]Gets the OCSP valuesorg.bouncycastle.asn1.esf.OtherRevValsGets the other revocation valuesorg.bouncycastle.asn1.ASN1PrimitiveMethods 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 theRevocationInfoArchivalobjet- Parameters:
obj- representing theRevocationInfoArchival- Returns:
RevocationInfoArchivalif the object of the correct type, null otherwise
-
getCrlVals
public org.bouncycastle.asn1.x509.CertificateList[] getCrlVals()Gets the CRL values- Returns:
- array of
CertificateLists
-
getOcspVals
public org.bouncycastle.asn1.ocsp.OCSPResponse[] getOcspVals()Gets the OCSP values- Returns:
- array of
OCSPResponses
-
getOtherRevVals
public org.bouncycastle.asn1.esf.OtherRevVals getOtherRevVals()Gets the other revocation values- Returns:
OtherRevVals
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-