setAttestKeyAlias
Method to specify if an attest key should be used.
By default no attest key is used. See setAttestKeyAlias() method for more information about attest keys.
When an attest key is used, the certificate chain for the created key will include the certificate for the key as its leaf certificate (signed by the attest key) followed by the attestation for the attest key.
Return
the builder.
Parameters
attestKeyAlias
the Android Keystore alias of the attest key or null to not use an attest key.