public class RevocationValues extends ASN1Object
RevocationValues ::= SEQUENCE { crlVals [0] SEQUENCE OF CertificateList OPTIONAL, ocspVals [1] SEQUENCE OF BasicOCSPResponse OPTIONAL, otherRevVals [2] OtherRevVals OPTIONAL}
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
crlVals |
private ASN1Sequence |
ocspVals |
private OtherRevVals |
otherRevVals |
Modifier | Constructor and Description |
---|---|
private |
RevocationValues(ASN1Sequence seq) |
|
RevocationValues(CertificateList[] crlVals,
BasicOCSPResponse[] ocspVals,
OtherRevVals otherRevVals) |
Modifier and Type | Method and Description |
---|---|
CertificateList[] |
getCrlVals() |
static RevocationValues |
getInstance(java.lang.Object obj) |
BasicOCSPResponse[] |
getOcspVals() |
OtherRevVals |
getOtherRevVals() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1Sequence crlVals
private ASN1Sequence ocspVals
private OtherRevVals otherRevVals
private RevocationValues(ASN1Sequence seq)
public RevocationValues(CertificateList[] crlVals, BasicOCSPResponse[] ocspVals, OtherRevVals otherRevVals)
public static RevocationValues getInstance(java.lang.Object obj)
public CertificateList[] getCrlVals()
public BasicOCSPResponse[] getOcspVals()
public OtherRevVals getOtherRevVals()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object