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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object