Interface ExportKeyResponse.Builder

    • Method Detail

      • wrappedKey

        ExportKeyResponse.Builder wrappedKey​(WrappedKey wrappedKey)

        The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock. or a RSA WrappedKeyCryptogram.

        Parameters:
        wrappedKey - The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock. or a RSA WrappedKeyCryptogram.
        Returns:
        Returns a reference to this object so that method calls can be chained together.