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