createTransferrableSecureKey abstract method

  1. @useResult
TransferrableSecureKey createTransferrableSecureKey(
  1. SecureKey secureKey
)

Creates a boxed copy of the secureKey that can be transferred between isolates.

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
TransferrableSecureKey createTransferrableSecureKey(SecureKey secureKey);