Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Alias
Contains information about an alias.
- Export
Attributes The attributes for IPEK generation during export.
- Export
Dukpt Initial Key Parameter information for IPEK generation during export.
- Export
KeyCryptogram Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method.
- Export
Tr31 KeyBlock Parameter information for key material export using symmetric TR-31 key exchange method.
- Export
Tr34 KeyBlock Parameter information for key material export using the asymmetric TR-34 key exchange method.
- Import
KeyCryptogram Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
- Import
Tr31 KeyBlock Parameter information for key material import using symmetric TR-31 key exchange method.
- Import
Tr34 KeyBlock Parameter information for key material import using the asymmetric TR-34 key exchange method.
- Key
Metadata about an Amazon Web Services Payment Cryptography key.
- KeyAttributes
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
- KeyBlock
Headers Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
- KeyModes
OfUse The list of cryptographic operations that you can perform using the key. The modes of use are defined in section A.5.3 of the TR-31 spec.
- KeySummary
Metadata about an Amazon Web Services Payment Cryptography key.
- Root
Certificate Public Key Parameter information for root public key certificate import.
- Tag
A structure that contains information about a tag.
- Trusted
Certificate Public Key Parameter information for trusted public key certificate import.
- Wrapped
Key Parameter information for generating a WrappedKeyBlock for key exchange.
Enums§
- Export
KeyMaterial Parameter information for key material export from Amazon Web Services Payment Cryptography using TR-31 or TR-34 or RSA wrap and unwrap key exchange method.
- Import
KeyMaterial Parameter information for key material import into Amazon Web Services Payment Cryptography using TR-31 or TR-34 or RSA wrap and unwrap key exchange method.
- KeyAlgorithm
- When writing a match expression against
KeyAlgorithm, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - KeyCheck
Value Algorithm - When writing a match expression against
KeyCheckValueAlgorithm, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - KeyClass
- When writing a match expression against
KeyClass, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - KeyExportability
- When writing a match expression against
KeyExportability, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - KeyMaterial
Type - When writing a match expression against
KeyMaterialType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - KeyOrigin
- When writing a match expression against
KeyOrigin, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - KeyState
- When writing a match expression against
KeyState, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - KeyUsage
- When writing a match expression against
KeyUsage, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Tr34
KeyBlock Format - When writing a match expression against
Tr34KeyBlockFormat, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Wrapped
KeyMaterial Format - When writing a match expression against
WrappedKeyMaterialFormat, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Wrapping
KeySpec - When writing a match expression against
WrappingKeySpec, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.