Decrypt a string using asymmetric cryptography
Wraps SymmetricCrypto::decrypt()
public static decrypt ( string $ciphertext, |
||
$ciphertext | string | The message to decrypt |
$ourPrivateKey | Our private key | |
$theirPublicKey | Their public key | |
$encoding | mixed | Which encoding scheme to use? |
return | HiddenString | The decrypted message |