public class ASN1OctetString extends ASN1String<byte[]>
| Modifier and Type | Class and Description |
|---|---|
static class |
ASN1OctetString.Parser |
static class |
ASN1OctetString.Serializer |
valueBytestag| Constructor and Description |
|---|
ASN1OctetString(ASN1Tag<?> tag,
byte[] bytes) |
ASN1OctetString(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue() |
int |
length() |
protected java.lang.String |
valueString() |
iteratorequals, getTag, hashCode, toStringpublic ASN1OctetString(byte[] bytes)
public ASN1OctetString(ASN1Tag<?> tag, byte[] bytes)
public byte[] getValue()
getValue in class ASN1Object<byte[]>protected java.lang.String valueString()
valueString in class ASN1Object<byte[]>public int length()
length in class ASN1String<byte[]>