jp.bitmeister.asn1.type.useful
Class CHARACTER_STRING

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1Type
      extended by jp.bitmeister.asn1.type.StructuredType
          extended by jp.bitmeister.asn1.type.ConstructiveType
              extended by jp.bitmeister.asn1.type.builtin.SEQUENCE
                  extended by jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
                      extended by jp.bitmeister.asn1.type.useful.CHARACTER_STRING
All Implemented Interfaces:
java.lang.Cloneable

public class CHARACTER_STRING
extends EMBEDDED_PDV

Represents ASN.1 'CHARACTER STRING' type.

An instance of this class represents a 'CHARACTER STRING' type data. 'CHARACTER STRING' type is defined as implicit tagged 'EMBEDDED PDV' type.

Author:
WATANABE, Jun.

Nested Class Summary
 
Nested classes/interfaces inherited from class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
EMBEDDED_PDV.ContextNegotiation, EMBEDDED_PDV.Identification, EMBEDDED_PDV.Syntaxes
 
Field Summary
 
Fields inherited from class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
data_value, identification
 
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type
stringBuilder
 
Constructor Summary
CHARACTER_STRING()
           
CHARACTER_STRING(EMBEDDED_PDV.Identification identification, OCTET_STRING data_value)
           
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.type.builtin.SEQUENCE
accept
 
Methods inherited from class jp.bitmeister.asn1.type.ConstructiveType
clear, clone, get, getComponent, getElement, getElementTypeList, hashCode, hasValue, set, set, validate, valueEquals
 
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type
equals, instantiate, matches, specification, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CHARACTER_STRING

public CHARACTER_STRING()

CHARACTER_STRING

public CHARACTER_STRING(EMBEDDED_PDV.Identification identification,
                        OCTET_STRING data_value)


Copyright © 2012 BitMeister Inc. All Rights Reserved.