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.Verifierfor 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 longDecryptor.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 voidDecryptor.matchSignatures(Iterator<org.bouncycastle.openpgp.PGPSignature> signatures, List<Decryptor.Verifier> verifiers) Matches the specified trailing signatures to the specified verifiers.protected voidDecryptor.verify(List<Decryptor.Verifier> verifiers, List<FileMetadata> meta) Verifies each verifier's signature, and adds keys with verified signatures to the file metadata.