public class Asn1Writer
extends java.lang.Object
| Constructor | Description |
|---|---|
Asn1Writer() |
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
writeInteger(int value) |
|
static byte[] |
writeOctetString(byte[] data) |
|
static byte[] |
writeSequence(byte[]... components) |
|
static byte[] |
writeTag(byte tagId,
byte[] data) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.