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 Issuer
Issuer. extract(Map<?,?> map, String key)
Create anIssuer
instance from an object in the given map.Issuer
Document. getIssuer()
Get the issuer of the document.Issuer
Document. removeIssuer()
Remove"issuer"
from this object.Issuer
Issuer. setCountry(String country)
Set the country or organization that issued the document.Issuer
Issuer. 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 Document
Document. setIssuer(Issuer issuer)
Set the issuer of the document.
-