Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlDistinguishedName
-
Packages that use XmlDistinguishedName Package Description eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlDistinguishedName in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlDistinguishedName Modifier and Type Field Description protected List<XmlDistinguishedName>XmlCertificate. issuerDistinguishedNameprotected List<XmlDistinguishedName>XmlCertificate. subjectDistinguishedNameMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlDistinguishedName Modifier and Type Method Description XmlDistinguishedNameObjectFactory. createXmlDistinguishedName()Create an instance ofXmlDistinguishedNameMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlDistinguishedName Modifier and Type Method Description List<XmlDistinguishedName>XmlCertificate. getIssuerDistinguishedName()Gets the value of the issuerDistinguishedName property.List<XmlDistinguishedName>XmlCertificate. getSubjectDistinguishedName()Gets the value of the subjectDistinguishedName property.
-