Searched refs:encodedCbor (Results 1 – 1 of 1) sorted by relevance
92 static byte[] canonicalizeCbor(byte[] encodedCbor) throws CborException { in canonicalizeCbor() argument93 ByteArrayInputStream bais = new ByteArrayInputStream(encodedCbor); in canonicalizeCbor()975 static byte[] prependSemanticTagForEncodedCbor(byte[] encodedCbor) { in prependSemanticTagForEncodedCbor() argument978 ByteString taggedBytestring = new ByteString(encodedCbor); in prependSemanticTagForEncodedCbor()