Uses of Class
com.authlete.common.assurance.Evidence
-
Packages that use Evidence Package Description com.authlete.common.assurance -
-
Uses of Evidence in com.authlete.common.assurance
Subclasses of Evidence in com.authlete.common.assurance Modifier and Type Class Description classIDDocumentThe class that representsid_document.classQESThe class that representsqes.classUtilityBillThe class that representsutility_bill.Methods in com.authlete.common.assurance that return Evidence Modifier and Type Method Description static EvidenceEvidence. extract(List<?> list, int index, String key)Create an instance of a subclass ofEvidencefrom an object in the given list.Methods in com.authlete.common.assurance with parameters of type Evidence Modifier and Type Method Description VerificationVerification. addEvidence(Evidence evidence)Add the evidence the OP used to verify the user's identity.
-