Uses of Interface
org.apache.directory.api.asn1.Asn1Object
-
Packages that use Asn1Object Package Description org.apache.directory.api.ldap.codec org.apache.directory.api.ldap.codec.api -
-
Uses of Asn1Object in org.apache.directory.api.ldap.codec
Classes in org.apache.directory.api.ldap.codec that implement Asn1Object Modifier and Type Class Description classBasicControlDecoratorA decorator for handling opaque Control objects where we know nothing about their encoded value.Methods in org.apache.directory.api.ldap.codec that return Asn1Object Modifier and Type Method Description Asn1ObjectBasicControlDecorator. decode(byte[] controlBytes)Decodes raw ASN.1 encoded bytes into an Asn1Object for the control. -
Uses of Asn1Object in org.apache.directory.api.ldap.codec.api
Subinterfaces of Asn1Object in org.apache.directory.api.ldap.codec.api Modifier and Type Interface Description interfaceCodecControl<E extends Control>The codec uses this interface to add additional information to LDAP Model Control objects during encoding and decoding.interfaceDecorator<E>The codec uses this interface to add additional information to LDAP Model objects during encoding and decoding,Classes in org.apache.directory.api.ldap.codec.api that implement Asn1Object Modifier and Type Class Description classControlDecorator<E extends Control>Decorates Control objects by wrapping them, and enabling them as CodecControls so the codec to store transient information associated with the Control in the decorator while processing.Methods in org.apache.directory.api.ldap.codec.api that return Asn1Object Modifier and Type Method Description Asn1ObjectCodecControl. decode(byte[] controlBytes)Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
-