public class Tag
extends java.lang.Object
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
static Tag |
fromDer(int tag)
The first byte in DER encoding is made of following fields
|
byte |
toDer() |
public byte toDer()
public static Tag fromDer(int tag)
The first byte in DER encoding is made of following fields
------------------------------------------------- |Bit 8|Bit 7|Bit 6|Bit 5|Bit 4|Bit 3|Bit 2|Bit 1| ------------------------------------------------- | Class | CF | Type | -------------------------------------------------
tag - The original DER encoded byteCopyright © 2014-2021 Tomitribe Corporation. All Rights Reserved.