Package com.hierynomus.asn1.types.string
Class ASN1OctetString
java.lang.Object
com.hierynomus.asn1.types.ASN1Object<byte[]>
com.hierynomus.asn1.types.string.ASN1String<byte[]>
com.hierynomus.asn1.types.string.ASN1OctetString
- All Implemented Interfaces:
ASN1Constructed
,ASN1Primitive
,Iterable<ASN1Object>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.hierynomus.asn1.types.string.ASN1String
valueBytes
Fields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hierynomus.asn1.types.string.ASN1String
getValueBytes, iterator
Methods inherited from class com.hierynomus.asn1.types.ASN1Object
equals, getTag, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ASN1OctetString
public ASN1OctetString(byte[] bytes) -
ASN1OctetString
-
-
Method Details
-
getValue
public byte[] getValue()- Specified by:
getValue
in classASN1Object<byte[]>
-
valueString
- Overrides:
valueString
in classASN1Object<byte[]>
-
length
public int length()- Specified by:
length
in classASN1String<byte[]>
-