:CertCipher
Classes
Syntax
Read:
:CertCipher --> cCipher
Description
A value which specifies the cipher that was selected when establishing the secure connection.
One of the following values will be returned:
|
Value |
Description |
|
RC2 |
The RC2 block cipher was selected. This is a variable key length cipher which supports keys between 40 and 128 bits, in 8-bit increments. |
|
RC4 |
The RC4 stream cipher was selected. This is a variable key length cipher which supports keys between 40 and 128 bits, in 8-bit increments. |
|
DES |
The DES (Data Encryption Standard) block cipher was selected. This is a fixed key length cipher, using 56-bit keys. |
|
DES3 |
The Triple DES block cipher was selected. This cipher encrypts the data three times using different keys, effectively providing a 168-bit length key. |
|
SKIPJACK |
The Skipjack block cipher was selected. This is a fixed key length cipher, using 80-bit keys. |
See Also
:CertCipher, :CertCipherStrength, :CertExpiresDate, :CertExpiresTime, :CertHash, :CertHashStrength, :CertIssuedDate, :CertIssuedTime, :CertIssuer, :CertIssuerCommonName, :CertIssuerCountry, :CertIssuerEmail, :CertIssuerLocale, :CertIssuerOrg, :CertIssuerOU, :CertIssuerState, :CertIsValid, :CertKeyExchange, :CertnCipher, :CertnHash, :CertnKeyExchange, :CertnProtocol, :CertnStatus, :CertProtocol, :CertStatus, :CertSubject, :CertSubjectCommonName, :CertSubjectCountry, :CertSubjectLocale, :CertSubjectOrg, :CertSubjectOU, :CertSubjectState, :ClearCert()