Uses of Interface
org.ldaptive.asn1.DEREncoder
-
Packages that use DEREncoder Package Description org.ldaptive org.ldaptive.asn1 org.ldaptive.extended org.ldaptive.filter org.ldaptive.sasl -
-
Uses of DEREncoder in org.ldaptive
Methods in org.ldaptive that return DEREncoder Modifier and Type Method Description 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 DEREncoder Modifier and Type Class Description class
AttributeValueAssertion
Deprecated.UseNameValue
class
BooleanType
Converts booleans to and from their DER encoded format.class
ConstructedDEREncoder
Encodes constructed types to their DER format.class
ContextType
Converts context types to their DER encoded format.class
DN
Deprecated.UseDn
class
IntegerType
Converts arbitrary-precision integers to and from their DER encoded format.class
NullType
Convenience type for a tag with a null value.class
OctetStringType
Converts strings to and from their DER encoded format.class
OidType
Converts object identifiers to and from their DER encoded format.class
RDN
Deprecated.UseRDn
class
UuidType
Converts UUIDs to and from their DER encoded format.Constructors in org.ldaptive.asn1 with parameters of type DEREncoder Constructor Description ConstructedDEREncoder(DERTag tag, DEREncoder... encoders)
Creates a new sequence encoder. -
Uses of DEREncoder in org.ldaptive.extended
Methods in org.ldaptive.extended that return DEREncoder Modifier and Type Method Description protected DEREncoder[]
ExtendedRequest. getRequestEncoders(int id)
-
Uses of DEREncoder in org.ldaptive.filter
Methods in org.ldaptive.filter that return DEREncoder Modifier and Type Method Description DEREncoder
AbstractAttributeValueAssertionFilter. getEncoder()
DEREncoder
AndFilter. getEncoder()
DEREncoder
ExtensibleFilter. getEncoder()
DEREncoder
Filter. getEncoder()
Returns the encoder for this filter.DEREncoder
NotFilter. getEncoder()
DEREncoder
OrFilter. getEncoder()
DEREncoder
PresenceFilter. getEncoder()
DEREncoder
SubstringFilter. getEncoder()
-
Uses of DEREncoder in org.ldaptive.sasl
Methods in org.ldaptive.sasl that return DEREncoder Modifier and Type Method Description protected DEREncoder[]
SaslBindRequest. getRequestEncoders(int id)
-