com.mindbright.asn1
Class ASN1AnyDefinedBy

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1DynamicType
          extended bycom.mindbright.asn1.ASN1AnyDefinedBy

public class ASN1AnyDefinedBy
extends ASN1DynamicType


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1DynamicType
value
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
ASN1AnyDefinedBy(ASN1OID definedById)
           
ASN1AnyDefinedBy(ASN1OID definedById, boolean fallBackToAny)
           
 
Method Summary
protected  ASN1Object bindType(int tag)
           
 
Methods inherited from class com.mindbright.asn1.ASN1DynamicType
decodeValue, encodeValue, getType, getValue, setValue, setValue
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, isSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1AnyDefinedBy

public ASN1AnyDefinedBy(ASN1OID definedById)

ASN1AnyDefinedBy

public ASN1AnyDefinedBy(ASN1OID definedById,
                        boolean fallBackToAny)
Method Detail

bindType

protected ASN1Object bindType(int tag)
                       throws java.io.IOException
Specified by:
bindType in class ASN1DynamicType
Throws:
java.io.IOException