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.java148 String mdlNs = "org.iso.18013-5.2019"; in createCredentialWithChallengeAndAcpId() local
152 .putEntry(mdlNs, "First name", idsNoAuth, Util.cborEncodeString("Alan")) in createCredentialWithChallengeAndAcpId()
153 .putEntry(mdlNs, "Last name", idsNoAuth, Util.cborEncodeString("Turing")) in createCredentialWithChallengeAndAcpId()
154 .putEntry(mdlNs, "Home address", idsNoAuth, in createCredentialWithChallengeAndAcpId()
156 .putEntry(mdlNs, "Birth date", idsNoAuth, Util.cborEncodeString("19120623")) in createCredentialWithChallengeAndAcpId()
157 .putEntry(mdlNs, "Cryptanalyst", idsNoAuth, Util.cborEncodeBoolean(true)) in createCredentialWithChallengeAndAcpId()
158 .putEntry(mdlNs, "Portrait image", idsNoAuth, Util.cborEncodeBytestring( in createCredentialWithChallengeAndAcpId()
160 .putEntry(mdlNs, "Height", idsNoAuth, Util.cborEncodeInt(180)) in createCredentialWithChallengeAndAcpId()
161 .putEntry(mdlNs, "Neg Item", idsNoAuth, Util.cborEncodeInt(-42)) in createCredentialWithChallengeAndAcpId()
162 .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.java226 String mdlNs = "org.iso.18013-5.2019"; in doTestUserAuth() local
231 .putEntry(mdlNs, "Accessible to all (0)", idsProfile0, in doTestUserAuth()
233 .putEntry(mdlNs, "Accessible to auth-with-10-sec-timeout (1)", idsProfile1, in doTestUserAuth()