Searched refs:mdlNs (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | ProvisioningTest.java | 159 String mdlNs = "org.iso.18013-5.2019"; in createCredentialWithChallengeAndAcpId() local 163 .putEntry(mdlNs, "First name", idsNoAuth, Util.cborEncodeString("Alan")) in createCredentialWithChallengeAndAcpId() 164 .putEntry(mdlNs, "Last name", idsNoAuth, Util.cborEncodeString("Turing")) in createCredentialWithChallengeAndAcpId() 165 .putEntry(mdlNs, "Home address", idsNoAuth, in createCredentialWithChallengeAndAcpId() 167 .putEntry(mdlNs, "Birth date", idsNoAuth, Util.cborEncodeString("19120623")) in createCredentialWithChallengeAndAcpId() 168 .putEntry(mdlNs, "Cryptanalyst", idsNoAuth, Util.cborEncodeBoolean(true)) in createCredentialWithChallengeAndAcpId() 169 .putEntry(mdlNs, "Portrait image", idsNoAuth, Util.cborEncodeBytestring( in createCredentialWithChallengeAndAcpId() 171 .putEntry(mdlNs, "Height", idsNoAuth, Util.cborEncodeInt(180)) in createCredentialWithChallengeAndAcpId() 172 .putEntry(mdlNs, "Neg Item", idsNoAuth, Util.cborEncodeInt(-42)) in createCredentialWithChallengeAndAcpId() 173 .putEntry(mdlNs, "Int Two Bytes", idsNoAuth, Util.cborEncodeInt(0x101)) in createCredentialWithChallengeAndAcpId() [all …]
|
D | ReaderAuthTest.java | 199 String mdlNs = "org.iso.18013-5.2019"; in readerAuth() local 205 .putEntry(mdlNs, "Accessible to A", idsReaderAuthA, in readerAuth() 207 .putEntry(mdlNs, "Accessible to B", idsReaderAuthB, in readerAuth() 209 .putEntry(mdlNs, "Accessible to A or B", idsReaderAuthAorB, in readerAuth() 211 .putEntry(mdlNs, "Accessible to C", idsReaderAuthC, in readerAuth()
|
D | UserAuthTest.java | 155 String mdlNs = "org.iso.18013-5.2019"; in doTestUserAuth() local 160 .putEntry(mdlNs, "Accessible to all (0)", idsProfile0, in doTestUserAuth() 162 .putEntry(mdlNs, "Accessible to auth-with-10-sec-timeout (1)", idsProfile1, in doTestUserAuth()
|