Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.SignerRoleV2
-
Packages that use SignerRoleV2 Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of SignerRoleV2 in es.uji.crypto.xades.jxades.security.xml.XAdES
Classes in es.uji.crypto.xades.jxades.security.xml.XAdES that implement SignerRoleV2 Modifier and Type Class Description class
SignerRoleV2Impl
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return SignerRoleV2 Modifier and Type Method Description SignerRoleV2
BLevelXAdESImpl. getSignerRoleV2()
SignerRoleV2
XadesWithBaselineAttributes. getSignerRoleV2()
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type SignerRoleV2 Modifier and Type Method Description void
BLevelXAdESImpl. setSignerRoleV2(SignerRoleV2 signerRole)
void
SignedSignatureProperties. setSignerRoleV2(SignerRoleV2 signerRole)
void
XadesWithBaselineAttributes. setSignerRoleV2(SignerRoleV2 signerRole)
Set the signer roles.Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type SignerRoleV2 Constructor Description SignerRoleV2Details(org.w3c.dom.Document document, SignedSignatureProperties ssp, SignerRoleV2 signerRoleV2, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-