materializeTransferrableSecureKey abstract method

  1. @useResult
SecureKey materializeTransferrableSecureKey(
  1. TransferrableSecureKey transferrableSecureKey
)

Extracts the SecureKey from the transferrableSecureKey.

After calling this method, the TransferrableSecureKey becomes invalid and cannot be used again.

DANGEROUS: This method is dangerous, as it leaves you with raw native handles! See TransferrableSecureKey for more details on how to use this API.

Implementation

@useResult
SecureKey materializeTransferrableSecureKey(
  TransferrableSecureKey transferrableSecureKey,
);