Uses of Class
com.oracle.bmc.jms.model.KeySizeAlgorithm
-
Packages that use KeySizeAlgorithm Package Description com.oracle.bmc.jms.model -
-
Uses of KeySizeAlgorithm in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return KeySizeAlgorithm Modifier and Type Method Description KeySizeAlgorithmKeySizeAlgorithm.Builder. build()Methods in com.oracle.bmc.jms.model that return types with arguments of type KeySizeAlgorithm Modifier and Type Method 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.Methods in com.oracle.bmc.jms.model with parameters of type KeySizeAlgorithm Modifier and Type Method Description KeySizeAlgorithm.BuilderKeySizeAlgorithm.Builder. copy(KeySizeAlgorithm model)Method parameters in com.oracle.bmc.jms.model with type arguments of type KeySizeAlgorithm Modifier and Type Method Description MinimumKeySizeSettings.BuilderMinimumKeySizeSettings.Builder. certpath(List<KeySizeAlgorithm> certpath)Updates the minimum key size for the specified encryption algorithm.MinimumKeySizeSettings.BuilderMinimumKeySizeSettings.Builder. jar(List<KeySizeAlgorithm> jar)Updates the minimum key size for the specified encryption algorithm.MinimumKeySizeSettings.BuilderMinimumKeySizeSettings.Builder. tls(List<KeySizeAlgorithm> tls)Updates the minimum key size for the specified encryption algorithm.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type KeySizeAlgorithm Constructor Description MinimumKeySizeSettings(List<KeySizeAlgorithm> tls, List<KeySizeAlgorithm> jar, List<KeySizeAlgorithm> certpath)Deprecated.
-