Uses of Class
eu.europa.esig.dss.policy.jaxb.CertificateConstraints
Packages that use CertificateConstraints
-
Uses of CertificateConstraints in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as CertificateConstraintsModifier and TypeFieldDescriptionprotected CertificateConstraintsBasicSignatureConstraints.caCertificateprotected CertificateConstraintsBasicSignatureConstraints.signingCertificateMethods in eu.europa.esig.dss.policy.jaxb that return CertificateConstraintsModifier and TypeMethodDescriptionObjectFactory.createCertificateConstraints()Create an instance ofCertificateConstraintsBasicSignatureConstraints.getCACertificate()Gets the value of the caCertificate property.BasicSignatureConstraints.getSigningCertificate()Gets the value of the signingCertificate property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type CertificateConstraintsModifier and TypeMethodDescriptionvoidBasicSignatureConstraints.setCACertificate(CertificateConstraints value) Sets the value of the caCertificate property.voidBasicSignatureConstraints.setSigningCertificate(CertificateConstraints value) Sets the value of the signingCertificate property.