ASN1Encodable
, Encodable
public class OtherRevRefs extends ASN1Object
OtherRevRefs ::= SEQUENCE { otherRevRefType OtherRevRefType, otherRevRefs ANY DEFINED BY otherRevRefType } OtherRevRefType ::= OBJECT IDENTIFIER
Constructor | Description |
---|---|
OtherRevRefs(ASN1ObjectIdentifier otherRevRefType,
ASN1Encodable otherRevRefs) |
Modifier and Type | Method | Description |
---|---|---|
static OtherRevRefs |
getInstance(java.lang.Object obj) |
|
ASN1Encodable |
getOtherRevRefs() |
|
ASN1ObjectIdentifier |
getOtherRevRefType() |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object