Uses of Class
org.c02e.jpgpj.Decryptor.Verifier
Packages that use Decryptor.Verifier
-
Uses of Decryptor.Verifier in org.c02e.jpgpj
Methods in org.c02e.jpgpj that return types with arguments of type Decryptor.VerifierModifier and TypeMethodDescriptionprotected List
<Decryptor.Verifier> Decryptor.buildVerifiers
(Iterator<?> signatures) Builds aDecryptor.Verifier
for each specified signature for which a verification key is available.Method parameters in org.c02e.jpgpj with type arguments of type Decryptor.VerifierModifier and TypeMethodDescriptionprotected long
Decryptor.copy
(InputStream i, OutputStream o, List<Decryptor.Verifier> verifiers) Copies the content from the specified input stream to the specified output stream, while also checking the content with the specified list of verifiers (if verification required).protected void
Decryptor.matchSignatures
(Iterator<org.bouncycastle.openpgp.PGPSignature> signatures, List<Decryptor.Verifier> verifiers) Matches the specified trailing signatures to the specified verifiers.protected void
Decryptor.verify
(List<Decryptor.Verifier> verifiers, List<FileMetadata> meta) Verifies each verifier's signature, and adds keys with verified signatures to the file metadata.