Uses of Class
com.authlete.common.assurance.Issuer
-
Packages that use Issuer Package Description com.authlete.common.assurance -
-
Uses of Issuer in com.authlete.common.assurance
Methods in com.authlete.common.assurance that return Issuer Modifier and Type Method Description static IssuerIssuer. extract(Map<?,?> map, String key)Create anIssuerinstance from an object in the given map.IssuerDocument. getIssuer()Get the issuer of the document.IssuerDocument. removeIssuer()Remove"issuer"from this object.IssuerIssuer. setCountry(String country)Set the country or organization that issued the document.IssuerIssuer. setName(String name)Set the name of the issuer.Methods in com.authlete.common.assurance with parameters of type Issuer Modifier and Type Method Description DocumentDocument. setIssuer(Issuer issuer)Set the issuer of the document.
-