MinimumKeySizeSettings¶
-
class
oci.jms.models.
MinimumKeySizeSettings
(**kwargs)¶ Bases:
object
test
Methods
__init__
(**kwargs)Initializes a new MinimumKeySizeSettings object with values from keyword arguments. Attributes
certpath
Gets the certpath of this MinimumKeySizeSettings. jar
Gets the jar of this MinimumKeySizeSettings. tls
Gets the tls of this MinimumKeySizeSettings. -
__init__
(**kwargs)¶ Initializes a new MinimumKeySizeSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tls (list[oci.jms.models.KeySizeAlgorithm]) – The value to assign to the tls property of this MinimumKeySizeSettings.
- jar (list[oci.jms.models.KeySizeAlgorithm]) – The value to assign to the jar property of this MinimumKeySizeSettings.
- certpath (list[oci.jms.models.KeySizeAlgorithm]) – The value to assign to the certpath property of this MinimumKeySizeSettings.
-
certpath
¶ Gets the certpath of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for RSA signed jars - Changing minimum key length for EC - Changing minimum key length for DSA
Returns: The certpath of this MinimumKeySizeSettings. Return type: list[oci.jms.models.KeySizeAlgorithm]
-
jar
¶ Gets the jar of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for RSA signed jars - Changing minimum key length for EC - Changing minimum key length for DSA
Returns: The jar of this MinimumKeySizeSettings. Return type: list[oci.jms.models.KeySizeAlgorithm]
-
tls
¶ Gets the tls of this MinimumKeySizeSettings. Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions: - Changing minimum key length for Diffie-Hellman
Returns: The tls of this MinimumKeySizeSettings. Return type: list[oci.jms.models.KeySizeAlgorithm]
-