Class SignerOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class SignerOutputStream
    extends ByteArrayOutputStream
    Derived from Apache sources and changed to use java.security.Signature objects as input instead of org.apache.xml.security.algorithms.SignatureAlgorithm objects.
    Author:
    raul, Sean Mullan