static WrappedKey.Builder |
WrappedKey.builder() |
|
WrappedKey.Builder |
WrappedKey.Builder.keyCheckValue(String keyCheckValue) |
The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect
that a key has changed.
|
WrappedKey.Builder |
WrappedKey.Builder.keyCheckValueAlgorithm(String keyCheckValueAlgorithm) |
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
WrappedKey.Builder |
WrappedKey.Builder.keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm) |
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
WrappedKey.Builder |
WrappedKey.Builder.keyMaterial(String keyMaterial) |
Parameter information for generating a wrapped key using TR-31 or TR-34 skey exchange method.
|
WrappedKey.Builder |
WrappedKey.toBuilder() |
|
WrappedKey.Builder |
WrappedKey.Builder.wrappedKeyMaterialFormat(String wrappedKeyMaterialFormat) |
The key block format of a wrapped key.
|
WrappedKey.Builder |
WrappedKey.Builder.wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat) |
The key block format of a wrapped key.
|
WrappedKey.Builder |
WrappedKey.Builder.wrappingKeyArn(String wrappingKeyArn) |
The KeyARN of the wrapped key.
|