secureAlloc abstract method

  1. @useResult
SecureKey secureAlloc(
  1. int length
)

Allocates new memory for a SecureKey of length bytes.

Implementation

@useResult
SecureKey secureAlloc(int length);