Uses of Class
eu.europa.esig.dss.validation.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()
List<SignerRole>
CAdESSignature. getSignedAssertions()
-
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. getSignedAssertions()
Returns the list of embeded signed assertions.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()
List<SignerRole>
XAdESSignature. getSignedAssertions()