jp.bitmeister.asn1.type.useful
Class ObjectDescriptor

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1Type
      extended by jp.bitmeister.asn1.type.PrimitiveType<byte[]>
          extended by jp.bitmeister.asn1.type.builtin.OCTET_STRING
              extended by jp.bitmeister.asn1.type.StringType
                  extended by jp.bitmeister.asn1.type.useful.GraphicString
                      extended by jp.bitmeister.asn1.type.useful.ObjectDescriptor
All Implemented Interfaces:
java.lang.Cloneable, Concatenatable<OCTET_STRING>, SizeCountable

public class ObjectDescriptor
extends GraphicString

Represents ASN.1 'ObjectDescriptor' type.

An instance of this class represents an 'ObjectDescriptor' type data. Characters which can appear in the ObjectDescriptor are same as GraphicString because the 'ObjectDescriptor' type is defined as an implicit tagged 'GraphicString' type.

Author:
WATANABE, Jun.
See Also:
GraphicString

Field Summary
 
Fields inherited from class jp.bitmeister.asn1.type.useful.GraphicString
charsetName
 
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type
stringBuilder
 
Constructor Summary
ObjectDescriptor()
          Instantiates an empty ObjectDescriptor.
ObjectDescriptor(java.lang.String value)
          Instantiates a ObjectDescriptor and initialize it with the String value.
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.type.useful.GraphicString
charset, pattern
 
Methods inherited from class jp.bitmeister.asn1.type.StringType
accept, checkCharacters, set, stringValue
 
Methods inherited from class jp.bitmeister.asn1.type.builtin.OCTET_STRING
cloneValue, concatenate, hashCode, set, size, valueEquals
 
Methods inherited from class jp.bitmeister.asn1.type.PrimitiveType
clear, clone, hasValue, set, value
 
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type
equals, instantiate, matches, specification, toString, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectDescriptor

public ObjectDescriptor()
Instantiates an empty ObjectDescriptor.


ObjectDescriptor

public ObjectDescriptor(java.lang.String value)
Instantiates a ObjectDescriptor and initialize it with the String value.

Parameters:
value - The value assigned to the instance.


Copyright © 2012 BitMeister Inc. All Rights Reserved.