Package com.hierynomus.asn1.types.string
Class ASN1String<T>
java.lang.Object
com.hierynomus.asn1.types.ASN1Object<T>
com.hierynomus.asn1.types.string.ASN1String<T>
- All Implemented Interfaces:
ASN1Constructed
,ASN1Primitive
,Iterable<ASN1Object>
- Direct Known Subclasses:
ASN1BitString
,ASN1OctetString
An ASN.1 STRING type can either be expressed as a Primitive encoded or Constructed encoded sequence.
-
Field Summary
FieldsFields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hierynomus.asn1.types.ASN1Object
equals, getTag, getValue, hashCode, toString, valueString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator