Class XmlCertificatePolicy
- java.lang.Object
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlOID
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlCertificatePolicy
-
- All Implemented Interfaces:
Serializable
public class XmlCertificatePolicy extends XmlOID implements Serializable
Java class for CertificatePolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificatePolicy"> <simpleContent> <extension base="<http://dss.esig.europa.eu/validation/diagnostic>OID"> <attribute name="cpsUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlOID
description, value
-
-
Constructor Summary
Constructors Constructor Description XmlCertificatePolicy()
-
-
-
Field Detail
-
cpsUrl
protected String cpsUrl
-
-