public class CompleteRevocationRefs extends ASN1Object
CompleteRevocationRefs ::= SEQUENCE OF CrlOcspRef
Constructor and Description |
---|
CompleteRevocationRefs(CrlOcspRef[] crlOcspRefs) |
Modifier and Type | Method and Description |
---|---|
CrlOcspRef[] |
getCrlOcspRefs() |
static CompleteRevocationRefs |
getInstance(java.lang.Object obj) |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public CompleteRevocationRefs(CrlOcspRef[] crlOcspRefs)
public static CompleteRevocationRefs getInstance(java.lang.Object obj)
public CrlOcspRef[] getCrlOcspRefs()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object