secureAlloc abstract method

SecureKey secureAlloc(
  1. int length
)

Allocates new memory for a SecureKey of length bytes.

Implementation

SecureKey secureAlloc(int length);