Searched refs:WholeFileSignerOutputStream (Results 1 – 1 of 1) sorted by relevance
669 private static class WholeFileSignerOutputStream extends FilterOutputStream { class in SignApk674 public WholeFileSignerOutputStream(OutputStream out, OutputStream tee) { in WholeFileSignerOutputStream() method in SignApk.WholeFileSignerOutputStream737 private WholeFileSignerOutputStream signer;774 signer = new WholeFileSignerOutputStream(out, outputStream); in write()799 public WholeFileSignerOutputStream getSigner() { in getSigner()