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 CertificateConstraints
BasicSignatureConstraints.caCertificate
protected CertificateConstraints
BasicSignatureConstraints.signingCertificate
Methods in eu.europa.esig.dss.policy.jaxb that return CertificateConstraintsModifier and TypeMethodDescriptionObjectFactory.createCertificateConstraints()
Create an instance ofCertificateConstraints
BasicSignatureConstraints.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 TypeMethodDescriptionvoid
BasicSignatureConstraints.setCACertificate
(CertificateConstraints value) Sets the value of the caCertificate property.void
BasicSignatureConstraints.setSigningCertificate
(CertificateConstraints value) Sets the value of the signingCertificate property.