Uses of Class
eu.europa.esig.dss.policy.jaxb.CertificateConstraints
-
Uses of CertificateConstraints in eu.europa.esig.dss.policy.jaxb
Modifier and TypeFieldDescriptionprotected CertificateConstraints
BasicSignatureConstraints.caCertificate
protected CertificateConstraints
BasicSignatureConstraints.signingCertificate
Modifier 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.Modifier 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.