- 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.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.
- BASE_2_ONLY - Variable in class com.objsys.asn1j.runtime.Asn1Real
-
- baseDecode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1BitString
-
This method decodes an ASN.1 bit string value using the packed
encoding rules (PER).
- baseDecode(Asn1PerDecodeBuffer, long, long) - Method in class com.objsys.asn1j.runtime.Asn1BitString
-
This method decodes a sized ASN.1 bit string value using the
packed encoding rules (PER).
- baseEncode(Asn1PerEncodeBuffer, long) - Method in class com.objsys.asn1j.runtime.Asn1BitString
-
This method encodes the bit string as an unconstrained ASN.1 bit string
value using the packed encoding rules (PER).
- baseEncode(Asn1PerEncodeBuffer, long, long) - Method in class com.objsys.asn1j.runtime.Asn1BitString
-
This method encodes a size-constrained ASN.1 bit string value
using the packed encoding rules (PER).
- BCDToString(byte[]) - Static method in class com.objsys.asn1j.runtime.Asn1Util
-
Translates a BCD string to an ASCII string.
- beginSetOf() - Method in class com.objsys.asn1j.runtime.Asn1OerEncodeBuffer
-
If canonical mode is on, return a new Asn1OerEncodeBuffer into which the
repetitions of a SET OF can be encoded.
- 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.Asn1DecodeBitBuffer
-
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.Asn1DecodeBitBuffer
-
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.Asn1EncodeBitBuffer
-
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.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(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1OerEncodeBuffer
-
This method dumps the encoded message in a human-readable format
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 interface com.objsys.asn1j.runtime.Asn1BitMessageBuffer
-
This method handles byte-alignment for aligned PER encoding or
decoding.
- byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBitBuffer
-
This methods byte-aligns the buffer.
- byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBitBuffer
-
Byte-align the buffer, possibly conditionally.
- 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 method byte-aligns the buffer if the buffer is set
to be aligned.
- byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
-
This methods byte-aligns the buffer.