Class COSEHeaderParameters

java.lang.Object
com.authlete.cose.constants.COSEHeaderParameters

public final class COSEHeaderParameters extends Object
COSE Header Parameters
Name Label Value Type Description Reference
alg 1 int / tstr Cryptographic algorithm to use RFC 9052
crit 2 [+ label] Critical headers to be understood RFC 9052
content type 3 tstr / uint Content type of the payload RFC 9052
kid 4 bstr Key identifier RFC 9052
IV 5 bstr Full Initialization Vector RFC 9052
Partial IV 6 bstr Partial Initialization Vector RFC 9052
x5chain 33 COSE_X509 An ordered chain of X.509 certificates RFC 9360
Since:
1.1
See Also: