public class Asn1Writer extends Object
Constructor and Description |
---|
Asn1Writer() |
Modifier and Type | Method and 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.