public class GetParametersForImportRequest extends GenericKmsRequest
| Constructor and Description |
|---|
GetParametersForImportRequest() |
GetParametersForImportRequest(String keyId,
String publicKeyEncoding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId() |
String |
getPublicKeyEncoding() |
String |
getWrappingAlgorithm() |
String |
getWrappingKeySpec() |
void |
setKeyId(String keyId) |
void |
setPublicKeyEncoding(String publicKeyEncoding) |
GetParametersForImportRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic GetParametersForImportRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getKeyId()
public void setKeyId(String keyId)
public String getWrappingAlgorithm()
public String getWrappingKeySpec()
public String getPublicKeyEncoding()
public void setPublicKeyEncoding(String publicKeyEncoding)
Copyright © 2020. All rights reserved.