Uses of Class
com.oracle.bmc.jms.model.Algorithms
-
Packages that use Algorithms Package Description com.oracle.bmc.jms.model -
-
Uses of Algorithms in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return Algorithms Modifier and Type Method Description static Algorithms
Algorithms. create(String key)
Algorithms
KeySizeAlgorithm. getName()
The algorithm name.static Algorithms
Algorithms. valueOf(String name)
Returns the enum constant of this type with the specified name.static Algorithms[]
Algorithms. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type Algorithms Modifier and Type Method Description KeySizeAlgorithm.Builder
KeySizeAlgorithm.Builder. name(Algorithms name)
The algorithm name.Constructors in com.oracle.bmc.jms.model with parameters of type Algorithms Constructor Description KeySizeAlgorithm(Algorithms name, Integer keySize)
Deprecated.
-