getImplementation

suspend fun getImplementation(identifier: String): SecureArea?

Gets a SecureArea by identifier

The identifier being used is the one returned by SecureArea.identifier.

Return

the implementation or null if no implementation has been registered.

Parameters

identifier

the identifier for the Secure Area.