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 private 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 DEREncoder Modifier and Type Class Description classBooleanTypeConverts booleans to and from their DER encoded format.classConstructedDEREncoderEncodes constructed types to their DER format.classContextTypeConverts context types to their DER encoded format.classIntegerTypeConverts arbitrary-precision integers to and from their DER encoded format.classNullTypeConvenience type for a tag with a null value.classOctetStringTypeConverts strings to and from their DER encoded format.classOidTypeConverts object identifiers to and from their DER encoded format.classUuidTypeConverts UUIDs to and from their DER encoded format.Fields in org.ldaptive.asn1 declared as DEREncoder Modifier and Type Field Description private DEREncoder[]ConstructedDEREncoder. derEncodersEncoders in this sequence.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 DEREncoderAbstractAttributeValueAssertionFilter. getEncoder()DEREncoderAndFilter. getEncoder()DEREncoderExtensibleFilter. getEncoder()DEREncoderFilter. getEncoder()Returns the encoder for this filter.DEREncoderNotFilter. getEncoder()DEREncoderOrFilter. getEncoder()DEREncoderPresenceFilter. getEncoder()DEREncoderSubstringFilter. 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)
-