public abstract class ASN1String<T> extends ASN1Object<T> implements ASN1Primitive, ASN1Constructed
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
valueBytes |
tag| Constructor and Description |
|---|
ASN1String(ASN1Tag<?> tag,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ASN1Object> |
iterator() |
abstract int |
length() |
equals, getTag, getValue, hashCode, toString, valueStringpublic ASN1String(ASN1Tag<?> tag, byte[] bytes)
public java.util.Iterator<ASN1Object> iterator()
iterator in interface java.lang.Iterable<ASN1Object>public abstract int length()