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 DEREncoder
AbstractRequestMessage.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 TypeClassDescriptionclass
Deprecated.class
Converts booleans to and from their DER encoded format.class
Encodes constructed types to their DER format.class
Converts context types to their DER encoded format.class
Deprecated.UseDn
class
Converts arbitrary-precision integers to and from their DER encoded format.class
Convenience type for a tag with a null value.class
Converts strings to and from their DER encoded format.class
Converts object identifiers to and from their DER encoded format.class
Deprecated.UseRDn
class
Converts UUIDs to and from their DER encoded format.Fields in org.ldaptive.asn1 declared as DEREncoderModifier and TypeFieldDescriptionprivate final DEREncoder[]
ConstructedDEREncoder.derEncoders
Encoders 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)
NameValue