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