com.mindbright.asn1
public class ASN1Implicit extends ASN1Object
isSet, tag
Constructor and Description |
---|
ASN1Implicit(int tag,
ASN1Object underlying) |
ASN1Implicit(int tag,
int cl,
ASN1Object underlying) |
Modifier and Type | Method and Description |
---|---|
void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int tag,
int len) |
int |
encodeValue(ASN1Encoder encoder,
java.io.OutputStream out) |
boolean |
equals(java.lang.Object obj) |
ASN1Object |
getUnderlying() |
int |
hashCode() |
boolean |
isSet() |
void |
setValue() |
decodeValue, getTag, getType, toString
public ASN1Implicit(int tag, ASN1Object underlying)
public ASN1Implicit(int tag, int cl, ASN1Object underlying)
public void setValue()
setValue
in class ASN1Object
public boolean isSet()
isSet
in class ASN1Object
public ASN1Object getUnderlying()
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 tag, int len) throws java.io.IOException
decodeValue
in class ASN1Object
java.io.IOException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object