Uses of Class
eu.europa.esig.dss.validation.SignerRole
-
Packages that use SignerRole Package Description eu.europa.esig.dss.cades.validation eu.europa.esig.dss.validation eu.europa.esig.dss.xades.validation -
-
Uses of SignerRole in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type SignerRole Modifier and Type Method Description List<SignerRole>CAdESSignature. getCertifiedSignerRoles()List<SignerRole>CAdESSignature. getClaimedSignerRoles() -
Uses of SignerRole in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type SignerRole Modifier and Type Method Description List<SignerRole>AdvancedSignature. getCertifiedSignerRoles()Returns the certified roles of the signer.List<SignerRole>AdvancedSignature. getClaimedSignerRoles()Returns the claimed roles of the signer.List<SignerRole>AdvancedSignature. getSignerRoles()Returns the list of roles of the signer.List<SignerRole>DefaultAdvancedSignature. getSignerRoles() -
Uses of SignerRole in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type SignerRole Modifier and Type Method Description List<SignerRole>XAdESSignature. getCertifiedSignerRoles()List<SignerRole>XAdESSignature. getClaimedSignerRoles()
-