public class CrlOcspRef extends ASN1Encodable
CrlOcspRef ::= SEQUENCE { crlids [0] CRLListID OPTIONAL, ocspids [1] OcspListID OPTIONAL, otherRev [2] OtherRevRefs OPTIONAL }
BER, DER
Constructor and Description |
---|
CrlOcspRef(CrlListID crlids,
OcspListID ocspids,
OtherRevRefs otherRev) |
Modifier and Type | Method and Description |
---|---|
CrlListID |
getCrlids() |
static CrlOcspRef |
getInstance(Object obj) |
OcspListID |
getOcspids() |
OtherRevRefs |
getOtherRev() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public CrlOcspRef(CrlListID crlids, OcspListID ocspids, OtherRevRefs otherRev)
public static CrlOcspRef getInstance(Object obj)
public CrlListID getCrlids()
public OcspListID getOcspids()
public OtherRevRefs getOtherRev()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.