jp.bitmeister.asn1.type.useful
Class EXTERNAL.Encoding

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1Type
      extended by jp.bitmeister.asn1.type.StructuredType
          extended by jp.bitmeister.asn1.type.SelectiveType
              extended by jp.bitmeister.asn1.type.builtin.CHOICE
                  extended by jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
EXTERNAL

public static class EXTERNAL.Encoding
extends CHOICE

Represents 'CHOICE' type for 'encoding' of 'EXTERNAL' type.

Author:
WATANABE, Jun.

Field Summary
 BIT_STRING arbitary
          'arbitary' field.
 OCTET_STRING octet_aligned
          'octet-aligned' field.
 ANY single_ASN1_type
          'single-ASN1-type' field;
 
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type
stringBuilder
 
Constructor Summary
EXTERNAL.Encoding()
           
EXTERNAL.Encoding(ASN1TagClass tagClass, int tagNumber, ASN1Type data)
           
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.type.builtin.CHOICE
accept
 
Methods inherited from class jp.bitmeister.asn1.type.SelectiveType
alternative, clear, clearSelection, clone, get, getElement, hashCode, hasValue, matches, selectedIdentifier, selectedTag, selectedValue, set, set, valueEquals
 
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type
equals, instantiate, specification, toString, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

single_ASN1_type

public ANY single_ASN1_type
'single-ASN1-type' field;


octet_aligned

public OCTET_STRING octet_aligned
'octet-aligned' field.


arbitary

public BIT_STRING arbitary
'arbitary' field.

Constructor Detail

EXTERNAL.Encoding

public EXTERNAL.Encoding()

EXTERNAL.Encoding

public EXTERNAL.Encoding(ASN1TagClass tagClass,
                         int tagNumber,
                         ASN1Type data)