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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
encode()
Encode this object into its DER type.
-