com.mindbright.asn1
Class ASN1Implicit
java.lang.Object
com.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1Implicit
public class ASN1Implicit
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ASN1Implicit
public ASN1Implicit(int tag,
ASN1Object underlying)
ASN1Implicit
public ASN1Implicit(int tag,
int cl,
ASN1Object underlying)
setValue
public void setValue()
- Overrides:
setValue
in class ASN1Object
isSet
public boolean isSet()
- Overrides:
isSet
in class ASN1Object
getUnderlying
public ASN1Object getUnderlying()
encodeValue
public int encodeValue(ASN1Encoder encoder,
java.io.OutputStream out)
throws java.io.IOException
- Specified by:
encodeValue
in class ASN1Object
- Throws:
java.io.IOException
decodeValue
public void decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int tag,
int len)
throws java.io.IOException
- Overrides:
decodeValue
in class ASN1Object
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object