Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java149 String mdlNs = "org.iso.18013-5.2019"; in createCredentialWithChallengeAndAcpId() local
153 .putEntry(mdlNs, "First name", idsNoAuth, Util.cborEncodeString("Alan")) in createCredentialWithChallengeAndAcpId()
154 .putEntry(mdlNs, "Last name", idsNoAuth, Util.cborEncodeString("Turing")) in createCredentialWithChallengeAndAcpId()
155 .putEntry(mdlNs, "Home address", idsNoAuth, in createCredentialWithChallengeAndAcpId()
157 .putEntry(mdlNs, "Birth date", idsNoAuth, Util.cborEncodeString("19120623")) in createCredentialWithChallengeAndAcpId()
158 .putEntry(mdlNs, "Cryptanalyst", idsNoAuth, Util.cborEncodeBoolean(true)) in createCredentialWithChallengeAndAcpId()
159 .putEntry(mdlNs, "Portrait image", idsNoAuth, Util.cborEncodeBytestring( in createCredentialWithChallengeAndAcpId()
161 .putEntry(mdlNs, "Height", idsNoAuth, Util.cborEncodeInt(180)) in createCredentialWithChallengeAndAcpId()
162 .putEntry(mdlNs, "Neg Item", idsNoAuth, Util.cborEncodeInt(-42)) in createCredentialWithChallengeAndAcpId()
163 .putEntry(mdlNs, "Int Two Bytes", idsNoAuth, Util.cborEncodeInt(0x101)) in createCredentialWithChallengeAndAcpId()
[all …]
DReaderAuthTest.java198 String mdlNs = "org.iso.18013-5.2019"; in readerAuth() local
204 .putEntry(mdlNs, "Accessible to A", idsReaderAuthA, in readerAuth()
206 .putEntry(mdlNs, "Accessible to B", idsReaderAuthB, in readerAuth()
208 .putEntry(mdlNs, "Accessible to A or B", idsReaderAuthAorB, in readerAuth()
210 .putEntry(mdlNs, "Accessible to C", idsReaderAuthC, in readerAuth()
DUserAuthTest.java238 String mdlNs = "org.iso.18013-5.2019"; in doTestUserAuth() local
243 .putEntry(mdlNs, "Accessible to all (0)", idsProfile0, in doTestUserAuth()
245 .putEntry(mdlNs, "Accessible to auth-with-10-sec-timeout (1)", idsProfile1, in doTestUserAuth()