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

582 Brocade Virtual ADX XML API Programmer’s Guide
53-1003248-01
Methods
6
Error messages
List of Error Messages
generateSslSelfSignedCertificate
Description
Generates the SSL self-signed certificate file on Brocade Virtual ADX.
Parameters
Table 68 contains the parameters required for the method.
Return values
Table 69 contains the return value of the method.
Error messages
List of Error Messages.
getAllSslCertificateFilenames
Description
Retrieves all the SSL certificate file names.
Parameters
Table 70 contains the parameters required for the method.
TABLE 68 Parameters
Name Type Presence Rules Description
certificateInfo SslCertificateGenerationInfo Mandatory Information required to generate the
self-signed certificate file.
TABLE 69 Return value
Name Type Description
certificateFile SslCertificateFile Contents of the generated certificate file.
TABLE 70 Parameters
Name Type Presence Rules Description
startIndex unsignedInt Optional Sets the starting index for labeling the number
of SSL certificates in an ordered list. When both
the startIndex and numRetrieved are not
present, then all the SSL certificate name
information is returned.
numRetrieved unsignedInt Optional Specifies the number of SSL certificate
information to be retrieved. Maximum value
allowed is 4096.
When both the startIndex and numRetrieved
parameters are not present, then the
information of all SSL Certificate names is
returned.