Uses of Class
org.c02e.jpgpj.Encryptor.SigningOutputStream
Packages that use Encryptor.SigningOutputStream
-
Uses of Encryptor.SigningOutputStream in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as Encryptor.SigningOutputStreamModifier and TypeFieldDescriptionprotected final Encryptor.SigningOutputStream
Encryptor.EncryptorWrapperStream.signingstream
Methods in org.c02e.jpgpj that return Encryptor.SigningOutputStreamModifier and TypeMethodDescriptionprotected Encryptor.SigningOutputStream
Encryptor.sign
(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.SigningOutputStreamModifier and TypeMethodDescriptionprotected long
Encryptor.copy
(InputStream i, 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.SigningOutputStreamModifierConstructorDescriptionprotected
EncryptorWrapperStream
(OutputStream ciphertext, Encryptor.SigningOutputStream signer, List<? extends OutputStream> wrappers, boolean closeOriginal)