public class UnicodePwdValueTranscoder extends AbstractBinaryValueTranscoder<String>
| Constructor and Description |
|---|
UnicodePwdValueTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
decodeBinaryValue(byte[] value)
Decodes the supplied ldap attribute value into a custom type.
|
byte[] |
encodeBinaryValue(String value)
Encodes the supplied value into an ldap attribute value.
|
Class<String> |
getType()
Returns the type produced by this value transcoder.
|
decodeStringValue, encodeStringValuepublic String decodeBinaryValue(byte[] value)
ValueTranscodervalue - to decodepublic byte[] encodeBinaryValue(String value)
ValueTranscodervalue - to encodepublic Class<String> getType()
ValueTranscoderCopyright © 2003-2019 Virginia Tech. All Rights Reserved.