Uses of Class
eu.europa.esig.dss.policy.jaxb.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 CertificateConstraints
BasicSignatureConstraints. caCertificate
protected CertificateConstraints
BasicSignatureConstraints. signingCertificate
Methods in eu.europa.esig.dss.policy.jaxb that return CertificateConstraints Modifier and Type Method Description CertificateConstraints
ObjectFactory. createCertificateConstraints()
Create an instance ofCertificateConstraints
CertificateConstraints
BasicSignatureConstraints. getCACertificate()
Gets the value of the caCertificate property.CertificateConstraints
BasicSignatureConstraints. 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 void
BasicSignatureConstraints. setCACertificate(CertificateConstraints value)
Sets the value of the caCertificate property.void
BasicSignatureConstraints. setSigningCertificate(CertificateConstraints value)
Sets the value of the signingCertificate property.