Uses of Enum Class
eu.europa.esig.dss.enumerations.CertificateOrigin
Packages that use CertificateOrigin
Package
Description
-
Uses of CertificateOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type CertificateOriginModifier and TypeMethodDescriptionOrphanCertificateWrapper.getOrigins()Returns a list of orphan certificate originsRelatedCertificateWrapper.getOrigins()Returns a list of certificate token originsMethods in eu.europa.esig.dss.diagnostic with parameters of type CertificateOriginModifier and TypeMethodDescriptionFoundCertificatesProxy.getOrphanCertificatesByOrigin(CertificateOrigin origin) Returns a list of foundOrphanCertificateTokenWrappers with the givenoriginFoundCertificatesProxy.getRelatedCertificatesByOrigin(CertificateOrigin origin) Returns a list of found relatedRelatedCertificateWrappers 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 CertificateOriginMethods in eu.europa.esig.dss.diagnostic.jaxb that return CertificateOriginMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type CertificateOriginModifier and TypeMethodDescriptionXmlFoundCertificate.getOrigins()Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type CertificateOrigin -
Uses of CertificateOrigin in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return CertificateOriginModifier and TypeMethodDescriptionstatic CertificateOriginReturns the enum constant of this class with the specified name.static CertificateOrigin[]CertificateOrigin.values()Returns an array containing the constants of this enum class, 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 CertificateOriginModifier and TypeMethodDescriptionstatic CertificateOriginParses the value and returnsCertificateOriginMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type CertificateOriginModifier and TypeMethodDescriptionstatic StringCertificateOriginParser.print(CertificateOrigin v) Gets a text name of the value -
Uses of CertificateOrigin in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateOriginModifier and TypeMethodDescriptionprotected voidTokenCertificateSource.addCertificate(CertificateToken certificate, CertificateOrigin origin) Adds aCertificateTokenwith itsCertificateOriginprotected voidTokenCertificateSource.addCertificateIdentifier(SignerIdentifier signerIdentifier, CertificateOrigin origin) Adds aCertificateIdentifierwith its originprotected List<CertificateToken> TokenCertificateSource.getCertificateTokensByOrigin(CertificateOrigin origin) Gets a list ofCertificateTokens by the givenCertificateOrigin -
Uses of CertificateOrigin in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type CertificateOriginModifier and TypeMethodDescriptionprotected XmlOrphanCertificateDiagnosticDataBuilder.getXmlOrphanCertificate(CertificateOrigin origin, CertificateToken certificateToken, TokenCertificateSource certificateSource, CertificateToken signingCertificate) This method builds anXmlOrphanCertificateTokenprotected voidDiagnosticDataBuilder.populateCertificateOriginMap(Map<String, XmlRelatedCertificate> relatedCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource) Fills the certificates origins map with the given propertiesprotected voidDiagnosticDataBuilder.populateOrphanCertificateOriginMap(Map<String, XmlOrphanCertificate> orphanCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource, CertificateToken signingCertificate) Fills the orphan certificate map with the given valuesprotected XmlRelatedCertificateDiagnosticDataBuilder.populateXmlRelatedCertificatesList(CertificateOrigin origin, CertificateToken cert, TokenCertificateSource certificateSource) Builds anXmlRelatedCertificate