public class Asn1OctetString extends Asn1Simple<byte[]>
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
Asn1OctetString() |
Asn1OctetString(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeBody(Asn1ParseResult parseResult) |
protected byte[] |
encodeBody() |
protected int |
encodingBodyLength() |
String |
toString() |
createSimple, createSimple, encodeBody, getBytes, isDefinitiveLength, isSimple, isSimple, isSimple, setBytes, toBytes, toValuegetValue, setValuedecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic Asn1OctetString()
public Asn1OctetString(byte[] value)
protected byte[] encodeBody()
encodeBody in class Asn1Simple<byte[]>protected int encodingBodyLength()
encodingBodyLength in class Asn1Simple<byte[]>protected void decodeBody(Asn1ParseResult parseResult) throws IOException
decodeBody in class Asn1Simple<byte[]>IOExceptionpublic String toString()
toString in class Asn1Simple<byte[]>Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.