public class OtherRevVals extends ASN1Object
OtherRevVals ::= SEQUENCE { otherRevValType OtherRevValType, otherRevVals ANY DEFINED BY OtherRevValType } OtherRevValType ::= OBJECT IDENTIFIER
Modifier and Type | Field and Description |
---|---|
private ASN1Encodable |
otherRevVals |
private ASN1ObjectIdentifier |
otherRevValType |
Modifier | Constructor and Description |
---|---|
|
OtherRevVals(ASN1ObjectIdentifier otherRevValType,
ASN1Encodable otherRevVals) |
private |
OtherRevVals(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static OtherRevVals |
getInstance(java.lang.Object obj) |
ASN1Encodable |
getOtherRevVals() |
ASN1ObjectIdentifier |
getOtherRevValType() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1ObjectIdentifier otherRevValType
private ASN1Encodable otherRevVals
private OtherRevVals(ASN1Sequence seq)
public OtherRevVals(ASN1ObjectIdentifier otherRevValType, ASN1Encodable otherRevVals)
public static OtherRevVals getInstance(java.lang.Object obj)
public ASN1ObjectIdentifier getOtherRevValType()
public ASN1Encodable getOtherRevVals()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object