public final class Asn1Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
encodeLength(ByteBuffer buffer,
int bodyLength) |
static void |
encodeTag(ByteBuffer buffer,
Tag tag) |
static int |
lengthOfBodyLength(int bodyLength) |
static int |
lengthOfTagLength(int tagNo) |
static byte[] |
readAllLeftBytes(ByteBuffer buffer) |
public static int lengthOfBodyLength(int bodyLength)
public static int lengthOfTagLength(int tagNo)
public static void encodeTag(ByteBuffer buffer, Tag tag)
public static void encodeLength(ByteBuffer buffer, int bodyLength)
public static byte[] readAllLeftBytes(ByteBuffer buffer)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.