org.ldaptive.asn1
Interface DEREncoder

All Known Implementing Classes:
AttributeValueAssertion, BooleanType, ConstructedDEREncoder, ContextType, DN, IntegerType, OctetStringType, OidType, RDN, UuidType

public interface DEREncoder

Interface for encoding DER objects.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 byte[] encode()
          Encode this object into it's DER type.
 

Method Detail

encode

byte[] encode()
Encode this object into it's DER type.

Returns:
DER encoded object


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