Package org.ldaptive.asn1
Interface DEREncoder
- All Known Implementing Classes:
BooleanType,ConstructedDEREncoder,ContextType,IntegerType,NullType,OctetStringType,OidType,UuidType
public interface DEREncoder
Interface for encoding DER objects.
-
Method Summary
-
Method Details
-
encode
byte[] encode()Encode this object into its DER type.- Returns:
- DER encoded object
-