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 class
IDDocument
The class that representsid_document
.class
QES
The class that representsqes
.class
UtilityBill
The class that representsutility_bill
.Methods in com.authlete.common.assurance that return Evidence Modifier and Type Method Description static Evidence
Evidence. extract(List<?> list, int index, String key)
Create an instance of a subclass ofEvidence
from an object in the given list.Methods in com.authlete.common.assurance with parameters of type Evidence Modifier and Type Method Description Verification
Verification. addEvidence(Evidence evidence)
Add the evidence the OP used to verify the user's identity.
-