Class MinimumKeySizeSettings
test
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class MinimumKeySizeSettings
Properties
Certpath
Declaration
[JsonProperty(PropertyName = "certpath")]
public List<KeySizeAlgorithm> Certpath { get; set; }
Property Value
Type | Description |
---|---|
List<KeySizeAlgorithm> | Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
|
Jar
Declaration
[JsonProperty(PropertyName = "jar")]
public List<KeySizeAlgorithm> Jar { get; set; }
Property Value
Type | Description |
---|---|
List<KeySizeAlgorithm> | Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:
|
Tls
Declaration
[JsonProperty(PropertyName = "tls")]
public List<KeySizeAlgorithm> Tls { get; set; }
Property Value
Type | Description |
---|---|
List<KeySizeAlgorithm> | Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:
|