Uses of Interface
org.ldaptive.asn1.DEREncoder

Packages that use DEREncoder
org.ldaptive.asn1   
 

Uses of DEREncoder in org.ldaptive.asn1
 

Classes in org.ldaptive.asn1 that implement DEREncoder
 class AttributeValueAssertion
          An OID representing the type of attribute and its value.
 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
          A sequence of RDN values.
 class IntegerType
          Converts arbitrary-precision integers to and from their DER encoded format.
 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
          A set of attribute value assertions.
 class UuidType
          Converts UUIDs to and from their DER encoded format.
 

Constructors in org.ldaptive.asn1 with parameters of type DEREncoder
ConstructedDEREncoder(DERTag tag, DEREncoder... encoders)
          Creates a new sequence encoder.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.