SSL Certificates - Used in Secure Edition only
Information about the SSL Certificate used in the following protocols.
Classes
Contained in the aSocks Secure Edition
When a Secure Connection is made, the following Instance Variables are automatically populated:
To clear a Certificate after it has been populated, use the :ClearCert() method.
|
Variables | ||
|
|
Determines in the Certificate for the HTTP Resource is valid. | |
|
|
Status of the certificate returned by the secure server. | |
|
|
Numeric value representing the status of the certificate | |
|
|
A string containing information about the organization that issued the certificate. | |
|
|
Email address of the Issuer | |
|
|
Country of the Issuer | |
|
|
Certificate Issuer's State | |
|
|
Locale (or city) of the Issuer | |
|
|
Organization (ie. company name) of the Issuer | |
|
|
Organizational Unit (ie Department) of the Issuer | |
|
|
Name of the Issuer. | |
|
|
A string containing information about the organization that the certificate was issued to. | |
|
|
Email address of the organization that the certificate was issued to. | |
|
|
A string containing country information of the organization that the certificate was issued to. | |
|
|
A string containing State of the organization that the certificate was issued to. | |
|
|
A string containing the locale (or city) of the organization that the certificate was issued to. | |
|
|
A string containing the organization that the certificate was issued to. | |
|
|
A string containing the Organizational Unit (ie department) information for the organization that the certificate was issued to. | |
|
|
Common name of the organization that the certificate was issued to. | |
|
|
Date that the certificate was issued by the certificate authority. | |
|
|
Time that the certificate was issued by the certificate authority. | |
|
|
Date that the certificate expires. | |
|
|
Time that the certificate expires. | |
|
|
Protocol selected to establish the secure connection. | |
|
|
Numeric value representing the protocol selected | |
|
|
A value which specifies the cipher that was selected when establishing the secure connection. | |
|
|
A numeric value which specifies the cipher that was selected when establishing the secure connection. | |
|
|
Strength (the length of the cipher key in bits) of the cipher | |
|
|
Hash algorithm selected. | |
|
|
A numeric value specifying the hash algorithm selected. | |
|
|
A numeric value which specifies the hash algorithm which was selected. | |
|
|
String specifying the key exchange algorithm selected. | |
|
|
Numeric value that specifies the key exchange algorithm selected. | |
|
|
|
|
|
Methods | ||
|
|
Clears the Certificate VARs leaving an empty Certificate Structure | |
|
|
Return security information about the current client connection | |
|
|
|
|
|
|
|
|