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 COSESign1Build aCOSESign1instance from the given CBOR data item.static COSESign1Build aCOSESign1instance from the given object list.COSESign1Builder.build()Build aCOSESign1instance.Methods in com.authlete.cose with parameters of type COSESign1Modifier and TypeMethodDescriptionbooleanVerify aCOSE_Sign1object.booleanVerify aCOSE_Sign1object. -
Uses of COSESign1 in com.authlete.mdoc
Constructors in com.authlete.mdoc with parameters of type COSESign1ModifierConstructorDescriptionDeviceAuth(COSESign1 deviceSignature) IssuerSigned(IssuerNameSpaces nameSpaces, COSESign1 issuerAuth)