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 classstatic class -
Field Summary
Fields inherited from class ASN1String
valueBytesFields inherited from class ASN1Object
tag -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASN1String
getValueBytes, iteratorMethods inherited from class ASN1Object
equals, getTag, hashCode, toStringMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
ASN1OctetString
public ASN1OctetString(byte[] bytes) -
ASN1OctetString
-
-
Method Details
-
getValue
public byte[] getValue()- Specified by:
getValuein classASN1Object<byte[]>
-
valueString
- Overrides:
valueStringin classASN1Object<byte[]>
-
length
public int length()- Specified by:
lengthin classASN1String<byte[]>
-