OpenPgpMessage |
OpenPgpProvider.decryptAndOrVerify(OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender)
|
OpenPgpMessage |
PainlessOpenPgpProvider.decryptAndOrVerify(OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender) |
OpenPgpElementAndMetadata |
OpenPgpProvider.encrypt(CryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients)
|
OpenPgpElementAndMetadata |
PainlessOpenPgpProvider.encrypt(CryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients) |
OpenPgpElementAndMetadata |
OpenPgpProvider.sign(SignElement element,
OpenPgpSelf self)
|
OpenPgpElementAndMetadata |
PainlessOpenPgpProvider.sign(SignElement element,
OpenPgpSelf self) |
OpenPgpElementAndMetadata |
OpenPgpProvider.signAndEncrypt(SigncryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients)
Sign a SigncryptElement using our signing key and encrypt it for all recipients and ourselves.
|
OpenPgpElementAndMetadata |
PainlessOpenPgpProvider.signAndEncrypt(SigncryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients) |