Package | Description |
---|---|
org.pgpainless.decryption_verification |
Classes used to decryption and verification of OpenPGP encrypted / signed data.
|
org.pgpainless.key |
Classes related to OpenPGP keys.
|
org.pgpainless.key.collection |
OpenPGP key collections.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpV4Fingerprint |
OpenPgpMetadata.getDecryptionFingerprint() |
Modifier and Type | Method and Description |
---|---|
Set<OpenPgpV4Fingerprint> |
OpenPgpMetadata.getVerifiedSignaturesFingerprints() |
Modifier and Type | Method and Description |
---|---|
boolean |
OpenPgpMetadata.containsVerifiedSignatureFrom(OpenPgpV4Fingerprint fingerprint) |
Modifier and Type | Method and Description |
---|---|
DecryptionBuilderInterface.HandleMissingPublicKeys |
DecryptionBuilderInterface.VerifyWith.verifyWith(Set<OpenPgpV4Fingerprint> trustedFingerprints,
org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeyRings) |
Constructor and Description |
---|
OpenPgpMetadata(Set<Long> recipientKeyIds,
OpenPgpV4Fingerprint decryptionFingerprint,
SymmetricKeyAlgorithm symmetricKeyAlgorithm,
CompressionAlgorithm algorithm,
boolean integrityProtected,
Set<Long> unverifiedSignatureKeyIds,
Set<OpenPgpV4Fingerprint> verifiedSignaturesFingerprints) |
Constructor and Description |
---|
OpenPgpMetadata(Set<Long> recipientKeyIds,
OpenPgpV4Fingerprint decryptionFingerprint,
SymmetricKeyAlgorithm symmetricKeyAlgorithm,
CompressionAlgorithm algorithm,
boolean integrityProtected,
Set<Long> unverifiedSignatureKeyIds,
Set<OpenPgpV4Fingerprint> verifiedSignaturesFingerprints) |
SignatureVerifyingInputStream(InputStream inputStream,
org.bouncycastle.openpgp.PGPObjectFactory objectFactory,
Map<OpenPgpV4Fingerprint,org.bouncycastle.openpgp.PGPOnePassSignature> onePassSignatures,
org.pgpainless.decryption_verification.OpenPgpMetadata.Builder resultBuilder) |
Modifier and Type | Method and Description |
---|---|
int |
OpenPgpV4Fingerprint.compareTo(OpenPgpV4Fingerprint openPgpV4Fingerprint) |
Modifier and Type | Method and Description |
---|---|
OpenPgpV4Fingerprint |
PGPKeyRing.getV4Fingerprint() |