Home
last modified time | relevance | path

Searched refs:createCredentialWithChallengeAndAcpId (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java110 …return createCredentialWithChallengeAndAcpId(store, credentialName, "SomeChallenge".getBytes(), 0); in createCredential()
116 … return createCredentialWithChallengeAndAcpId(store, credentialName, "SomeChallenge".getBytes(), in createCredentialWithAcpId()
123 return createCredentialWithChallengeAndAcpId(store, credentialName, challenge, 0); in createCredentialWithChallenge()
126 …static Collection<X509Certificate> createCredentialWithChallengeAndAcpId(IdentityCredentialStore s… in createCredentialWithChallengeAndAcpId() method in ProvisioningTest