Uses of Class
org.linuxforhealth.fhir.model.util.SaltHash
-
Packages that use SaltHash Package Description org.linuxforhealth.fhir.model.visitor -
-
Uses of SaltHash in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor that return SaltHash Modifier and Type Method Description SaltHash
ResourceFingerprintVisitor. getSaltAndHash()
Compute the digest and return the result along with the salt that was usedConstructors in org.linuxforhealth.fhir.model.visitor with parameters of type SaltHash Constructor Description ResourceFingerprintVisitor(SaltHash baseline)
Public constructor.
-