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 classXmlCertificatePolicyJava class for CertificatePolicy complex type.Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlOID Modifier and Type Field Description protected XmlOIDXmlPSD2Role. pspOidprotected XmlOIDXmlCertificate. semanticsIdentifierFields 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 ofXmlOIDXmlOIDXmlPSD2Role. getPspOid()Gets the value of the pspOid property.XmlOIDXmlCertificate. getSemanticsIdentifier()Gets the value of the semanticsIdentifier property.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()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlOID Modifier and Type Method Description voidXmlPSD2Role. setPspOid(XmlOID value)Sets the value of the pspOid property.voidXmlCertificate. setSemanticsIdentifier(XmlOID value)Sets the value of the semanticsIdentifier property.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)