Programmer's Guide (Supporting ADX v03.1.00) Manual

Brocade Virtual ADX XML API Programmer’s Guide 581
53-1003248-01
Methods
6
generateSslCsr
Description
Generates an SSL Certificate Signing Request (CSR).
Parameters
Table 64 contains the parameters required for the method.
Return values
Table 65 contains the return value of the method.
Error messages
List of Error Messages
generateSslKeyPair
Description
Generates the SSL key pair file on Brocade Virtual ADX.
Parameters
Table 66 contains the parameters required for the method.
Return values
Table 66 contains the return values required for the method.
NOTE
Generating a key with a key strength of 2048 can take upto 20 seconds using this API.
TABLE 64 Parameters
Name Type Presence Rules Description
keyPairFilename string Mandatory Identifies the SSL key file name.
csrInfo SslCsrInfo Optional Identifies the details of the Distinguished Name
(DN) that are to be included in the CSR.
TABLE 65 Return value
Name Type Description
CSR string The generated CSR string.
TABLE 66 Parameters
Name Type Presence Rules Description
keyPairInfo SslKeyPairGenerationInfo Mandatory Information required to generate the key
pair file.
TABLE 67 Return values
Name Type Description
keyPairInfo SslKeyPairFile The key pair file.