Attributes Summary |
keyFileName : String | The fully-qualified path to the key file which contains public keys (and perhaps private keys).
|
keyFilePassword | The password for accessing the key file.
|
keyFileFormat : KeyFileFormatKind | The format of the key file.
|
clientKeyAlias : String | Choose an alias in key file to authenticate the client side of a secure socket connection.
|
serverKeyAlias : String | Choose an alias in key file to authenticate the server side of a secure socket connection.
|
trustFileName : String | The fully qualified path to a trust file containing the public keys.
|
trustFilePassword | A password for accessing the trust file.
|
trustFileFormat : KeyFileFormatKind | The format of the trust file.
|
clientAuthentication : boolean | Specifies that the server and client should prove their identities through an exchange of keys.
|
securityLevel : SSLSecurityLevel | One of a preconfigured set of cipher suites with the indicated level of encryption strength.
|
enableCryptoHardwareSupport : boolean | Indicate whether cryptographic token standard interface support is enabled.
|
cryptoHardware : CryptoHardwareToken | Specifies information about the cryptographic tokens related to SSL support.
|
properties : Property
*
| SecureSocketLayer attributes are represented as name-value pair at runtime.
|