Interface DEREncoder

  • All Known Implementing Classes:
    DEROutputStream

    public interface DEREncoder
    Interface to an object that knows how to write its own DER encoding to an output stream.
    • Method Detail

      • derEncode

        void derEncode​(java.io.OutputStream out)
                throws java.io.IOException
        DER encode this object and write the results to a stream.
        Parameters:
        out - the stream on which the DER encoding is written.
        Throws:
        java.io.IOException - in case of error