Package org.apache.tomcat.util.buf
Class Asn1Writer
java.lang.Object
org.apache.tomcat.util.buf.Asn1Writer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
writeInteger
(int value) static byte[]
writeOctetString
(byte[] data) static byte[]
writeSequence
(byte[]... components) static byte[]
writeTag
(byte tagId, byte[] data)
-
Constructor Details
-
Asn1Writer
public Asn1Writer()
-
-
Method Details
-
writeSequence
public static byte[] writeSequence(byte[]... components) -
writeInteger
public static byte[] writeInteger(int value) -
writeOctetString
public static byte[] writeOctetString(byte[] data) -
writeTag
public static byte[] writeTag(byte tagId, byte[] data)
-