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 declared as XmlOID Modifier and Type Field Description protected XmlOID
XmlPSD2Role. pspOid
protected XmlOID
XmlCertificate. semanticsIdentifier
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
XmlOID
XmlPSD2Role. getPspOid()
Gets the value of the pspOid property.XmlOID
XmlCertificate. 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 void
XmlPSD2Role. setPspOid(XmlOID value)
Sets the value of the pspOid property.void
XmlCertificate. 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 void
XmlCertificate. setExtendedKeyUsages(List<XmlOID> extendedKeyUsages)
void
XmlCertificate. setQCStatementIds(List<XmlOID> qcStatementIds)
void
XmlCertificate. setQCTypes(List<XmlOID> qcTypes)