in java/cose/CosePartyInfo.java [37:41]
public CosePartyInfo(byte[] identity, byte[] nonce, byte[] other) { this.identity = identity; this.nonce = nonce; this.other = other; }