Class CrlOcspRef

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.CrlOcspRef
All Implemented Interfaces:
ASN1Encodable, Encodable

public class CrlOcspRef extends ASN1Object
 CrlOcspRef ::= SEQUENCE {
     crlids [0] CRLListID OPTIONAL,
     ocspids [1] OcspListID OPTIONAL,
     otherRev [2] OtherRevRefs OPTIONAL
 }