materializeTransferrableSecureKey abstract method
- @useResult
- 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,
);