Searched refs:pretty (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | ReaderAuthTest.java | 217 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()
|
D | ProvisioningTest.java | 185 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 …]
|
D | NoSessionEncryptionTest.java | 124 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in noSessionEncryption() local 136 pretty); in noSessionEncryption()
|
D | UserAuthTest.java | 168 String pretty = Util.cborPrettyPrint(proofOfProvisioning); in doTestUserAuth() local 169 Log.d(TAG, "pretty: " + pretty); in doTestUserAuth() 198 + "]", pretty); in doTestUserAuth()
|
D | MultiDocumentPresentationTest.java | 165 String pretty = Util.cborPrettyPrint(Util.canonicalizeCbor(resultCbor)); in checkPresentation() local 177 pretty); in checkPresentation()
|
D | DynamicAuthTest.java | 100 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()
|