GET api/ClientMasterPDFInputData/GetSymmetricAlgorithm?passphrase={passphrase}&salt={salt}&iterations={iterations}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
passphrase | string |
Required |
|
salt | string |
Required |
|
iterations | integer |
Required |
Body Parameters
Collection of byteRequest Formats
application/json, text/json, application/octet-stream
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SymmetricAlgorithmName | Description | Type | Additional information |
---|---|---|---|
BlockSize | integer |
None. |
|
FeedbackSize | integer |
None. |
|
IV | Collection of byte |
None. |
|
Key | Collection of byte |
None. |
|
LegalBlockSizes | Collection of KeySizes |
None. |
|
LegalKeySizes | Collection of KeySizes |
None. |
|
KeySize | integer |
None. |
|
Mode | CipherMode |
None. |
|
Padding | PaddingMode |
None. |
Response Formats
application/json, text/json, application/octet-stream, application/xml, text/xml
Sample:
Sample not available.