Uses of Class
eu.europa.esig.dss.enumerations.CertificateOrigin
-
Packages that use CertificateOrigin Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb eu.europa.esig.dss.enumerations eu.europa.esig.dss.jaxb.parsers -
-
Uses of CertificateOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic with parameters of type CertificateOrigin Modifier and Type Method Description List<String>SignatureWrapper. getFoundCertificateIds(CertificateOrigin origin)Returns a list of found certificate ids based on the requestedoriginList<XmlRelatedCertificate>SignatureWrapper. getRelatedCertificatesByOrigin(CertificateOrigin origin)Returns a list of foundXmlRelatedCertificates with the givenorigin -
Uses of CertificateOrigin in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type CertificateOrigin Modifier and Type Field Description protected List<CertificateOrigin>XmlFoundCertificate. originsMethods in eu.europa.esig.dss.diagnostic.jaxb that return CertificateOrigin Modifier and Type Method Description CertificateOriginAdapter8. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type CertificateOrigin Modifier and Type Method Description List<CertificateOrigin>XmlFoundCertificate. getOrigins()Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type CertificateOrigin Modifier and Type Method Description StringAdapter8. marshal(CertificateOrigin value) -
Uses of CertificateOrigin in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return CertificateOrigin Modifier and Type Method Description static CertificateOriginCertificateOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateOrigin[]CertificateOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CertificateOrigin in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return CertificateOrigin Modifier and Type Method Description static CertificateOriginCertificateOriginParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type CertificateOrigin Modifier and Type Method Description static StringCertificateOriginParser. print(CertificateOrigin v)
-