| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Signature |
JsonParser.parseSignature(com.google.gson.JsonObject json) |
protected Signature |
XmlParser.parseSignature(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeSignature(String name,
Signature element) |
protected void |
XmlParser.composeSignature(String name,
Signature element) |
protected void |
RdfParser.composeSignature(Turtle.Complex parent,
String parentType,
String name,
Signature element,
int index) |
protected void |
XmlParser.composeSignatureElements(Signature element) |
protected void |
JsonParser.composeSignatureInner(Signature element) |
protected boolean |
XmlParser.parseSignatureContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Signature res) |
protected void |
JsonParser.parseSignatureProperties(com.google.gson.JsonObject json,
Signature res) |
| Modifier and Type | Field and Description |
|---|---|
protected Signature |
VerificationResult.VerificationResultValidatorComponent.attestationSignature
Signed assertion by the validator that they have validated the information.
|
protected Signature |
VerificationResult.VerificationResultAttestationComponent.proxySignature
Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.
|
protected Signature |
Bundle.signature
Digital Signature - base64 encoded.
|
protected Signature |
VerificationResult.VerificationResultAttestationComponent.sourceSignature
Signed assertion by the attestation source that they have attested to the information.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Signature> |
Provenance.signature
A digital signature on the target Reference(s).
|
protected List<Signature> |
Contract.SignatoryComponent.signature
Legally binding Contract DSIG signature contents in Base64.
|
| Modifier and Type | Method and Description |
|---|---|
List<Signature> |
Provenance.getSignature() |
List<Signature> |
Contract.SignatoryComponent.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
Provenance |
Provenance.addSignature(Signature t) |
Contract.SignatoryComponent |
Contract.SignatoryComponent.addSignature(Signature t) |
void |
Signature.copyValues(Signature dst) |
VerificationResult.VerificationResultValidatorComponent |
VerificationResult.VerificationResultValidatorComponent.setAttestationSignature(Signature value) |
VerificationResult.VerificationResultAttestationComponent |
VerificationResult.VerificationResultAttestationComponent.setProxySignature(Signature value) |
Bundle |
Bundle.setSignature(Signature value) |
VerificationResult.VerificationResultAttestationComponent |
VerificationResult.VerificationResultAttestationComponent.setSourceSignature(Signature value) |
| Modifier and Type | Method and Description |
|---|---|
Provenance |
Provenance.setSignature(List<Signature> theSignature) |
Contract.SignatoryComponent |
Contract.SignatoryComponent.setSignature(List<Signature> theSignature) |
Copyright © 2014–2021 Health Level 7. All rights reserved.