ASN1Encodable
, Encodable
public class OtherRevVals extends ASN1Object
OtherRevVals ::= SEQUENCE { otherRevValType OtherRevValType, otherRevVals ANY DEFINED BY OtherRevValType } OtherRevValType ::= OBJECT IDENTIFIER
Constructor | Description |
---|---|
OtherRevVals(ASN1ObjectIdentifier otherRevValType,
ASN1Encodable otherRevVals) |
Modifier and Type | Method | 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
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