Interface WrappedKey.Builder

    • Method Detail

      • keyMaterial

        WrappedKey.Builder keyMaterial​(String keyMaterial)

        Parameter information for generating a wrapped key using TR-31 or TR-34 standard.

        Parameters:
        keyMaterial - Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wrappedKeyMaterialFormat

        WrappedKey.Builder wrappedKeyMaterialFormat​(String wrappedKeyMaterialFormat)

        The key block format of a wrapped key.

        Parameters:
        wrappedKeyMaterialFormat - The key block format of a wrapped key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WrappedKeyMaterialFormat, WrappedKeyMaterialFormat
      • wrappingKeyArn

        WrappedKey.Builder wrappingKeyArn​(String wrappingKeyArn)

        The KeyARN of the wrapped key.

        Parameters:
        wrappingKeyArn - The KeyARN of the wrapped key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.