com.mindbright.asn1
public class ASN1OID extends ASN1Object
isSet, tag
Constructor and Description |
---|
ASN1OID() |
Modifier and Type | Method and Description |
---|---|
void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int len) |
int |
encodeValue(ASN1Encoder encoder,
java.io.OutputStream out) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getString() |
int[] |
getValue() |
int |
hashCode() |
void |
setString(java.lang.String oid) |
void |
setValue(int[] value) |
decodeValue, getTag, getType, isSet, setValue, toString
public int encodeValue(ASN1Encoder encoder, java.io.OutputStream out) throws java.io.IOException
encodeValue
in class ASN1Object
java.io.IOException
public void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int len) throws java.io.IOException
decodeValue
in class ASN1Object
java.io.IOException
public void setValue(int[] value)
public int[] getValue()
public void setString(java.lang.String oid) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public java.lang.String getString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object