com.mindbright.asn1
Class ASN1Any.ASN1AnyStructure

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Structure
          extended bycom.mindbright.asn1.ASN1Any.ASN1AnyStructure
Enclosing class:
ASN1Any

public static class ASN1Any.ASN1AnyStructure
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
ASN1Any.ASN1AnyStructure()
           
 
Method Summary
 void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int tag, int len)
           
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
 
Methods inherited from class com.mindbright.asn1.ASN1Object
getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1Any.ASN1AnyStructure

public ASN1Any.ASN1AnyStructure()
Method Detail

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