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

    Modifier and Type
    Method
    Description
    byte[]
    Encode this object into it's DER type.
  • Method Details

    • encode

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