Uses of Class
org.hl7.fhir.r4.model.Signature
-
Packages that use Signature Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Signature in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Signature Modifier and Type Method Description protected SignatureJsonParser. parseSignature(com.google.gson.JsonObject json)protected SignatureXmlParser. parseSignature(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Signature Modifier and Type Method Description protected voidJsonParser. composeSignature(String name, Signature element)protected voidRdfParser. composeSignature(Turtle.Complex parent, String parentType, String name, Signature element, int index)protected voidXmlParser. composeSignature(String name, Signature element)protected voidXmlParser. composeSignatureElements(Signature element)protected voidJsonParser. composeSignatureInner(Signature element)protected booleanXmlParser. parseSignatureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Signature res)protected voidJsonParser. parseSignatureProperties(com.google.gson.JsonObject json, Signature res) -
Uses of Signature in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Signature Modifier and Type Field Description protected SignatureVerificationResult.VerificationResultValidatorComponent. attestationSignatureSigned assertion by the validator that they have validated the information.protected SignatureVerificationResult.VerificationResultAttestationComponent. proxySignatureSigned assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.protected SignatureBundle. signatureDigital Signature - base64 encoded.protected SignatureVerificationResult.VerificationResultAttestationComponent. sourceSignatureSigned assertion by the attestation source that they have attested to the information.Fields in org.hl7.fhir.r4.model with type parameters of type Signature Modifier and Type Field Description protected List<Signature>Contract.SignatoryComponent. signatureLegally binding Contract DSIG signature contents in Base64.protected List<Signature>Provenance. signatureA digital signature on the target Reference(s).Methods in org.hl7.fhir.r4.model that return types with arguments of type Signature Modifier and Type Method Description List<Signature>Contract.SignatoryComponent. getSignature()List<Signature>Provenance. getSignature()Methods in org.hl7.fhir.r4.model with parameters of type Signature Modifier and Type Method Description Contract.SignatoryComponentContract.SignatoryComponent. addSignature(Signature t)ProvenanceProvenance. addSignature(Signature t)voidSignature. copyValues(Signature dst)VerificationResult.VerificationResultValidatorComponentVerificationResult.VerificationResultValidatorComponent. setAttestationSignature(Signature value)VerificationResult.VerificationResultAttestationComponentVerificationResult.VerificationResultAttestationComponent. setProxySignature(Signature value)BundleBundle. setSignature(Signature value)VerificationResult.VerificationResultAttestationComponentVerificationResult.VerificationResultAttestationComponent. setSourceSignature(Signature value)Method parameters in org.hl7.fhir.r4.model with type arguments of type Signature Modifier and Type Method Description Contract.SignatoryComponentContract.SignatoryComponent. setSignature(List<Signature> theSignature)ProvenanceProvenance. setSignature(List<Signature> theSignature)
-