A B C D E F G H I J L M N O P R S T U V W X Y _

B

Base64 - Class in com.objsys.asn1j.runtime
 
Base64.InputStream - Class in com.objsys.asn1j.runtime
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.objsys.asn1j.runtime.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.objsys.asn1j.runtime.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.objsys.asn1j.runtime
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.objsys.asn1j.runtime.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.objsys.asn1j.runtime.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BCDToString(byte[]) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates a BCD string to an ASCII string.
BER - Static variable in class com.objsys.asn1j.runtime.Asn1OpenType
 
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method dumps the encoded message in a human-readable format showing tags and contents to the given print output stream.
binDump() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
 
binDump(String) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method invokes an overloaded version of binDump to dump the encoded message to standard output.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method invokes an overloaded version of binDump to dump the encoded message to standard output.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method invokes an overloaded version of binDump to dump the encoded message to standard output.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
Bit8Mask - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Bit 8 (MSB) octet mask value
BIT_STRING - Static variable in class com.objsys.asn1j.runtime.Asn1Type
BIT_STRING type code = 3
BITS - Static variable in class com.objsys.asn1j.runtime.Asn1BitString
The BITS constant describes the string format for binary digit value (e.g. only 0 and 1 digits).
BITSPERCHAR - Static variable in class com.objsys.asn1j.runtime.Asn1BMPString
The BITSPERCHAR constant specifies the number of bits per character for PER (aligned or unaligned).
BITSPERCHAR - Static variable in class com.objsys.asn1j.runtime.Asn1UniversalString
The BITSPERCHAR constant specifies the number of bits per character for PER (aligned or unaligned).
BITSPERCHAR_A - Static variable in class com.objsys.asn1j.runtime.Asn18BitCharString
The BITSPERCHAR_A constant specifies the number of bits per character for PER (aligned).
BITSPERCHAR_A - Static variable in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
The BITSPERCHAR_A constant specifies the number of bits per character for PER (aligned).
BITSPERCHAR_U - Static variable in class com.objsys.asn1j.runtime.Asn18BitCharString
The BITSPERCHAR_U constant specifies the number of bits per character for PER (unaligned).
BITSPERCHAR_U - Static variable in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
The BITSPERCHAR_U constant specifies the number of bits per character for PER (unaligned).
BMPString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
BMPString type code = 30
BOOLEAN - Static variable in class com.objsys.asn1j.runtime.Asn1Type
BOOLEAN type code = 1
BooleanHolder - Class in com.objsys.asn1j.runtime
A Holder class for a boolean that is used to store "out" and "inout" parameters in methods.
BooleanHolder() - Constructor for class com.objsys.asn1j.runtime.BooleanHolder
 
BooleanHolder(boolean) - Constructor for class com.objsys.asn1j.runtime.BooleanHolder
 
byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This methods byte-aligns the buffer.
byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This methods byte-aligns the buffer.
byteAlign() - Method in interface com.objsys.asn1j.runtime.Asn1PerMessageBuffer
This method handles byte-alignment for aligned PER encoding or decoding.
byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This methods byte-aligns the buffer.

A B C D E F G H I J L M N O P R S T U V W X Y _