ASN1Encodable
, Encodable
public class BodyPartID extends ASN1Object
bodyIdMax INTEGER ::= 4294967295 BodyPartID ::= INTEGER(0..bodyIdMax)
Modifier and Type | Field | Description |
---|---|---|
static long |
bodyIdMax |
Constructor | Description |
---|---|
BodyPartID(long id) |
Modifier and Type | Method | Description |
---|---|---|
long |
getID() |
|
static BodyPartID |
getInstance(java.lang.Object o) |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static final long bodyIdMax
public static BodyPartID getInstance(java.lang.Object o)
public long getID()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object