Searched refs:taggedBytestring (Results 1 – 1 of 1) sorted by relevance
978 ByteString taggedBytestring = new ByteString(encodedCbor); in prependSemanticTagForEncodedCbor() local979 taggedBytestring.setTag(CBOR_SEMANTIC_TAG_ENCODED_CBOR); in prependSemanticTagForEncodedCbor()980 new CborEncoder(baos).encode(taggedBytestring); in prependSemanticTagForEncodedCbor()