675 B
675 B
title | description | image |
---|---|---|
rsa_public_key | rsa_public_key attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: rsa_public_key
Attributes:
Name | Type | Required |
---|---|---|
n | string | Yes |
e | string | Yes |
Type: RSAPublicKey
Example:
$rsa_public_key = ['_' => 'rsa_public_key', 'n' => 'string', 'e' => 'string'];
Or, if you're into Lua:
rsa_public_key={_='rsa_public_key', n='string', e='string'}