Home | History | Annotate | Download | only in signapk

Lines Matching defs:signer

416         ContentSigner signer = new JcaContentSignerBuilder(
426 signer, publicKey));
509 // write to both output streams. out is the CMSTypedData signer and tee is the file.
522 // write to both output streams. out is the CMSTypedData signer and tee is the file.
537 private WholeFileSignerOutputStream signer;
560 signer = new WholeFileSignerOutputStream(out, outputStream);
561 JarOutputStream outputJar = new JarOutputStream(signer);
577 signer.notifyClosing();
579 signer.finish();
595 return signer;