|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlDecoder
An interface for decoders of controls.
Method Summary | |
---|---|
org.apache.directory.shared.asn1.Asn1Object |
decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control. |
java.lang.String |
getControlType()
The control type this decoder decodes. |
Method Detail |
---|
java.lang.String getControlType()
org.apache.directory.shared.asn1.Asn1Object decode(byte[] controlBytes) throws org.apache.directory.shared.asn1.codec.DecoderException, javax.naming.NamingException
controlBytes
- the encoded control bytes
org.apache.directory.shared.asn1.codec.DecoderException
- if anything goes wrong
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |