Uses of Class
com.ibm.fhir.model.type.Signature
-
Packages that use Signature Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Signature in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Signature Modifier and Type Method Description SignatureVerificationResult.Validator. getAttestationSignature()Signed assertion by the validator that they have validated the information.SignatureVerificationResult.Attestation. getProxySignature()Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.SignatureBundle. getSignature()Digital Signature - base64 encoded.SignatureVerificationResult.Attestation. getSourceSignature()Signed assertion by the attestation source that they have attested to the information.Methods in com.ibm.fhir.model.resource that return types with arguments of type Signature Modifier and Type Method Description List<Signature>Contract.Signer. getSignature()Legally binding Contract DSIG signature contents in Base64.List<Signature>Provenance. getSignature()A digital signature on the target Reference(s).Methods in com.ibm.fhir.model.resource with parameters of type Signature Modifier and Type Method Description VerificationResult.Validator.BuilderVerificationResult.Validator.Builder. attestationSignature(Signature attestationSignature)Signed assertion by the validator that they have validated the information.VerificationResult.Attestation.BuilderVerificationResult.Attestation.Builder. proxySignature(Signature proxySignature)Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.Bundle.BuilderBundle.Builder. signature(Signature signature)Digital Signature - base64 encoded.Contract.Signer.BuilderContract.Signer.Builder. signature(Signature... signature)Legally binding Contract DSIG signature contents in Base64.Provenance.BuilderProvenance.Builder. signature(Signature... signature)A digital signature on the target Reference(s).VerificationResult.Attestation.BuilderVerificationResult.Attestation.Builder. sourceSignature(Signature sourceSignature)Signed assertion by the attestation source that they have attested to the information.Method parameters in com.ibm.fhir.model.resource with type arguments of type Signature Modifier and Type Method Description Contract.Signer.BuilderContract.Signer.Builder. signature(Collection<Signature> signature)Legally binding Contract DSIG signature contents in Base64.Provenance.BuilderProvenance.Builder. signature(Collection<Signature> signature)A digital signature on the target Reference(s). -
Uses of Signature in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Signature Modifier and Type Method Description SignatureSignature.Builder. build()Build theSignatureMethods in com.ibm.fhir.model.type with parameters of type Signature Modifier and Type Method Description protected Signature.BuilderSignature.Builder. from(Signature signature) -
Uses of Signature in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Signature Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Signature signature)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Signature signature)
-