public class RevocationValues
extends ASN1Object
| 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() |
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()