Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.esf
Class OtherRevRefs

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.esf.OtherRevRefs
All Implemented Interfaces:
DEREncodable

public class OtherRevRefs
extends ASN1Encodable

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

 OtherRevRefType ::= OBJECT IDENTIFIER
 


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Method Summary
static OtherRevRefs getInstance(java.lang.Object obj)
           
 ASN1Object getOtherRevRefs()
           
 ASN1ObjectIdentifier getOtherRevRefType()
           
 DERObject toASN1Object()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OtherRevRefs getInstance(java.lang.Object obj)

getOtherRevRefType

public ASN1ObjectIdentifier getOtherRevRefType()

getOtherRevRefs

public ASN1Object getOtherRevRefs()

toASN1Object

public DERObject toASN1Object()
Specified by:
toASN1Object in class ASN1Encodable

Bouncy Castle Cryptography 1.46