Uses of Class
com.authlete.cose.SigStructure
Packages that use SigStructure
-
Uses of SigStructure in com.authlete.cose
Methods in com.authlete.cose that return SigStructureModifier and TypeMethodDescriptionSigStructureBuilder.build()Build aSigStructureinstance that representsSig_structure.Methods in com.authlete.cose with parameters of type SigStructureModifier and TypeMethodDescriptionbyte[]COSESigner.sign(SigStructure structure, int algorithm) Generate a signature for the Sig Structure with the specified algorithm.byte[]COSESigner.sign(SigStructure structure, int algorithm, byte[] keyID) Generate a signature for the Sig Structure with the specified algorithm.byte[]SigStructureSigner.sign(SigStructure structure, int algorithm) Generate a signature for the Sig Structure with the specified algorithm.