user-friendly-name=Crypto Manager
user-friendly-plural-name=Crypto Managers
synopsis=The Crypto Manager provides a common interface for performing compression, decompression, hashing, encryption and other kinds of cryptographic operations.
property.cipher-key-length.synopsis=Specifies the key length in bits for the preferred cipher.
property.cipher-key-length.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change.
property.cipher-transformation.synopsis=Specifies the cipher for the Directory Server using the syntax algorithm/mode/padding.
property.cipher-transformation.description=The full transformation is required: specifying only an algorithm and allowing the cipher provider to supply the default mode and padding is not supported, because there is no guarantee these default values are the same among different implementations. Some cipher algorithms, including RC4 and ARCFOUR, do not have a mode or padding, and hence must be specified using NONE for the mode field and NoPadding for the padding field. For example, RC4/NONE/NoPadding.
property.cipher-transformation.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change.
property.digest-algorithm.synopsis=Specifies the preferred message digest algorithm for the Directory Server.
property.digest-algorithm.requires-admin-action.synopsis=Changes to this property take effect immediately and only affect cryptographic operations performed after the change.
property.key-wrapping-transformation.synopsis=The preferred key wrapping transformation for the Directory Server. This value must be the same for all server instances in a replication topology.
property.key-wrapping-transformation.requires-admin-action.synopsis=Changes to this property will take effect immediately but will only affect cryptographic operations performed after the change.
property.mac-algorithm.synopsis=Specifies the preferred MAC algorithm for the Directory Server.
property.mac-algorithm.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change.
property.mac-key-length.synopsis=Specifies the key length in bits for the preferred MAC algorithm.
property.mac-key-length.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change.
property.ssl-cert-nickname.synopsis=Specifies the nickname (also called the alias) of the certificate that the Crypto Manager should use when performing SSL communication.
property.ssl-cert-nickname.description=This is only applicable when the Crypto Manager is configured to use SSL.
property.ssl-cert-nickname.default-behavior.alias.synopsis=Let the server decide.
property.ssl-cipher-suite.synopsis=Specifies the names of the SSL cipher suites that are allowed for use in SSL or TLS communication.
property.ssl-cipher-suite.default-behavior.alias.synopsis=Uses the default set of SSL cipher suites provided by the server's JVM.
property.ssl-cipher-suite.requires-admin-action.synopsis=Changes to this property take effect immediately but only impact new SSL/TLS-based sessions created after the change.
property.ssl-encryption.synopsis=Specifies whether SSL/TLS is used to provide encrypted communication between two OpenDJ server components.
property.ssl-encryption.requires-admin-action.synopsis=Changes to this property take effect immediately but only impact new SSL/TLS-based sessions created after the change.
property.ssl-protocol.synopsis=Specifies the names of the SSL protocols that are allowed for use in SSL or TLS communication.
property.ssl-protocol.default-behavior.alias.synopsis=Uses the default set of SSL protocols provided by the server's JVM.
property.ssl-protocol.requires-admin-action.synopsis=Changes to this property take effect immediately but only impact new SSL/TLS-based sessions created after the change.