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.SigningOutputStreamEncryptor.EncryptorWrapperStream.signingstreamMethods in org.c02e.jpgpj that return Encryptor.SigningOutputStreamModifier and TypeMethodDescriptionprotected Encryptor.SigningOutputStreamEncryptor.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 longEncryptor.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.SigningOutputStreamModifierConstructorDescriptionprotectedEncryptorWrapperStream(OutputStream ciphertext, Encryptor.SigningOutputStream signer, List<? extends OutputStream> wrappers, boolean closeOriginal)