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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic CompleteRevocationRefs(CrlOcspRef[] crlOcspRefs)
public static CompleteRevocationRefs getInstance(java.lang.Object obj)
public CrlOcspRef[] getCrlOcspRefs()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object