Interface DEREncoder

All Known Implementing Classes:
BooleanType, ConstructedDEREncoder, ContextType, IntegerType, NullType, OctetStringType, OidType, UuidType

public interface DEREncoder
Interface for encoding DER objects.
  • Method Summary

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

    • encode

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