com.mindbright.asn1
Class ASN1Implicit

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Implicit

public final class ASN1Implicit
extends ASN1Object


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
ASN1Implicit(int tag, ASN1Object underlying)
           
ASN1Implicit(int tag, int cl, ASN1Object underlying)
           
 
Method Summary
 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)
           
 int hashCode()
           
 boolean isSet()
           
 void setValue()
           
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1Implicit

public ASN1Implicit(int tag,
                    ASN1Object underlying)

ASN1Implicit

public ASN1Implicit(int tag,
                    int cl,
                    ASN1Object underlying)
Method Detail

setValue

public void setValue()
Overrides:
setValue in class ASN1Object

isSet

public boolean isSet()
Overrides:
isSet in class ASN1Object

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)

hashCode

public int hashCode()