类 GetParametersForImportRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.kms.model.GenericKmsRequest
-
- com.baidubce.services.kms.model.GetParametersForImportRequest
-
public class GetParametersForImportRequest extends GenericKmsRequest
Provides options for creating master key.
-
-
构造器概要
构造器 构造器 说明 GetParametersForImportRequest()GetParametersForImportRequest(String keyId, String publicKeyEncoding)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetKeyId()StringgetPublicKeyEncoding()StringgetWrappingAlgorithm()StringgetWrappingKeySpec()voidsetKeyId(String keyId)voidsetPublicKeyEncoding(String publicKeyEncoding)GetParametersForImportRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withRequestCredentials
public GetParametersForImportRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
getKeyId
public String getKeyId()
-
setKeyId
public void setKeyId(String keyId)
-
getWrappingAlgorithm
public String getWrappingAlgorithm()
-
getWrappingKeySpec
public String getWrappingKeySpec()
-
getPublicKeyEncoding
public String getPublicKeyEncoding()
-
setPublicKeyEncoding
public void setPublicKeyEncoding(String publicKeyEncoding)
-
-