|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constants.KeySpec | |
---|---|
com.baidubce.services.kms.model |
Uses of Constants.KeySpec in com.baidubce.services.kms.model |
---|
Methods in com.baidubce.services.kms.model that return Constants.KeySpec | |
---|---|
static Constants.KeySpec |
Constants.KeySpec.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Constants.KeySpec[] |
Constants.KeySpec.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.baidubce.services.kms.model with parameters of type Constants.KeySpec | |
---|---|
void |
GenerateDataKeyRequest.setKeySpec(Constants.KeySpec keySpec)
|
Constructors in com.baidubce.services.kms.model with parameters of type Constants.KeySpec | |
---|---|
GenerateDataKeyRequest(String keyId,
Constants.KeySpec keySpec,
int numberOfBytes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |