Class COSEKeyCommonParameters
java.lang.Object
com.authlete.cose.constants.COSEKeyCommonParameters
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:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
KTY
public static final int KTYkty (1)- See Also:
-
KID
public static final int KIDkid (2)- See Also:
-
ALG
public static final int ALGalg (3)- See Also:
-
KEY_OPS
public static final int KEY_OPSkey_ops (4)- See Also:
-
BASE_IV
public static final int BASE_IVBase IV (5)- See Also:
-