public class RevocationValues extends ASN1Encodable
RevocationValues ::= SEQUENCE { crlVals [0] SEQUENCE OF CertificateList OPTIONAL, ocspVals [1] SEQUENCE OF BasicOCSPResponse OPTIONAL, otherRevVals [2] OtherRevVals OPTIONAL}
BER, DER
Constructor and Description |
---|
RevocationValues(CertificateList[] crlVals,
BasicOCSPResponse[] ocspVals,
OtherRevVals otherRevVals) |
Modifier and Type | Method and Description |
---|---|
CertificateList[] |
getCrlVals() |
static RevocationValues |
getInstance(Object obj) |
BasicOCSPResponse[] |
getOcspVals() |
OtherRevVals |
getOtherRevVals() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public RevocationValues(CertificateList[] crlVals, BasicOCSPResponse[] ocspVals, OtherRevVals otherRevVals)
public static RevocationValues getInstance(Object obj)
public CertificateList[] getCrlVals()
public BasicOCSPResponse[] getOcspVals()
public OtherRevVals getOtherRevVals()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.