public final class Asn1Eoc extends Asn1Simple<Object>
Asn1Type.EncodingType| Modifier and Type | Field and Description |
|---|---|
static Asn1Eoc |
INSTANCE |
bodyLength, outerEncodeable| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeBody(Asn1ParseResult parseResult) |
void |
encode(ByteBuffer buffer)
Encode the type, by recursively, using the provided buffer.
|
protected byte[] |
encodeBody() |
protected int |
encodingBodyLength() |
String |
toString() |
createSimple, createSimple, encodeBody, getBytes, isDefinitiveLength, isSimple, isSimple, isSimple, setBytes, toBytes, toValuegetValue, setValuedecode, decode, decode, 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 static final Asn1Eoc INSTANCE
public void encode(ByteBuffer buffer)
Asn1Typeencode in interface Asn1Typeencode in class Asn1Encodeablebuffer - The byte bufferprotected byte[] encodeBody()
encodeBody in class Asn1Simple<Object>protected int encodingBodyLength()
encodingBodyLength in class Asn1Simple<Object>protected void decodeBody(Asn1ParseResult parseResult) throws IOException
decodeBody in class Asn1Simple<Object>IOExceptionpublic String toString()
toString in class Asn1Simple<Object>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.