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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
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