pubkey_crypto

Functions


decrypt_private(CipherText, RSAPrivateKey, Padding) -> term()

decrypt_public(CipherText, RSAPublicKey, Padding) -> term()

encrypt_private(PlainText, RSAPrivateKey, Padding) -> term()

encrypt_public(PlainText, RSAPublicKey, Padding) -> term()

gen_key(X1, X2) -> term()

sign(PlainText, Digest) -> term()

sign(DigestType, PlainText, RSAPrivateKey) -> term()

verify(DigestType, PlainText, Signature, RSAPublicKey, Dss-Parms) -> term()

View Functions