ws1-framework/com.airwatch.crypto.openssl/OpenSSLCryptUtil/getInstance
getInstance¶
open fun getInstance(): OpenSSLCryptUtil
Retrieves the singleton instance of OpenSSLCryptUtil.
If the instance has not been created yet, this method will attempt to create it. The instance is created lazily upon first call and is thread-safe.
Return¶
The singleton instance of OpenSSLCryptUtil, or null if creation fails