public class SSECustomerKey extends Object
| 构造器和说明 |
|---|
SSECustomerKey(byte[] rawKeyMaterial) |
SSECustomerKey(SecretKey key) |
SSECustomerKey(String base64EncodedKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlgorithm() |
String |
getBase64EncodedKey() |
String |
getBase64EncodedMd5() |
void |
setAlgorithm(String algorithm) |
void |
setBase64EncodedMd5(String base64EncodedMd5) |
String |
toString() |
public SSECustomerKey(String base64EncodedKey)
public SSECustomerKey(byte[] rawKeyMaterial)
public SSECustomerKey(SecretKey key)
Copyright © 2024. All rights reserved.