Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOID
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlOID in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlOID Modifier and Type Method Description List<XmlOID>
CertificateWrapper. getExtendedKeyUsages()
-
Uses of XmlOID in eu.europa.esig.dss.diagnostic.jaxb
Subclasses of XmlOID in eu.europa.esig.dss.diagnostic.jaxb Modifier and Type Class Description class
XmlCertificatePolicy
Java class for CertificatePolicy complex type.Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlOID Modifier and Type Field Description protected List<XmlOID>
XmlCertificate. extendedKeyUsages
protected List<XmlOID>
XmlCertificate. qcStatementIds
protected List<XmlOID>
XmlCertificate. qcTypes
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOID Modifier and Type Method Description XmlOID
ObjectFactory. createXmlOID()
Create an instance ofXmlOID
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlOID Modifier and Type Method Description List<XmlOID>
XmlCertificate. getExtendedKeyUsages()
List<XmlOID>
XmlCertificate. getQCStatementIds()
List<XmlOID>
XmlCertificate. getQCTypes()
Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlOID Modifier and Type Method Description void
XmlCertificate. setExtendedKeyUsages(List<XmlOID> extendedKeyUsages)
void
XmlCertificate. setQCStatementIds(List<XmlOID> qcStatementIds)
void
XmlCertificate. setQCTypes(List<XmlOID> qcTypes)