Skip to content

ws1-network/com.airwatch.gateway.clients/AWCertAuthUtil

AWCertAuthUtil

class AWCertAuthUtil

Utility class for AW TLS/SSL Client Cert Authentication for various HTTP Clients. It provides APIs that return a KeyManager instance built using the certificate and private key configured in the SDK profile fetched from the Workspace ONE UEM.

Functions

Name Summary
getCertAuthKeyManagers open fun getCertAuthKeyManagers(): Array<KeyManager>
If Client Cert auth is enabled, this method returns a KeyManager array with a KeyManager containing client certificates fetched from the AW console for use in various HTTP clients.
getCertAuthKeyStore open fun getCertAuthKeyStore(): KeyStore
If Client Cert auth is enabled, this method returns a KeyStore instance containing client certificates fetched from the AW console for use in various HTTP clients.