getCredentialByName

abstract fun getCredentialByName(@NonNull credentialName: String, cipherSuite: Int): IdentityCredential

Retrieve a named credential.

Return

The named credential, or null if not found.

Parameters

credentialName

the name of the credential to retrieve.

cipherSuite

the cipher suite to use for communicating with the verifier.

Throws

if cipher suite is not supported.