Uses of Class
com.authlete.cose.COSEKey
Packages that use COSEKey
-
Uses of COSEKey in com.authlete.cose
Subclasses of COSEKey in com.authlete.coseMethods in com.authlete.cose that return COSEKeyModifier and TypeMethodDescriptionstatic COSEKey
Build an instance ofCOSEKey
or its subclass when possible (e.g.static COSEKey
Build an instance ofCOSEKey
or its subclass when possible (e.g.COSEKeyBuilder.build()
Build an instance ofCOSEKey
or its subclass when possible (e.g.COSEKey.copy()
Copy thisCOSEKey
instance.static COSEKey
Build aCOSEKey
instance from a map that represents a JWK (JSON Web Key).COSEEC2Key.toPublic()
COSEKey.toPublic()
Convert this COSE key to a public key. -
Uses of COSEKey in com.authlete.cwt
Methods in com.authlete.cwt that return COSEKeyMethods in com.authlete.cwt with parameters of type COSEKeyModifier and TypeMethodDescriptionSet the private key. -
Uses of COSEKey in com.authlete.mdoc
Methods in com.authlete.mdoc that return COSEKeyMethods in com.authlete.mdoc with parameters of type COSEKeyModifier and TypeMethodDescriptionIssuerSignedBuilder.setDeviceKey
(COSEKey deviceKey) Set the device key.Constructors in com.authlete.mdoc with parameters of type COSEKeyModifierConstructorDescriptionDeviceKeyInfo
(COSEKey deviceKey, KeyAuthorizations keyAuthorizations, KeyInfo keyInfo)