| Package | Description |
|---|---|
| gnu.inet.ldap |
| Modifier and Type | Method and Description |
|---|---|
void |
BEREncoder.append(byte[] bytes)
Appends an octetstring value.
|
void |
BEREncoder.append(byte[] bytes,
int code)
Appends an octetstring value with the specified ASN.1 type code.
|
void |
BEREncoder.append(String value)
Appends a string value.
|
void |
BEREncoder.append(String value,
int code)
Appends a string value with the specified ASN.1 type code.
|
void |
BEREncoder.appendFilter(String filter)
Appends an RFC2254 search filter to this encoder.
|
boolean |
BERDecoder.parseBoolean() |
int |
BERDecoder.parseInt() |
byte[] |
BERDecoder.parseOctetString() |
BERDecoder |
BERDecoder.parseSequence() |
BERDecoder |
BERDecoder.parseSequence(int code) |
BERDecoder |
BERDecoder.parseSet() |
BERDecoder |
BERDecoder.parseSet(int code) |
String |
BERDecoder.parseString() |
int |
BERDecoder.parseType()
Returns the type of the current value record.
|
Copyright © 2017. All rights reserved.