static Signature.Builder |
Signature.builder() |
|
Signature.Builder |
Signature.Builder.data(Base64Binary data) |
The base64 encoding of the Signature content.
|
Signature.Builder |
Signature.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Signature.Builder |
Signature.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Signature.Builder |
Signature.Builder.from(Signature signature) |
|
Signature.Builder |
Signature.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Signature.Builder |
Signature.Builder.onBehalfOf(Reference onBehalfOf) |
A reference to an application-usable description of the identity that is represented by the signature.
|
Signature.Builder |
Signature.Builder.sigFormat(Code sigFormat) |
A mime type that indicates the technical format of the signature.
|
Signature.Builder |
Signature.Builder.targetFormat(Code targetFormat) |
A mime type that indicates the technical format of the target resources signed by the signature.
|
Signature.Builder |
Signature.toBuilder() |
|
Signature.Builder |
Signature.Builder.type(Coding... type) |
An indication of the reason that the entity signed this document.
|
Signature.Builder |
Signature.Builder.type(Collection<Coding> type) |
An indication of the reason that the entity signed this document.
|
Signature.Builder |
Signature.Builder.when(Instant when) |
When the digital signature was signed.
|
Signature.Builder |
Signature.Builder.who(Reference who) |
A reference to an application-usable description of the identity that signed (e.g.
|