|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getControlType()
public org.apache.directory.shared.asn1.Asn1Object decode(byte[] controlBytes) throws org.apache.directory.shared.asn1.codec.DecoderException
controlBytes
- the encoded control bytes
org.apache.directory.shared.asn1.codec.DecoderException
- if anything goes wrong
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |