| Package | Description |
|---|---|
| davmail.ldap |
| Modifier and Type | Method and Description |
|---|---|
void |
BerEncoder.encodeOctetString(byte[] tb,
int tag)
Encodes an octet string and a tag.
|
void |
BerEncoder.encodeOctetString(byte[] tb,
int tag,
int tboffset,
int length)
Encodes a portion of an octet string and a tag.
|
void |
BerEncoder.encodeString(String str,
boolean encodeUTF8)
Encodes a string.
|
void |
BerEncoder.encodeString(String str,
int tag,
boolean encodeUTF8)
Encodes a string and a tag.
|
void |
BerEncoder.encodeStringArray(String[] strs,
boolean encodeUTF8)
Encodes an array of strings.
|
void |
BerEncoder.endSeq()
Terminate a BER sequence.
|
Copyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.