Searched refs:WholeFileSignerOutputStream (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java576 private static class WholeFileSignerOutputStream extends FilterOutputStream { class in class:SignApk
581 public WholeFileSignerOutputStream(OutputStream out, OutputStream tee) { method in class:SignApk.WholeFileSignerOutputStream
644 private WholeFileSignerOutputStream signer;
681 signer = new WholeFileSignerOutputStream(out, outputStream);
704 public WholeFileSignerOutputStream getSigner() {
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java576 private static class WholeFileSignerOutputStream extends FilterOutputStream { class in class:SignApk
581 public WholeFileSignerOutputStream(OutputStream out, OutputStream tee) { method in class:SignApk.WholeFileSignerOutputStream
644 private WholeFileSignerOutputStream signer;
681 signer = new WholeFileSignerOutputStream(out, outputStream);
704 public WholeFileSignerOutputStream getSigner() {

Completed in 46 milliseconds