Searched refs:cipherSuite (Results 1 – 3 of 3) sorted by relevance
124 @Ciphersuite int cipherSuite) throws CipherSuiteNotSupportedException { in getCredentialByName() argument127 credstoreCredential = mStore.getCredentialByName(credentialName, cipherSuite); in getCredentialByName()128 return new CredstoreIdentityCredential(mContext, credentialName, cipherSuite, in getCredentialByName()
186 @Ciphersuite int cipherSuite) in getCredentialByName() argument
63 @IdentityCredentialStore.Ciphersuite int cipherSuite, in CredstoreIdentityCredential() argument67 mCipherSuite = cipherSuite; in CredstoreIdentityCredential()