Package org.ldaptive.asn1
Interface DEREncoder
-
- All Known Implementing Classes:
AttributeValueAssertion,BooleanType,ConstructedDEREncoder,ContextType,DN,IntegerType,NullType,OctetStringType,OidType,RDN,UuidType
public interface DEREncoderInterface for encoding DER objects.- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]encode()Encode this object into it's DER type.
-