Class SigStructureBuilder

java.lang.Object
com.authlete.cose.SigStructureBuilder

public class SigStructureBuilder extends Object
A utility to build a SigStructure instance.

The SigStructure class represents Sig_structure which is defined in 4.4. Signing and Verification Process of RFC 9052 as follows.

 Sig_structure = [
     context : "Signature" / "Signature1",
     body_protected : empty_or_serialized_map,
     ? sign_protected : empty_or_serialized_map,
     external_aad : bstr,
     payload : bstr
 ]
 
Since:
1.1
See Also: