static CoseSign1_Object.CoseSign1_ObjectBuilder |
CoseSign1_Object.builder() |
|
CoseSign1_Object.CoseSign1_ObjectBuilder |
CoseSign1_Object.CoseSign1_ObjectBuilder.content(byte[] content) |
Assigns the payload/content (usually a CWT).
|
CoseSign1_Object.CoseSign1_ObjectBuilder |
CoseSign1_Object.CoseSign1_ObjectBuilder.includeMessageTag(boolean include) |
Tells whether to include the COSE_Sign1 message tag in encodings.
|
CoseSign1_Object.CoseSign1_ObjectBuilder |
CoseSign1_Object.CoseSign1_ObjectBuilder.protectedAttribute(com.upokecenter.cbor.CBORObject label,
com.upokecenter.cbor.CBORObject value) |
Adds a protected attribute.
|
CoseSign1_Object.CoseSign1_ObjectBuilder |
CoseSign1_Object.CoseSign1_ObjectBuilder.unprotectedAttribute(com.upokecenter.cbor.CBORObject label,
com.upokecenter.cbor.CBORObject value) |
Adds an unprotected attribute.
|