Uses of Class
com.authlete.cose.COSESign1
Packages that use COSESign1
-
Uses of COSESign1 in com.authlete.cose
Methods in com.authlete.cose that return COSESign1Modifier and TypeMethodDescriptionstatic COSESign1
Build aCOSESign1
instance from the given CBOR data item.static COSESign1
Build aCOSESign1
instance from the given object list.COSESign1Builder.build()
Build aCOSESign1
instance.Methods in com.authlete.cose with parameters of type COSESign1Modifier and TypeMethodDescriptionboolean
Verify aCOSE_Sign1
object.boolean
Verify aCOSE_Sign1
object. -
Uses of COSESign1 in com.authlete.mdoc
Constructors in com.authlete.mdoc with parameters of type COSESign1ModifierConstructorDescriptionDeviceAuth
(COSESign1 deviceSignature) IssuerSigned
(IssuerNameSpaces nameSpaces, COSESign1 issuerAuth)