Searched refs:WholeFileSignerOutputStream (Results 1 – 1 of 1) sorted by relevance
667 private static class WholeFileSignerOutputStream extends FilterOutputStream { class in SignApk672 public WholeFileSignerOutputStream(OutputStream out, OutputStream tee) { in WholeFileSignerOutputStream() method in SignApk.WholeFileSignerOutputStream735 private WholeFileSignerOutputStream signer;772 signer = new WholeFileSignerOutputStream(out, outputStream); in write()797 public WholeFileSignerOutputStream getSigner() { in getSigner()