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:
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]