com.mindbright.asn1
Class ASN1Explicit

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Explicit

public final class ASN1Explicit
extends ASN1Structure


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
ASN1Explicit(int tag, ASN1Object underlying)
           
ASN1Explicit(int tag, int cl, ASN1Object underlying)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isSet()
           
 void setValue()
           
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, isOptional, ofType
 
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

ASN1Explicit

public ASN1Explicit(int tag,
                    ASN1Object underlying)

ASN1Explicit

public ASN1Explicit(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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ASN1Structure

hashCode

public int hashCode()
Overrides:
hashCode in class ASN1Structure