Home
last modified time | relevance | path

Searched refs:encrypt_public (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/erlang-doc/otp_doc_html_24.1/lib/public_key-1.11.2/doc/html/
H A Dpublic_key.eix19 {"encrypt_public", "encrypt_public(PlainText, Key)", "encrypt_public-2"},
20 {"encrypt_public", "encrypt_public(PlainText, Key, Options)", "encrypt_public-3"},
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwk/
H A Djose_jwk_use_enc.erl34 -callback encrypt_public(PlainText, Options, KTY) -> CipherText
44 -optional_callbacks([encrypt_public/3]).
H A Djose_jwk_kty_rsa.erl32 -export([encrypt_public/3]).
192 encrypt_public(PlainText, Options, RSAPublicKey=#'RSAPublicKey'{}) -> function
193 jose_jwa:encrypt_public(PlainText, RSAPublicKey, Options);
194 encrypt_public(PlainText, Options, #'RSAPrivateKey'{modulus=Modulus, publicExponent=PublicExponent}… function
196 encrypt_public(PlainText, Options, RSAPublicKey).
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwk/
H A Djose_jwk_use_enc.erl34 -callback encrypt_public(PlainText, Options, KTY) -> CipherText
44 -optional_callbacks([encrypt_public/3]).
H A Djose_jwk_kty_rsa.erl32 -export([encrypt_public/3]).
192 encrypt_public(PlainText, Options, RSAPublicKey=#'RSAPublicKey'{}) -> function
193 jose_jwa:encrypt_public(PlainText, RSAPublicKey, Options);
194 encrypt_public(PlainText, Options, #'RSAPrivateKey'{modulus=Modulus, publicExponent=PublicExponent}… function
196 encrypt_public(PlainText, Options, RSAPublicKey).
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwk/
H A Djose_jwk_use_enc.erl34 -callback encrypt_public(PlainText, Options, KTY) -> CipherText
44 -optional_callbacks([encrypt_public/3]).
H A Djose_jwk_kty_rsa.erl32 -export([encrypt_public/3]).
192 encrypt_public(PlainText, Options, RSAPublicKey=#'RSAPublicKey'{}) -> function
193 jose_jwa:encrypt_public(PlainText, RSAPublicKey, Options);
194 encrypt_public(PlainText, Options, #'RSAPrivateKey'{modulus=Modulus, publicExponent=PublicExponent}… function
196 encrypt_public(PlainText, Options, RSAPublicKey).
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_unsupported.erl21 -export([encrypt_public/3]).
48 encrypt_public(_PlainText, _PublicKey, Options) -> function
H A Djose_jwa.erl22 -export([encrypt_public/3]).
106 encrypt_public(PlainText, RSAPublicKey=#'RSAPublicKey'{}, Algorithm) function
109 Module:encrypt_public(PlainText, RSAPublicKey, Options);
110 encrypt_public(PlainText, PublicKey, Options) -> function
111 public_key:encrypt_public(PlainText, PublicKey, Options).
H A Djose_jwa_pkcs1.erl17 -export([encrypt_public/3]).
74 encrypt_public(PlainText, RSAPublicKey=#'RSAPublicKey'{}, Options) function
92 encrypt_public(PlainText, PublicKey, Options) -> function
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa_unsupported.erl21 -export([encrypt_public/3]).
48 encrypt_public(_PlainText, _PublicKey, Options) -> function
H A Djose_jwa.erl22 -export([encrypt_public/3]).
106 encrypt_public(PlainText, RSAPublicKey=#'RSAPublicKey'{}, Algorithm) function
109 Module:encrypt_public(PlainText, RSAPublicKey, Options);
110 encrypt_public(PlainText, PublicKey, Options) -> function
111 public_key:encrypt_public(PlainText, PublicKey, Options).
H A Djose_jwa_pkcs1.erl17 -export([encrypt_public/3]).
74 encrypt_public(PlainText, RSAPublicKey=#'RSAPublicKey'{}, Options) function
92 encrypt_public(PlainText, PublicKey, Options) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwa/
H A Djose_jwa_unsupported.erl21 -export([encrypt_public/3]).
48 encrypt_public(_PlainText, _PublicKey, Options) -> function
H A Djose_jwa.erl22 -export([encrypt_public/3]).
106 encrypt_public(PlainText, RSAPublicKey=#'RSAPublicKey'{}, Algorithm) function
109 Module:encrypt_public(PlainText, RSAPublicKey, Options);
110 encrypt_public(PlainText, PublicKey, Options) -> function
111 public_key:encrypt_public(PlainText, PublicKey, Options).
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwe/
H A Djose_jwe_alg_rsa.erl73 {KTYModule:encrypt_public(DecryptedKey, Algorithm, KTY), JWERSA}.
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwe/
H A Djose_jwe_alg_rsa.erl73 {KTYModule:encrypt_public(DecryptedKey, Algorithm, KTY), JWERSA}.
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwe/
H A Djose_jwe_alg_rsa.erl73 {KTYModule:encrypt_public(DecryptedKey, Algorithm, KTY), JWERSA}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/src/
H A Dpublic_key.erl36 encrypt_public/2, encrypt_public/3,
436 -spec encrypt_public(PlainText, Key) ->
441 encrypt_public(PlainText, Key) -> function
442 encrypt_public(PlainText, Key, []).
445 -spec encrypt_public(PlainText, Key, Options) ->
451 encrypt_public(PlainText, #'RSAPublicKey'{modulus=N,publicExponent=E}, function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/src/
H A Dpublic_key.erl36 encrypt_public/2, encrypt_public/3,
438 -spec encrypt_public(PlainText, Key) ->
443 encrypt_public(PlainText, Key) -> function
444 encrypt_public(PlainText, Key, []).
447 -spec encrypt_public(PlainText, Key, Options) ->
453 encrypt_public(PlainText, #'RSAPublicKey'{modulus=N,publicExponent=E}, function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/src/
H A Dpublic_key.erl36 encrypt_public/2, encrypt_public/3,
453 -spec encrypt_public(PlainText, Key) ->
458 encrypt_public(PlainText, Key) -> function
459 encrypt_public(PlainText, Key, []).
462 -spec encrypt_public(PlainText, Key, Options) ->
468 encrypt_public(PlainText, #'RSAPublicKey'{modulus=N,publicExponent=E}, function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl36 encrypt_public/2, encrypt_public/3,
605 -spec encrypt_public(PlainText, Key) ->
610 encrypt_public(PlainText, Key) -> function
611 encrypt_public(PlainText, Key, []).
614 -spec encrypt_public(PlainText, Key, Options) ->
620 encrypt_public(PlainText, #'RSAPublicKey'{modulus=N,publicExponent=E}, function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl36 encrypt_public/2, encrypt_public/3,
605 -spec encrypt_public(PlainText, Key) ->
610 encrypt_public(PlainText, Key) -> function
611 encrypt_public(PlainText, Key, []).
614 -spec encrypt_public(PlainText, Key, Options) ->
620 encrypt_public(PlainText, #'RSAPublicKey'{modulus=N,publicExponent=E}, function
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl36 encrypt_public/2, encrypt_public/3,
605 -spec encrypt_public(PlainText, Key) ->
610 encrypt_public(PlainText, Key) -> function
611 encrypt_public(PlainText, Key, []).
614 -spec encrypt_public(PlainText, Key, Options) ->
620 encrypt_public(PlainText, #'RSAPublicKey'{modulus=N,publicExponent=E}, function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl36 encrypt_public/2, encrypt_public/3,
605 -spec encrypt_public(PlainText, Key) ->
610 encrypt_public(PlainText, Key) -> function
611 encrypt_public(PlainText, Key, []).
614 -spec encrypt_public(PlainText, Key, Options) ->
620 encrypt_public(PlainText, #'RSAPublicKey'{modulus=N,publicExponent=E}, function

12