Uses of Enum
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 foundOrphanCertificateTokenWrapper
s with the givenorigin
FoundCertificatesProxy.getRelatedCertificatesByOrigin
(CertificateOrigin origin) Returns a list of found relatedRelatedCertificateWrapper
s 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 CertificateOrigin
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 CertificateOriginModifier and TypeMethodDescriptionstatic CertificateOrigin
Parses the value and returnsCertificateOrigin
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type CertificateOriginModifier and TypeMethodDescriptionstatic String
CertificateOriginParser.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 void
TokenCertificateSource.addCertificate
(CertificateToken certificate, CertificateOrigin origin) Adds aCertificateToken
with itsCertificateOrigin
protected void
TokenCertificateSource.addCertificateIdentifier
(SignerIdentifier signerIdentifier, CertificateOrigin origin) Adds aCertificateIdentifier
with its originprotected List<CertificateToken>
TokenCertificateSource.getCertificateTokensByOrigin
(CertificateOrigin origin) Gets a list ofCertificateToken
s by the givenCertificateOrigin
-
Uses of CertificateOrigin in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type CertificateOriginModifier and TypeMethodDescriptionprotected XmlOrphanCertificate
DiagnosticDataBuilder.getXmlOrphanCertificate
(CertificateOrigin origin, CertificateToken certificateToken, TokenCertificateSource certificateSource, CertificateToken signingCertificate) This method builds anXmlOrphanCertificateToken
protected void
DiagnosticDataBuilder.populateCertificateOriginMap
(Map<String, XmlRelatedCertificate> relatedCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource) Fills the certificates origins map with the given propertiesprotected void
DiagnosticDataBuilder.populateOrphanCertificateOriginMap
(Map<String, XmlOrphanCertificate> orphanCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource, CertificateToken signingCertificate) Fills the orphan certificate map with the given valuesprotected XmlRelatedCertificate
DiagnosticDataBuilder.populateXmlRelatedCertificatesList
(CertificateOrigin origin, CertificateToken cert, TokenCertificateSource certificateSource) Builds anXmlRelatedCertificate