Class COSEKeyCommonParameters

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

public final class COSEKeyCommonParameters extends Object
COSE Key Common Parameters
Name Label CBOR Type Description
kty 1 tstr / int Identification of the key type
kid 2 bstr Key identification value - match to kid in message
alg 3 tstr / int Key usage restriction to this algorithm
key_ops 4 [+ (tstr/int)] Restrict set of permissible operations
Base IV 5 bstr Base IV to be XORed with Partial IVs
Since:
1.1
See Also: