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 CertificateSourceType
XmlChainItem. source
Methods in eu.europa.esig.dss.detailedreport.jaxb that return CertificateSourceType Modifier and Type Method Description CertificateSourceType
XmlChainItem. getSource()
Gets the value of the source property.CertificateSourceType
Adapter9. unmarshal(String value)
Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type CertificateSourceType Modifier and Type Method Description String
Adapter9. marshal(CertificateSourceType value)
void
XmlChainItem. 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. sources
Methods in eu.europa.esig.dss.diagnostic.jaxb that return CertificateSourceType Modifier and Type Method Description CertificateSourceType
Adapter8. 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 String
Adapter8. marshal(CertificateSourceType value)
Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type CertificateSourceType Modifier and Type Method Description void
XmlCertificate. 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 CertificateSourceType
CertificateSourceType. 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 CertificateSourceType
CertificateSourceTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type CertificateSourceType Modifier and Type Method Description static String
CertificateSourceTypeParser. 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 CertificateSourceType
TrustedListsCertificateSource. 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 CertificateSourceType
CertificateSource. getCertificateSourceType()
This method returns the certificate source type associated to the implementation class.CertificateSourceType
CommonCertificateSource. getCertificateSourceType()
CertificateSourceType
CommonTrustedCertificateSource. getCertificateSourceType()
Methods in eu.europa.esig.dss.spi.x509 that return types with arguments of type CertificateSourceType Modifier and Type Method Description Set<CertificateSourceType>
ListCertificateSource. getCertificateSource(CertificateToken certificateToken)
This method return the differentCertificateSourceType
where the certificate is found -
Uses of CertificateSourceType in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return CertificateSourceType Modifier and Type Method Description CertificateSourceType
OCSPCertificateSource. getCertificateSourceType()
-
Uses of CertificateSourceType in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return CertificateSourceType Modifier and Type Method Description CertificateSourceType
AIACertificateSource. getCertificateSourceType()
CertificateSourceType
SignatureCertificateSource. 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 ofCertificateSourceType
byCertificateToken
which 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 DiagnosticDataBuilder
DiagnosticDataBuilder. 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 CertificateSourceType
TimestampCertificateSource. getCertificateSourceType()