LocalLB::CipherGroup::CipherGroupOrder¶
Members¶
Member
Value
Description
CIPHER_GROUP_ORDER_UNKNOWN
0
The ordering is unknown (or is unsupported by iControl).
CIPHER_GROUP_ORDER_DEFAULT
1
No further ordering is done.
CIPHER_GROUP_ORDER_SPEED
2
The resulting cipher string will be ordered by relative speed.
CIPHER_GROUP_ORDER_STRENGTH
3
The resulting cipher string will be ordered by relative strength.
CIPHER_GROUP_ORDER_FIPS
4
The ordering will up strong FIPS ciphers at the beginning, followed by weak FIPS ciphers, followed by non-FIPS ciphers.
CIPHER_GROUP_ORDER_HARDWARE
5
The ordering will put all hardware accelerated ciphers first.
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.