Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.SignerRole
-
Packages that use SignerRole Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of SignerRole in es.uji.crypto.xades.jxades.security.xml.XAdES
Classes in es.uji.crypto.xades.jxades.security.xml.XAdES that implement SignerRole Modifier and Type Class Description class
SignerRoleImpl
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return SignerRole Modifier and Type Method Description SignerRole
BasicXAdESImpl. getSignerRole()
SignerRole
XadesWithBasicAttributes. getSignerRole()
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type SignerRole Modifier and Type Method Description void
BasicXAdESImpl. setSignerRole(SignerRole signerRole)
void
SignedSignatureProperties. setSignerRole(SignerRole signerRole)
void
XadesWithBasicAttributes. setSignerRole(SignerRole signerRole)
Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type SignerRole Constructor Description SignerRoleDetails(org.w3c.dom.Document document, SignedSignatureProperties ssp, SignerRole signerRole, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-