Cisco Cisco Packet Data Gateway (PDG)

Page de 1952
key-exchange
Specifies the key exchange algorithm for the SSL cipher suite.
Product
SCM (P-CSCF, A-BG)
Privilege
Administrator
Command Modes
Exec > Global Configuration > Context Configuration > Cipher Suite Configuration
configure > context context_name > cipher-suite cipher_suite_name
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(cfg-ctx-cipher-suite)#
Syntax Description
key-exchange { rsa }
default key-exchange
default
Sets the key exchange option to its default value of RSA.
key-exchange rsa
Specifies the RSA (Rivest, Shamir, and Adleman) key exchange algorithm for the SSL cipher suite. With
RSA, the secret key is encrypted with the receiver's public key, and a public-key certificate from the receiver's
key must be made available.
Usage Guidelines
Use this command to specify the RSA key exchange for the SSL cipher suite. The default and only currently
available option is RSA.
The key exchange algorithm provides the means by which the cryptographic keys for conventional encryption
and MAC calculations are exchanged.
Examples
The following command sets the key exchange option to its default value, which is RSA:
key-exchange rsa
   Command Line Interface Reference, Modes C - D, StarOS Release 19
394
Cipher Suite Configuration Mode Commands
key-exchange