public class TLVUtil
extends java.lang.Object
Constructor and Description |
---|
TLVUtil() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
encode(int tag,
byte[] asn1Data,
TLVInfo tlvInfo) |
static TLVInfo |
parseField(byte[] asn1Data,
int startIndex) |
static TLVInfo |
parseField(byte[] asn1Data,
int startIndex,
int fieldIndex) |
static TLVInfo |
parseFieldInsideTag(byte[] asn1Data,
int startIndex,
int fieldIndex) |
public static TLVInfo parseField(byte[] asn1Data, int startIndex) throws ESYAException
ESYAException
public static TLVInfo parseField(byte[] asn1Data, int startIndex, int fieldIndex) throws ESYAException
ESYAException
public static TLVInfo parseFieldInsideTag(byte[] asn1Data, int startIndex, int fieldIndex) throws ESYAException
ESYAException
public static byte[] encode(int tag, byte[] asn1Data, TLVInfo tlvInfo)
Copyright © 2025. All rights reserved.