Uses of Class
eu.europa.esig.dss.policy.jaxb.CertificateConstraints
-
Packages that use CertificateConstraints Package Description eu.europa.esig.dss.policy.jaxb -
-
Uses of CertificateConstraints in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as CertificateConstraints Modifier and Type Field Description protected CertificateConstraintsBasicSignatureConstraints. caCertificateprotected CertificateConstraintsBasicSignatureConstraints. signingCertificateMethods in eu.europa.esig.dss.policy.jaxb that return CertificateConstraints Modifier and Type Method Description CertificateConstraintsObjectFactory. createCertificateConstraints()Create an instance ofCertificateConstraintsCertificateConstraintsBasicSignatureConstraints. getCACertificate()Gets the value of the caCertificate property.CertificateConstraintsBasicSignatureConstraints. getSigningCertificate()Gets the value of the signingCertificate property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type CertificateConstraints Modifier and Type Method Description voidBasicSignatureConstraints. setCACertificate(CertificateConstraints value)Sets the value of the caCertificate property.voidBasicSignatureConstraints. setSigningCertificate(CertificateConstraints value)Sets the value of the signingCertificate property.
-