public class

OtherRevVals

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

Class Overview

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

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
OtherRevVals(ASN1Sequence seq)
OtherRevVals(DERObjectIdentifier otherRevValType, ASN1Object otherRevVals)
Public Methods
static OtherRevVals getInstance(Object obj)
DERObjectIdentifier getOtherRevValType()
ASN1Object getOtherRevVals()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public OtherRevVals (ASN1Sequence seq)

public OtherRevVals (DERObjectIdentifier otherRevValType, ASN1Object otherRevVals)

Public Methods

public static OtherRevVals getInstance (Object obj)

public DERObjectIdentifier getOtherRevValType ()

public ASN1Object getOtherRevVals ()

public DERObject toASN1Object ()