Uses of Class
COSE.Signer
-
-
Uses of Signer in COSE
Subclasses of Signer in COSE Modifier and Type Class Description classCounterSignclassCounterSign1Fields in COSE with type parameters of type Signer Modifier and Type Field Description protected List<Signer>SignMessage. signerListMethods in COSE that return Signer Modifier and Type Method Description SignerSignMessage. getSigner(int iSigner)Return the i-th signer of the message.Methods in COSE that return types with arguments of type Signer Modifier and Type Method Description List<Signer>SignMessage. getSignerList()Return the list of signers on the messageMethods in COSE with parameters of type Signer Modifier and Type Method Description voidSignMessage. AddSigner(Signer signedBy)Add a new signer to the message.voidCounterSign. setObject(Signer signer)voidCounterSign1. setObject(Signer signer)booleanSignMessage. validate(Signer signerToUse)Validate the signature on a message for a specific signer.
-