public class RevocationValues
extends org.bouncycastle.asn1.ASN1Object
RevocationValues ::= SEQUENCE {
crlVals [0] SEQUENCE OF CertificateList OPTIONAL,
ocspVals [1] SEQUENCE OF BasicOCSPResponse OPTIONAL,
otherRevVals [2] OtherRevVals OPTIONAL}
| Constructor and Description |
|---|
RevocationValues(org.bouncycastle.asn1.x509.CertificateList[] crlVals,
org.bouncycastle.asn1.ocsp.BasicOCSPResponse[] ocspVals,
OtherRevVals otherRevVals) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.CertificateList[] |
getCrlVals() |
static RevocationValues |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ocsp.BasicOCSPResponse[] |
getOcspVals() |
OtherRevVals |
getOtherRevVals() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public RevocationValues(org.bouncycastle.asn1.x509.CertificateList[] crlVals,
org.bouncycastle.asn1.ocsp.BasicOCSPResponse[] ocspVals,
OtherRevVals otherRevVals)
public static RevocationValues getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.x509.CertificateList[] getCrlVals()
public org.bouncycastle.asn1.ocsp.BasicOCSPResponse[] getOcspVals()
public OtherRevVals getOtherRevVals()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object