Uses of Class
eu.europa.esig.dss.enumerations.CertificateSourceType
-
-
-
Uses of CertificateSourceType in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as CertificateSourceType Modifier and Type Field Description protected CertificateSourceTypeXmlChainItem. sourceMethods in eu.europa.esig.dss.detailedreport.jaxb that return CertificateSourceType Modifier and Type Method Description CertificateSourceTypeXmlChainItem. getSource()Gets the value of the source property.CertificateSourceTypeAdapter8. unmarshal(String value)Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type CertificateSourceType Modifier and Type Method Description StringAdapter8. marshal(CertificateSourceType value)voidXmlChainItem. setSource(CertificateSourceType value)Sets the value of the source property. -
Uses of CertificateSourceType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type CertificateSourceType Modifier and Type Method Description List<CertificateSourceType>CertificateWrapper. getSources()Methods in eu.europa.esig.dss.diagnostic with parameters of type CertificateSourceType Modifier and Type Method Description List<CertificateWrapper>DiagnosticData. getCertificatesFromSource(CertificateSourceType certificateSourceType)Returns a list of certificates by their origin source -
Uses of CertificateSourceType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type CertificateSourceType Modifier and Type Field Description protected List<CertificateSourceType>XmlCertificate. sourcesMethods in eu.europa.esig.dss.diagnostic.jaxb that return CertificateSourceType Modifier and Type Method Description CertificateSourceTypeAdapter7. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type CertificateSourceType Modifier and Type Method Description List<CertificateSourceType>XmlCertificate. getSources()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type CertificateSourceType Modifier and Type Method Description StringAdapter7. marshal(CertificateSourceType value)Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type CertificateSourceType Modifier and Type Method Description voidXmlCertificate. setSources(List<CertificateSourceType> sources) -
Uses of CertificateSourceType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return CertificateSourceType Modifier and Type Method Description static CertificateSourceTypeCertificateSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateSourceType[]CertificateSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CertificateSourceType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return CertificateSourceType Modifier and Type Method Description static CertificateSourceTypeCertificateSourceTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type CertificateSourceType Modifier and Type Method Description static StringCertificateSourceTypeParser. print(CertificateSourceType v) -
Uses of CertificateSourceType in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return CertificateSourceType Modifier and Type Method Description CertificateSourceTypeTrustedListsCertificateSource. getCertificateSourceType() -
Uses of CertificateSourceType in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return CertificateSourceType Modifier and Type Method Description CertificateSourceTypeCertificateSource. getCertificateSourceType()This method returns the certificate source type associated to the implementation class.CertificateSourceTypeCommonCertificateSource. getCertificateSourceType()CertificateSourceTypeCommonTrustedCertificateSource. getCertificateSourceType()Methods in eu.europa.esig.dss.spi.x509 that return types with arguments of type CertificateSourceType Modifier and Type Method Description Set<CertificateSourceType>CertificatePool. getSources(CertificateToken certificateToken)Methods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateSourceType Modifier and Type Method Description CertificateTokenCertificatePool. getInstance(CertificateToken certificateToAdd, CertificateSourceType certSource)This method returns the instance of aCertificateToken. -
Uses of CertificateSourceType in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return CertificateSourceType Modifier and Type Method Description CertificateSourceTypeSignatureCertificateSource. getCertificateSourceType()Methods in eu.europa.esig.dss.validation that return types with arguments of type CertificateSourceType Modifier and Type Method Description Map<CertificateToken,Set<CertificateSourceType>>SignatureValidationContext. getCertificateSourceTypes()Map<CertificateToken,Set<CertificateSourceType>>ValidationContext. getCertificateSourceTypes()Returns a map ofCertificateSourceTypebyCertificateTokenwhich contains the sources where the certificate was found.Method parameters in eu.europa.esig.dss.validation with type arguments of type CertificateSourceType Modifier and Type Method Description DiagnosticDataBuilderDiagnosticDataBuilder. certificateSourceTypes(Map<CertificateToken,Set<CertificateSourceType>> certificateSourceTypes)This method allows to set the certificate source types -
Uses of CertificateSourceType in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return CertificateSourceType Modifier and Type Method Description CertificateSourceTypeTimestampCertificateSource. getCertificateSourceType()
-