On Sun, 20 Mar 2022 12:07:52 GMT, Andrey Turbanov wrote:
> Result of string concatenation is a newly created String object. There is no
> need it wrap it in another 'new String' call.
> Such calls are confusing and produce warnings in IDE. Without them code is
> easier to read.
> Similar cleanu
Hi Anders,
I would like to have look at the COSE/JOSE specs. If it is convenient to you,
any suggestions about where I could start from? RFC 8812? Do you know where
(areas and products) the COSE/JOSE specs are used in practice?
Thanks,
Xuelei
> On Mar 25, 2022, at 11:56 AM, Anders Rundgren
On 2022-03-26 16:05, xueleifan(XueleiFan) wrote:
Hi Anders,
I would like to have look at the COSE/JOSE specs. If it is convenient to you,
any suggestions about where I could start from? RFC 8812? Do you know where
(areas and products) the COSE/JOSE specs are used in practice?
Hi Xuelei,
Th
On Thu, 10 Mar 2022 08:52:17 GMT, Сергей Цыпанов wrote:
>> `List.of()` along with `Set.of()` create unmodifiable `List/Set` but with
>> smaller footprint comparing to `Arrays.asList()` / `new HashSet()` when
>> called with vararg of size 0, 1, 2.
>>
>> In general replacement of `Arrays.asList(
On Thu, 10 Mar 2022 08:52:17 GMT, Сергей Цыпанов wrote:
>> `List.of()` along with `Set.of()` create unmodifiable `List/Set` but with
>> smaller footprint comparing to `Arrays.asList()` / `new HashSet()` when
>> called with vararg of size 0, 1, 2.
>>
>> In general replacement of `Arrays.asList(
On 3/26/2022 11:05 AM, xueleifan(XueleiFan) wrote:
Hi Anders,
I would like to have look at the COSE/JOSE specs. If it is convenient to you,
any suggestions about where I could start from? RFC 8812? Do you know where
(areas and products) the COSE/JOSE specs are used in practice?
Thanks,
Xuel
Just for completeness, the standard for key transport in JOSE is JWK (RFC7517).
In COSE it is a COSE_Key(Set) as defined in RFC8152 sect13.
BTW the most widely used CBOR/COSE application are probably the QR codes around
Covid and Vaccination certificates of the EU.
Gruss
Bernd
--
http://bernd.e
On 2022-03-26 23:14, Bernd Eckenfels wrote:
Just for completeness, the standard for key transport in JOSE is JWK (RFC7517).
In COSE it is a COSE_Key(Set) as defined in RFC8152 sect13.
BTW the most widely used CBOR/COSE application are probably the QR codes around
Covid and Vaccination certific