Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.esf
Class OtherRevVals

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

public class OtherRevVals
extends ASN1Encodable

 OtherRevVals ::= SEQUENCE {
    otherRevValType OtherRevValType,
    otherRevVals ANY DEFINED BY OtherRevValType
 }
 
 OtherRevValType ::= OBJECT IDENTIFIER
 


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
OtherRevVals(ASN1Sequence seq)
           
OtherRevVals(DERObjectIdentifier otherRevValType, ASN1Object otherRevVals)
           
 
Method Summary
static OtherRevVals getInstance(java.lang.Object obj)
           
 ASN1Object getOtherRevVals()
           
 DERObjectIdentifier getOtherRevValType()
           
 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
 

Constructor Detail

OtherRevVals

public OtherRevVals(ASN1Sequence seq)

OtherRevVals

public OtherRevVals(DERObjectIdentifier otherRevValType,
                    ASN1Object otherRevVals)
Method Detail

getInstance

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

getOtherRevValType

public DERObjectIdentifier getOtherRevValType()

getOtherRevVals

public ASN1Object getOtherRevVals()

toASN1Object

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

Bouncy Castle Cryptography 1.46