public class CrlOcspRef extends ASN1Object
CrlOcspRef ::= SEQUENCE { crlids [0] CRLListID OPTIONAL, ocspids [1] OcspListID OPTIONAL, otherRev [2] OtherRevRefs OPTIONAL }
Constructor and Description |
---|
CrlOcspRef(CrlListID crlids,
OcspListID ocspids,
OtherRevRefs otherRev) |
Modifier and Type | Method and Description |
---|---|
CrlListID |
getCrlids() |
static CrlOcspRef |
getInstance(java.lang.Object obj) |
OcspListID |
getOcspids() |
OtherRevRefs |
getOtherRev() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public CrlOcspRef(CrlListID crlids, OcspListID ocspids, OtherRevRefs otherRev)
public static CrlOcspRef getInstance(java.lang.Object obj)
public CrlListID getCrlids()
public OcspListID getOcspids()
public OtherRevRefs getOtherRev()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object