Home
last modified time | relevance | path

Searched refs:bais (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java93 ByteArrayInputStream bais = new ByteArrayInputStream(encodedCbor); in canonicalizeCbor() local
94 List<DataItem> dataItems = new CborDecoder(bais).decode(); in canonicalizeCbor()
107 ByteArrayInputStream bais = new ByteArrayInputStream(encodedBytes); in cborPrettyPrint() local
108 List<DataItem> dataItems = new CborDecoder(bais).decode(); in cborPrettyPrint()
479 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1CheckSignature() local
482 dataItems = new CborDecoder(bais).decode(); in coseSign1CheckSignature()
548 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetData() local
551 dataItems = new CborDecoder(bais).decode(); in coseSign1GetData()
591 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetX5Chain() local
594 dataItems = new CborDecoder(bais).decode(); in coseSign1GetX5Chain()
[all …]
/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java78 ByteArrayInputStream bais = new ByteArrayInputStream(cfhbytes); in run() local
106 Reader r = new InputStreamReader(bais,"utf-8"); in run()
/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java492 ByteArrayInputStream bais = new ByteArrayInputStream(array); in deserialize() local
493 ObjectInputStream ois = new ObjectInputStream(bais); in deserialize()