Uses of Class
org.pgpainless.exception.KeyValidationError
-
Packages that use KeyValidationError Package Description org.pgpainless.encryption_signing Classes used to encrypt or sign data using OpenPGP. -
-
Uses of KeyValidationError in org.pgpainless.encryption_signing
Methods in org.pgpainless.encryption_signing that throw KeyValidationError Modifier and Type Method Description SigningOptionsSigningOptions. addInlineSignature(SecretKeyRingProtector secretKeyDecryptor, org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, String userId, DocumentSignatureType signatureType)Add an inline-signature.SigningOptionsSigningOptions. addInlineSignature(SecretKeyRingProtector secretKeyDecryptor, org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, String userId, DocumentSignatureType signatureType, BaseSignatureSubpackets.Callback subpacketsCallback)Add an inline-signature.SigningOptionsSigningOptions. addInlineSignature(SecretKeyRingProtector secretKeyDecryptor, org.bouncycastle.openpgp.PGPSecretKeyRing secretKey, DocumentSignatureType signatureType)Add an inline-signature.SigningOptionsSigningOptions. addInlineSignatures(SecretKeyRingProtector secrectKeyDecryptor, Iterable<org.bouncycastle.openpgp.PGPSecretKeyRing> signingKeys, DocumentSignatureType signatureType)Add inline signatures with all secret key rings in the provided secret key ring collection.
-