Uses of Class
com.authlete.cose.SigStructureBuilder
Packages that use SigStructureBuilder
-
Uses of SigStructureBuilder in com.authlete.cose
Methods in com.authlete.cose that return SigStructureBuilderModifier and TypeMethodDescriptionSigStructureBuilder.bodyAttributes
(COSEProtectedHeader attributes) Set the attributes toSig_structure.body_protected
.SigStructureBuilder.externalData
(byte[] data) Set the data toSig_structure.external_add
.SigStructureBuilder.externalData
(CBORByteArray data) Set the data toSig_structure.external_add
.SigStructureBuilder.payload
(byte[] payload) Set the payload toSig_structure.payload
.SigStructureBuilder.payload
(CBORByteArray payload) Set the payload toSig_structure.payload
.Set the payload toSig_structure.payload
.SigStructureBuilder.signature()
Set"Signature"
toSig_structure.context
.SigStructureBuilder.signature
(COSESignature signature) Set the protected header of the givenCOSESignature
object toSig_structure.sign_protected
.SigStructureBuilder.signature1()
Set"Signature1"
toSig_structure.context
.SigStructureBuilder.signerAttributes
(COSEProtectedHeader attributes) Set the attributes toSig_structure.sign_protected
.