Class EncryptMetadata
It specifies encryption metadata.
public
|
|
public
|
|
public
|
public
string
|
$publicKeyBase64 | '' |
#
Gets the RSA Public Key in Base64 format. |
public
string
|
$publicKeySignatureBase64 | '' |
#
Gets the RSA Public Key Signature in Base64 format. |
public
string
|
$password | '' |
#
Gets or sets the password used to derive the encryption key. It must be 100 ASCII chars/bytes max. |
public
string
|
$salt | '' |
#
Gets or sets the salt used to derive the key. It must be 100 ASCII chars/bytes max. |
public
string
|
$iv | '' |
#
Gets or sets the Initialization Vector to be used for the encryption algorithm. It must be 32 ASCII chars/bytes. |
public
integer
|
$iterations | 1000 |
#
Gets or sets the number of iterations to derive the key. Minimum is 1000. |