OpenPgpMessage |
OpenPgpProvider.decryptAndOrVerify(XMPPConnection connection,
OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender) |
|
OpenPgpMessage |
PainlessOpenPgpProvider.decryptAndOrVerify(XMPPConnection connection,
OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender) |
|
OpenPgpElementAndMetadata |
OpenPgpProvider.encrypt(CryptElement element,
OpenPgpSelf self,
java.util.Collection<OpenPgpContact> recipients) |
|
OpenPgpElementAndMetadata |
PainlessOpenPgpProvider.encrypt(CryptElement element,
OpenPgpSelf self,
java.util.Collection<OpenPgpContact> recipients) |
|
OpenPgpElementAndMetadata |
OpenPgpProvider.sign(SignElement element,
OpenPgpSelf self) |
|
OpenPgpElementAndMetadata |
PainlessOpenPgpProvider.sign(SignElement element,
OpenPgpSelf self) |
|
OpenPgpElementAndMetadata |
OpenPgpProvider.signAndEncrypt(SigncryptElement element,
OpenPgpSelf self,
java.util.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,
java.util.Collection<OpenPgpContact> recipients) |
|