public class OtherRevVals extends ASN1Encodable
OtherRevVals ::= SEQUENCE { otherRevValType OtherRevValType, otherRevVals ANY DEFINED BY OtherRevValType } OtherRevValType ::= OBJECT IDENTIFIER
BER, DER
Constructor and Description |
---|
OtherRevVals(ASN1Sequence seq) |
OtherRevVals(DERObjectIdentifier otherRevValType,
ASN1Object otherRevVals) |
Modifier and Type | Method and Description |
---|---|
static OtherRevVals |
getInstance(Object obj) |
ASN1Object |
getOtherRevVals() |
DERObjectIdentifier |
getOtherRevValType() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public OtherRevVals(ASN1Sequence seq)
public OtherRevVals(DERObjectIdentifier otherRevValType, ASN1Object otherRevVals)
public static OtherRevVals getInstance(Object obj)
public DERObjectIdentifier getOtherRevValType()
public ASN1Object getOtherRevVals()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.