Uses of Enum
eu.europa.esig.dss.enumerations.CertificateOrigin
Package
Description
-
Uses of CertificateOrigin in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionOrphanCertificateWrapper.getOrigins()
Returns a list of orphan certificate originsRelatedCertificateWrapper.getOrigins()
Returns a list of certificate token originsModifier 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
Modifier and TypeMethodDescriptionXmlFoundCertificate.getOrigins()
Gets the value of the origins property. -
Uses of CertificateOrigin in eu.europa.esig.dss.enumerations
Modifier 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
Modifier and TypeMethodDescriptionstatic CertificateOrigin
Parses the value and returnsCertificateOrigin
Modifier and TypeMethodDescriptionstatic String
CertificateOriginParser.print
(CertificateOrigin v) Gets a text name of the value -
Uses of CertificateOrigin in eu.europa.esig.dss.spi.x509
Modifier 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
Modifier 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