Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
KeySizeAlgorithm |
KeySizeAlgorithm.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<KeySizeAlgorithm> |
MinimumKeySizeSettings.getCertpath()
Updates the minimum key size for the specified encryption algorithm.
|
List<KeySizeAlgorithm> |
MinimumKeySizeSettings.getJar()
Updates the minimum key size for the specified encryption algorithm.
|
List<KeySizeAlgorithm> |
MinimumKeySizeSettings.getTls()
Updates the minimum key size for the specified encryption algorithm.
|
Modifier and Type | Method and Description |
---|---|
KeySizeAlgorithm.Builder |
KeySizeAlgorithm.Builder.copy(KeySizeAlgorithm model) |
Modifier and Type | Method and Description |
---|---|
MinimumKeySizeSettings.Builder |
MinimumKeySizeSettings.Builder.certpath(List<KeySizeAlgorithm> certpath)
Updates the minimum key size for the specified encryption algorithm.
|
MinimumKeySizeSettings.Builder |
MinimumKeySizeSettings.Builder.jar(List<KeySizeAlgorithm> jar)
Updates the minimum key size for the specified encryption algorithm.
|
MinimumKeySizeSettings.Builder |
MinimumKeySizeSettings.Builder.tls(List<KeySizeAlgorithm> tls)
Updates the minimum key size for the specified encryption algorithm.
|
Constructor and Description |
---|
MinimumKeySizeSettings(List<KeySizeAlgorithm> tls,
List<KeySizeAlgorithm> jar,
List<KeySizeAlgorithm> certpath)
Deprecated.
|
MinimumKeySizeSettings(List<KeySizeAlgorithm> tls,
List<KeySizeAlgorithm> jar,
List<KeySizeAlgorithm> certpath)
Deprecated.
|
MinimumKeySizeSettings(List<KeySizeAlgorithm> tls,
List<KeySizeAlgorithm> jar,
List<KeySizeAlgorithm> certpath)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.