Uses of Class
org.ldaptive.asn1.AttributeValueAssertion
-
Packages that use AttributeValueAssertion Package Description org.ldaptive.asn1 -
-
Uses of AttributeValueAssertion in org.ldaptive.asn1
Methods in org.ldaptive.asn1 that return AttributeValueAssertion Modifier and Type Method Description static AttributeValueAssertion[]
AttributeValueAssertion. decode(DERBuffer encoded)
Deprecated.Converts bytes in the buffer to attribute value assertions by reading from the current position to the limit.AttributeValueAssertion[]
RDN. getAttributeValueAssertions()
Deprecated.Returns the attribute value assertions in this RDN.Constructors in org.ldaptive.asn1 with parameters of type AttributeValueAssertion Constructor Description RDN(AttributeValueAssertion... assertions)
Deprecated.Creates a new RDN.Constructor parameters in org.ldaptive.asn1 with type arguments of type AttributeValueAssertion Constructor Description RDN(java.util.Collection<AttributeValueAssertion> assertions)
Deprecated.Creates a new RDN.
-