|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.io.CertificateValueTranscoder
public class CertificateValueTranscoder
Decodes and encodes a certificate for use in an ldap attribute value.
| Constructor Summary | |
|---|---|
CertificateValueTranscoder()
|
|
| Method Summary | |
|---|---|
Certificate |
decodeBinaryValue(byte[] value)
Decodes the supplied ldap attribute value into a custom type. |
Certificate |
decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type. |
byte[] |
encodeBinaryValue(Certificate value)
Encodes the supplied value into an ldap attribute value. |
String |
encodeStringValue(Certificate value)
Encodes the supplied value into an ldap attribute value. |
Class<Certificate> |
getType()
Returns the type produced by this value transcoder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertificateValueTranscoder()
| Method Detail |
|---|
public Certificate decodeStringValue(String value)
decodeStringValue in interface ValueTranscoder<Certificate>value - to decode
public Certificate decodeBinaryValue(byte[] value)
decodeBinaryValue in interface ValueTranscoder<Certificate>value - to decode
public String encodeStringValue(Certificate value)
encodeStringValue in interface ValueTranscoder<Certificate>value - to encode
public byte[] encodeBinaryValue(Certificate value)
encodeBinaryValue in interface ValueTranscoder<Certificate>value - to encode
public Class<Certificate> getType()
getType in interface ValueTranscoder<Certificate>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||