public class CrlOcspRef extends ASN1Object
CrlOcspRef ::= SEQUENCE { crlids [0] CRLListID OPTIONAL, ocspids [1] OcspListID OPTIONAL, otherRev [2] OtherRevRefs OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private CrlListID |
crlids |
private OcspListID |
ocspids |
private OtherRevRefs |
otherRev |
Modifier | Constructor and Description |
---|---|
private |
CrlOcspRef(ASN1Sequence seq) |
|
CrlOcspRef(CrlListID crlids,
OcspListID ocspids,
OtherRevRefs otherRev) |
Modifier and Type | Method and Description |
---|---|
CrlListID |
getCrlids() |
static CrlOcspRef |
getInstance(Object obj) |
OcspListID |
getOcspids() |
OtherRevRefs |
getOtherRev() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private OcspListID ocspids
private OtherRevRefs otherRev
private CrlOcspRef(ASN1Sequence seq)
public CrlOcspRef(CrlListID crlids, OcspListID ocspids, OtherRevRefs otherRev)
public static CrlOcspRef getInstance(Object obj)
public OcspListID getOcspids()
public OtherRevRefs getOtherRev()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object