static Claims |
Claims.extract(Map<?,?> map,
String key) |
Create a Claims instance from an object in the given map.
|
static Document |
Document.extract(Map<?,?> map,
String key) |
Create a Document instance from an object in the given map.
|
static Evidence |
Evidence.extract(List<?> list,
int index,
String key) |
Create an instance of a subclass of Evidence from an object in
the given list.
|
static EvidenceArray |
EvidenceArray.extract(Map<?,?> map,
String key) |
Create an EvidenceArray instance from an object in the given map.
|
static IDDocument |
IDDocument.extract(Map<?,?> map) |
Create an IDDocument instance from the given object.
|
static Issuer |
Issuer.extract(Map<?,?> map,
String key) |
Create an Issuer instance from an object in the given map.
|
static Provider |
Provider.extract(Map<?,?> map,
String key) |
Create a Provider instance from an object in the given map.
|
static QES |
QES.extract(Map<?,?> map) |
Create a QES instance from the given object.
|
static UtilityBill |
UtilityBill.extract(Map<?,?> map) |
Create a UtilityBill instance from the given object.
|
static Verification |
Verification.extract(Map<?,?> map,
String key) |
Create a Verification instance from an object in the given map.
|
static VerifiedClaims |
VerifiedClaims.extract(Map<?,?> map,
String key) |
Create a VerifiedClaims instance from an object in the given map.
|
static Verifier |
Verifier.extract(Map<?,?> map,
String key) |
Create a Verifier instance from an object in the given map.
|