Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.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>
DiagnosticData. getSignedAssertions(String signatureId)
This method returns the signed assertions for the given signature.List<XmlSignerRole>
SignatureWrapper. getSignedAssertions()
Returns list of all found SignedAssertionsList<XmlSignerRole>
DiagnosticData. getSignedAssertionsInFirstSignature()
This method returns the signed assertions for the first signature.List<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 ofString
s 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. signerRole
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlSignerRole Modifier and Type Method Description XmlSignerRole
ObjectFactory. createXmlSignerRole()
Create an instance ofXmlSignerRole
Methods 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.