public class TLV
extends java.lang.Object
| Constructor and Description |
|---|
TLV() |
| Modifier and Type | Method and Description |
|---|---|
static java.math.BigInteger |
decodeINT(byte[] input,
int i,
int[] sinir2) |
static byte[] |
getDataCopyByLengthIndex(byte[] x,
int lenghtStartIndex) |
static int[] |
getDataIndexesByLengthIndex(byte[] x,
int lenghtStartIndex) |
static int[] |
getIcerik(byte[] x,
int startIndex) |
static void |
main(java.lang.String[] args) |
static byte[] |
makeTLV(byte tag,
byte[] x) |
static byte[] |
TLV_L(byte[] x) |
static byte[] |
yanyanaKoy(byte[] tlv1,
byte[] tlv2) |
static byte[] |
yanyanaKoy(byte[] tlv1,
byte[] tlv2,
byte[] tlv3) |
public static byte[] yanyanaKoy(byte[] tlv1,
byte[] tlv2)
public static byte[] yanyanaKoy(byte[] tlv1,
byte[] tlv2,
byte[] tlv3)
public static java.math.BigInteger decodeINT(byte[] input,
int i,
int[] sinir2)
public static byte[] makeTLV(byte tag,
byte[] x)
public static byte[] TLV_L(byte[] x)
public static int[] getIcerik(byte[] x,
int startIndex)
x - byte []startIndex - Tag index.public static int[] getDataIndexesByLengthIndex(byte[] x,
int lenghtStartIndex)
public static byte[] getDataCopyByLengthIndex(byte[] x,
int lenghtStartIndex)
public static void main(java.lang.String[] args)
Copyright © 2025. All rights reserved.