Class TMGClientConfiguration.Builder

    • Constructor Detail

      • Builder

        public Builder​(Context context,
                       String tmgUrl,
                       byte[] certificate,
                       String keyId)
        Parameters:
        context - Android Fragment Activity, will be use during showing the Keyguard authentication. Mandatory input.
        tmgUrl - TMG Server Url. It should start with http://. and should contain thalescloud.io. Mandatory input.
        certificate - Set the certificate used for Public key generation during communication with TMG Server. It should start with -----BEGIN CERTIFICATE----- and end with -----END CERTIFICATE-----. Mandatory input.
        keyId - Key identifier. It is a 32 byte Hex String. Mandatory input.