Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DReaderAuthTest.java216 String pretty = Util.cborPrettyPrint(proofOfProvisioning); in readerAuth() local
217 pretty = Util.replaceLine(pretty, 6, " 'readerCertificate' : [] // Removed"); in readerAuth()
218 pretty = Util.replaceLine(pretty, 10, " 'readerCertificate' : [] // Removed"); in readerAuth()
219 pretty = Util.replaceLine(pretty, 14, " 'readerCertificate' : [] // Removed"); in readerAuth()
262 + "]", pretty); in readerAuth()
DProvisioningTest.java175 String pretty = ""; in createCredentialWithChallengeAndAcpId() local
177 pretty = Util.cborPrettyPrint(proofOfProvisioning); in createCredentialWithChallengeAndAcpId()
266 + "]", pretty); in createCredentialWithChallengeAndAcpId()
322 String pretty = Util.cborPrettyPrint(proofOfProvisioning); in createCredentialMultipleNamespaces() local
359 + "]", pretty); in createCredentialMultipleNamespaces()
433 String pretty = Util.cborPrettyPrint(proofOfDeletion); in deleteCredentialByName() local
434 assertEquals("['ProofOfDeletion', 'org.iso.18013-5.2019.mdl', false]", pretty); in deleteCredentialByName()
477 String pretty = Util.cborPrettyPrint(proofOfDeletion); in deleteCredential() local
478 … assertEquals("['ProofOfDeletion', 'org.iso.18013-5.2019.mdl', [0x20, 0x21], false]", pretty); in deleteCredential()
518 String pretty = Util.cborPrettyPrint(proofOfOwnership); in proofOfOwnership() local
[all …]
DUserAuthTest.java251 String pretty = Util.cborPrettyPrint(proofOfProvisioning); in doTestUserAuth() local
252 Log.d(TAG, "pretty: " + pretty); in doTestUserAuth()
281 + "]", pretty); in doTestUserAuth()
DDynamicAuthTest.java97 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in dynamicAuthTest() local
104 pretty); in dynamicAuthTest()
247 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in dynamicAuthTest() local
259 pretty); in dynamicAuthTest()