Uses of Interface
org.ldaptive.asn1.DEREncoder
Packages that use DEREncoder
Package
Description
-
Uses of DEREncoder in org.ldaptive
Methods in org.ldaptive that return DEREncoderModifier and TypeMethodDescriptionprivate DEREncoder[]ModifyRequest.getAttributeValueEncoders(Collection<byte[]> values) Returns attribute value encoders for the supplied values.private DEREncoderAbstractRequestMessage.getControlEncoder()Returns the encoder to any controls that may be set on this message.protected DEREncoder[]AbandonRequest.getRequestEncoders(int id) protected abstract DEREncoder[]AbstractRequestMessage.getRequestEncoders(int id) Returns the request encoders for this message.protected DEREncoder[]AddRequest.getRequestEncoders(int id) protected DEREncoder[]AnonymousBindRequest.getRequestEncoders(int id) protected DEREncoder[]CompareRequest.getRequestEncoders(int id) protected DEREncoder[]DeleteRequest.getRequestEncoders(int id) protected DEREncoder[]ModifyDnRequest.getRequestEncoders(int id) protected DEREncoder[]ModifyRequest.getRequestEncoders(int id) protected DEREncoder[]SearchRequest.getRequestEncoders(int id) protected DEREncoder[]SimpleBindRequest.getRequestEncoders(int id) protected DEREncoder[]UnbindRequest.getRequestEncoders(int id) -
Uses of DEREncoder in org.ldaptive.asn1
Classes in org.ldaptive.asn1 that implement DEREncoderModifier and TypeClassDescriptionclassConverts booleans to and from their DER encoded format.classEncodes constructed types to their DER format.classConverts context types to their DER encoded format.classConverts arbitrary-precision integers to and from their DER encoded format.classConvenience type for a tag with a null value.classConverts strings to and from their DER encoded format.classConverts object identifiers to and from their DER encoded format.classConverts UUIDs to and from their DER encoded format.Fields in org.ldaptive.asn1 declared as DEREncoderModifier and TypeFieldDescriptionprivate final DEREncoder[]ConstructedDEREncoder.derEncodersEncoders in this sequence.Constructors in org.ldaptive.asn1 with parameters of type DEREncoderModifierConstructorDescriptionConstructedDEREncoder(DERTag tag, DEREncoder... encoders) Creates a new sequence encoder. -
Uses of DEREncoder in org.ldaptive.extended
Methods in org.ldaptive.extended that return DEREncoderModifier and TypeMethodDescriptionprotected DEREncoder[]ExtendedRequest.getRequestEncoders(int id) -
Uses of DEREncoder in org.ldaptive.filter
Methods in org.ldaptive.filter that return DEREncoderModifier and TypeMethodDescriptionAbstractAttributeValueAssertionFilter.getEncoder()AndFilter.getEncoder()ExtensibleFilter.getEncoder()Filter.getEncoder()Returns the encoder for this filter.NotFilter.getEncoder()OrFilter.getEncoder()PresenceFilter.getEncoder()SubstringFilter.getEncoder() -
Uses of DEREncoder in org.ldaptive.sasl
Methods in org.ldaptive.sasl that return DEREncoderModifier and TypeMethodDescriptionprotected DEREncoder[]SaslBindRequest.getRequestEncoders(int id)