public class RevocationValues extends ASN1Object
 RevocationValues ::= SEQUENCE {
    crlVals [0] SEQUENCE OF CertificateList OPTIONAL,
    ocspVals [1] SEQUENCE OF BasicOCSPResponse OPTIONAL,
    otherRevVals [2] OtherRevVals OPTIONAL}
 | Constructor and Description | 
|---|
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, toASN1Objectpublic 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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object