public class

OtherRevRefs

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.esf.OtherRevRefs

Class Overview

 OtherRevRefs ::= SEQUENCE {
   otherRevRefType OtherRevRefType,
   otherRevRefs ANY DEFINED BY otherRevRefType
 }

 OtherRevRefType ::= OBJECT IDENTIFIER
 

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Methods
static OtherRevRefs getInstance(Object obj)
ASN1ObjectIdentifier getOtherRevRefType()
ASN1Object getOtherRevRefs()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Methods

public static OtherRevRefs getInstance (Object obj)

public ASN1ObjectIdentifier getOtherRevRefType ()

public ASN1Object getOtherRevRefs ()

public DERObject toASN1Object ()