Uses of Class
org.c02e.jpgpj.Encryptor.SigningOutputStream
-
Packages that use Encryptor.SigningOutputStream Package Description org.c02e.jpgpj -
-
Uses of Encryptor.SigningOutputStream in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as Encryptor.SigningOutputStream Modifier and Type Field Description protected Encryptor.SigningOutputStream
Encryptor.EncryptorWrapperStream. signingstream
Methods in org.c02e.jpgpj that return Encryptor.SigningOutputStream Modifier and Type Method Description protected Encryptor.SigningOutputStream
Encryptor. sign(java.io.OutputStream out, FileMetadata meta)
Wraps with stream that outputs signature packets as header and footer to envelope.Methods in org.c02e.jpgpj with parameters of type Encryptor.SigningOutputStream Modifier and Type Method Description protected long
Encryptor. copy(java.io.InputStream i, java.io.OutputStream o, Encryptor.SigningOutputStream s, FileMetadata meta)
Copies the content from the specified input stream to the specified output stream.Constructors in org.c02e.jpgpj with parameters of type Encryptor.SigningOutputStream Constructor Description EncryptorWrapperStream(java.io.OutputStream ciphertext, Encryptor.SigningOutputStream signer, java.util.List<? extends java.io.OutputStream> wrappers, boolean closeOriginal)
-