public final class BERUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
chunk(byte[] source,
Integer from) |
static Integer |
countBytesOfLength(byte[] source) |
static Integer |
countBytesOfLength(byte[] source,
Integer from) |
static Integer |
countBytesOfTag(byte[] source) |
static Integer |
countBytesOfTag(byte[] source,
Integer from) |
static byte[] |
lengthOfValue(Integer value) |
static byte[] |
valueOf(byte[] source) |
static byte[] |
valueOf(byte[] source,
Integer from) |
static Integer |
valueOfLength(byte[] source) |
static Integer |
valueOfLength(byte[] source,
Integer from) |
static byte[] |
valueOfTag(byte[] source) |
static byte[] |
valueOfTag(byte[] source,
Integer from) |
public static final byte[] valueOfTag(byte[] source)
public static final byte[] valueOfTag(byte[] source,
Integer from)
public static final Integer valueOfLength(byte[] source)
public static final byte[] valueOf(byte[] source)
public static final byte[] valueOf(byte[] source,
Integer from)
public static final byte[] chunk(byte[] source,
Integer from)
public static final byte[] lengthOfValue(Integer value)
public static final Integer countBytesOfTag(byte[] source)
public static final Integer countBytesOfLength(byte[] source)
Copyright © 2020–2021 com.github.mvallim. All rights reserved.