Uses of Class
com.baidubce.services.kms.model.Constants.KeySpec

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)
           
 



Copyright © 2018. All rights reserved.