Uses of Class
com.oracle.bmc.keymanagement.model.SignedData.SigningAlgorithm
-
Packages that use SignedData.SigningAlgorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of SignedData.SigningAlgorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return SignedData.SigningAlgorithm Modifier and Type Method Description static SignedData.SigningAlgorithm
SignedData.SigningAlgorithm. create(String key)
SignedData.SigningAlgorithm
SignedData. getSigningAlgorithm()
The algorithm to use to sign the message or message digest.static SignedData.SigningAlgorithm
SignedData.SigningAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignedData.SigningAlgorithm[]
SignedData.SigningAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type SignedData.SigningAlgorithm Modifier and Type Method Description SignedData.Builder
SignedData.Builder. signingAlgorithm(SignedData.SigningAlgorithm signingAlgorithm)
The algorithm to use to sign the message or message digest.Constructors in com.oracle.bmc.keymanagement.model with parameters of type SignedData.SigningAlgorithm Constructor Description SignedData(String keyId, String keyVersionId, String signature, SignedData.SigningAlgorithm signingAlgorithm)
Deprecated.
-