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, toStringpublic int encodeValue(ASN1Encoder encoder, java.io.OutputStream out) throws java.io.IOException
encodeValue in class ASN1Objectjava.io.IOExceptionpublic void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int len) throws java.io.IOException
decodeValue in class ASN1Objectjava.io.IOExceptionpublic void setValue(int[] value)
public int[] getValue()
public void setString(java.lang.String oid)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic java.lang.String getString()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object