Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerRole
-
Packages that use XmlSignerRole Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlSignerRole in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlSignerRole Modifier and Type Method Description List<XmlSignerRole>SignatureWrapper. getCertifiedRoles()Returns list of found CertifiedRolesList<XmlSignerRole>SignatureWrapper. getClaimedRoles()Returns list of found ClaimedRolesList<XmlSignerRole>SignatureWrapper. getSignerRoles()Returns list of all found SignerRolesMethod parameters in eu.europa.esig.dss.diagnostic with type arguments of type XmlSignerRole Modifier and Type Method Description List<String>SignatureWrapper. getSignerRoleDetails(List<XmlSignerRole> listOfSignerRoles)Returns a list ofStrings describing the role for the givenlistOfSignerRoles -
Uses of XmlSignerRole in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlSignerRole Modifier and Type Field Description protected List<XmlSignerRole>XmlSignature. signerRoleMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerRole Modifier and Type Method Description XmlSignerRoleObjectFactory. createXmlSignerRole()Create an instance ofXmlSignerRoleMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlSignerRole Modifier and Type Method Description List<XmlSignerRole>XmlSignature. getSignerRole()Gets the value of the signerRole property.
-