public class OtherRevVals extends ASN1Object
OtherRevVals ::= SEQUENCE {
otherRevValType OtherRevValType,
otherRevVals ANY DEFINED BY OtherRevValType
}
OtherRevValType ::= OBJECT IDENTIFIER
| Constructor and Description |
|---|
OtherRevVals(ASN1ObjectIdentifier otherRevValType,
ASN1Encodable otherRevVals) |
| 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, toASN1Objectpublic OtherRevVals(ASN1ObjectIdentifier otherRevValType, ASN1Encodable otherRevVals)
public static OtherRevVals getInstance(java.lang.Object obj)
public ASN1ObjectIdentifier getOtherRevValType()
public ASN1Encodable getOtherRevVals()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object