Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DReaderAuthTest.java217 String pretty = Util.cborPrettyPrint(proofOfProvisioning); in readerAuth() local
218 pretty = Util.replaceLine(pretty, 6, " 'readerCertificate' : [] // Removed"); in readerAuth()
219 pretty = Util.replaceLine(pretty, 10, " 'readerCertificate' : [] // Removed"); in readerAuth()
220 pretty = Util.replaceLine(pretty, 14, " 'readerCertificate' : [] // Removed"); in readerAuth()
263 + "]", pretty); in readerAuth()
DProvisioningTest.java185 String pretty = ""; in createCredentialWithChallengeAndAcpId() local
187 pretty = Util.cborPrettyPrint(proofOfProvisioning); in createCredentialWithChallengeAndAcpId()
276 + "]", pretty); in createCredentialWithChallengeAndAcpId()
332 String pretty = Util.cborPrettyPrint(proofOfProvisioning); in createCredentialMultipleNamespaces() local
369 + "]", pretty); in createCredentialMultipleNamespaces()
443 String pretty = Util.cborPrettyPrint(proofOfDeletion); in deleteCredentialByName() local
444 assertEquals("['ProofOfDeletion', 'org.iso.18013-5.2019.mdl', false]", pretty); in deleteCredentialByName()
499 String pretty = Util.cborPrettyPrint(proofOfDeletion); in deleteCredential() local
500 assertEquals(expectedPrettyCbor, pretty); in deleteCredential()
552 String pretty = Util.cborPrettyPrint(proofOfOwnership); in proofOfOwnership() local
[all …]
DNoSessionEncryptionTest.java124 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in noSessionEncryption() local
136 pretty); in noSessionEncryption()
DUserAuthTest.java168 String pretty = Util.cborPrettyPrint(proofOfProvisioning); in doTestUserAuth() local
169 Log.d(TAG, "pretty: " + pretty); in doTestUserAuth()
198 + "]", pretty); in doTestUserAuth()
DMultiDocumentPresentationTest.java165 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in checkPresentation() local
177 pretty); in checkPresentation()
DDynamicAuthTest.java100 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in dynamicAuthTest() local
107 pretty); in dynamicAuthTest()
250 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in dynamicAuthTest() local
262 pretty); in dynamicAuthTest()