public class OtherRevRefs extends ASN1Object
OtherRevRefs ::= SEQUENCE { otherRevRefType OtherRevRefType, otherRevRefs ANY DEFINED BY otherRevRefType } OtherRevRefType ::= OBJECT IDENTIFIER
Constructor and Description |
---|
OtherRevRefs(ASN1ObjectIdentifier otherRevRefType,
ASN1Encodable otherRevRefs) |
Modifier and Type | Method and Description |
---|---|
static OtherRevRefs |
getInstance(java.lang.Object obj) |
ASN1Encodable |
getOtherRevRefs() |
ASN1ObjectIdentifier |
getOtherRevRefType() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public OtherRevRefs(ASN1ObjectIdentifier otherRevRefType, ASN1Encodable otherRevRefs)
public static OtherRevRefs getInstance(java.lang.Object obj)
public ASN1ObjectIdentifier getOtherRevRefType()
public ASN1Encodable getOtherRevRefs()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object