jp.bitmeister.asn1.type.useful
Class ObjectDescriptor
java.lang.Object
jp.bitmeister.asn1.type.ASN1Type
jp.bitmeister.asn1.type.PrimitiveType<byte[]>
jp.bitmeister.asn1.type.builtin.OCTET_STRING
jp.bitmeister.asn1.type.StringType
jp.bitmeister.asn1.type.useful.GraphicString
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
Constructor Summary |
ObjectDescriptor()
Instantiates an empty ObjectDescriptor . |
ObjectDescriptor(java.lang.String value)
Instantiates a ObjectDescriptor and initialize it with the
String value. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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.