Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOID
-
Packages that use 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 classXmlCertificatePolicyJava 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. extendedKeyUsagesprotected List<XmlOID>XmlCertificate. qcStatementIdsprotected List<XmlOID>XmlCertificate. qcTypesMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOID Modifier and Type Method Description XmlOIDObjectFactory. createXmlOID()Create an instance ofXmlOIDMethods 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 voidXmlCertificate. setExtendedKeyUsages(List<XmlOID> extendedKeyUsages)voidXmlCertificate. setQCStatementIds(List<XmlOID> qcStatementIds)voidXmlCertificate. setQCTypes(List<XmlOID> qcTypes)
-