|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncoderException | |
---|---|
org.apache.directory.shared.asn1 | |
org.apache.directory.shared.asn1.ber.tlv | |
org.apache.directory.shared.asn1.codec | |
org.apache.directory.shared.asn1.codec.binary | |
org.apache.directory.shared.asn1.codec.stateful | Provides the fundamental stateful codec interfaces. |
org.apache.directory.shared.asn1.codec.stateful.examples |
Uses of EncoderException in org.apache.directory.shared.asn1 |
---|
Methods in org.apache.directory.shared.asn1 that throw EncoderException | |
---|---|
java.nio.ByteBuffer |
Asn1Object.encode(java.nio.ByteBuffer buffer)
Encode the object to a PDU. |
Uses of EncoderException in org.apache.directory.shared.asn1.ber.tlv |
---|
Methods in org.apache.directory.shared.asn1.ber.tlv that throw EncoderException | |
---|---|
static void |
Value.encode(java.nio.ByteBuffer buffer,
boolean bool)
Encode a boolean value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
byte[] bytes)
Encode an OctetString value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
byte tag,
int value)
Encode an integer value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
int value)
Encode an integer value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
OID oid)
Encode an OID value |
static void |
Value.encode(java.nio.ByteBuffer buffer,
java.lang.String string)
Encode a String value |
static void |
Value.encodeEnumerated(java.nio.ByteBuffer buffer,
int value)
Encode an enumerated value |
Uses of EncoderException in org.apache.directory.shared.asn1.codec |
---|
Methods in org.apache.directory.shared.asn1.codec that throw EncoderException | |
---|---|
byte[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data as a byte array. |
java.lang.Object |
Encoder.encode(java.lang.Object pObject)
Encodes an "Object" and returns the encoded content as an Object. |
Uses of EncoderException in org.apache.directory.shared.asn1.codec.binary |
---|
Methods in org.apache.directory.shared.asn1.codec.binary that throw EncoderException | |
---|---|
java.lang.Object |
BinaryCodec.encode(java.lang.Object raw)
Converts an array of raw binary data into an array of ascii 0 and 1 chars. |
java.lang.Object |
Hex.encode(java.lang.Object object)
Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order. |
Uses of EncoderException in org.apache.directory.shared.asn1.codec.stateful |
---|
Methods in org.apache.directory.shared.asn1.codec.stateful that throw EncoderException | |
---|---|
void |
StatefulEncoder.encode(java.lang.Object obj)
|
Uses of EncoderException in org.apache.directory.shared.asn1.codec.stateful.examples |
---|
Methods in org.apache.directory.shared.asn1.codec.stateful.examples that throw EncoderException | |
---|---|
void |
HexEncoder.encode(java.lang.Object obj)
Transforms a decoded ByteArray of binary data into a stream of ASCII hex characters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |