Interface ExportTr31KeyBlock.Builder

    • Method Detail

      • wrappingKeyIdentifier

        ExportTr31KeyBlock.Builder wrappingKeyIdentifier​(String wrappingKeyIdentifier)

        The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation.

        Parameters:
        wrappingKeyIdentifier - The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyBlockHeaders

        ExportTr31KeyBlock.Builder keyBlockHeaders​(KeyBlockHeaders keyBlockHeaders)

        Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.

        Parameters:
        keyBlockHeaders - Optional metadata for export associated with the key material. This data is signed but transmitted in clear text.
        Returns:
        Returns a reference to this object so that method calls can be chained together.