ASN1Encodable
, Encodable
public class CompleteRevocationRefs extends ASN1Object
CompleteRevocationRefs ::= SEQUENCE OF CrlOcspRef
Constructor | Description |
---|---|
CompleteRevocationRefs(CrlOcspRef[] crlOcspRefs) |
Modifier and Type | Method | Description |
---|---|---|
CrlOcspRef[] |
getCrlOcspRefs() |
|
static CompleteRevocationRefs |
getInstance(java.lang.Object obj) |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public CompleteRevocationRefs(CrlOcspRef[] crlOcspRefs)
public static CompleteRevocationRefs getInstance(java.lang.Object obj)
public CrlOcspRef[] getCrlOcspRefs()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object