Uses of Class
org.c02e.jpgpj.Decryptor.Verifier
-
Packages that use Decryptor.Verifier Package Description org.c02e.jpgpj -
-
Uses of Decryptor.Verifier in org.c02e.jpgpj
Methods in org.c02e.jpgpj that return types with arguments of type Decryptor.Verifier Modifier and Type Method Description protected java.util.List<Decryptor.Verifier>
Decryptor. buildVerifiers(java.util.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.Verifier Modifier and Type Method Description protected long
Decryptor. copy(java.io.InputStream i, java.io.OutputStream o, java.util.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(java.util.Iterator<org.bouncycastle.openpgp.PGPSignature> signatures, java.util.List<Decryptor.Verifier> verifiers)
Matches the specified trailing signatures to the specified verifiers.protected void
Decryptor. verify(java.util.List<Decryptor.Verifier> verifiers, java.util.List<FileMetadata> meta)
Verifies each verifier's signature, and adds keys with verified signatures to the file metadata.
-