Searched refs:daBaos (Results 1 – 1 of 1) sorted by relevance
927 ByteArrayOutputStream daBaos = new ByteArrayOutputStream(); in buildDeviceAuthenticationCbor() local935 new CborEncoder(daBaos).encode(new CborBuilder() in buildDeviceAuthenticationCbor()946 return daBaos.toByteArray(); in buildDeviceAuthenticationCbor()953 ByteArrayOutputStream daBaos = new ByteArrayOutputStream(); in buildReaderAuthenticationBytesCbor() local961 new CborEncoder(daBaos).encode(new CborBuilder() in buildReaderAuthenticationBytesCbor()971 byte[] readerAuthentication = daBaos.toByteArray(); in buildReaderAuthenticationBytesCbor()