Uses of Class
eu.europa.esig.dss.enumerations.CertificateOrigin
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb | |
eu.europa.esig.dss.enumerations | |
eu.europa.esig.dss.jaxb.parsers | |
eu.europa.esig.dss.spi.x509 |
-
Uses of CertificateOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type CertificateOrigin Modifier and Type Method Description List<CertificateOrigin>
OrphanCertificateWrapper. getOrigins()
Returns a list of orphan certificate originsList<CertificateOrigin>
RelatedCertificateWrapper. getOrigins()
Methods in eu.europa.esig.dss.diagnostic with parameters of type CertificateOrigin Modifier and Type Method Description List<OrphanCertificateWrapper>
FoundCertificatesProxy. getOrphanCertificatesByOrigin(CertificateOrigin origin)
Returns a list of foundOrphanCertificateTokenWrapper
s with the givenorigin
List<RelatedCertificateWrapper>
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 CertificateOrigin Modifier and Type Field Description protected List<CertificateOrigin>
XmlFoundCertificate. origins
Methods in eu.europa.esig.dss.diagnostic.jaxb that return CertificateOrigin Modifier and Type Method Description CertificateOrigin
Adapter9. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type CertificateOrigin Modifier and Type Method Description List<CertificateOrigin>
XmlFoundCertificate. getOrigins()
Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type CertificateOrigin Modifier and Type Method Description String
Adapter9. marshal(CertificateOrigin value)
-
Uses of CertificateOrigin in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return CertificateOrigin Modifier and Type Method Description static CertificateOrigin
CertificateOrigin. valueOf(String name)
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 CertificateOrigin Modifier and Type Method Description static CertificateOrigin
CertificateOriginParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type CertificateOrigin Modifier and Type Method Description static String
CertificateOriginParser. print(CertificateOrigin v)
-
Uses of CertificateOrigin in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateOrigin Modifier and Type Method Description protected void
TokenCertificateSource. addCertificate(CertificateToken certificate, CertificateOrigin origin)
Adds aCertificateToken
with itsCertificateOrigin
protected void
TokenCertificateSource. addCertificateIdentifier(CertificateIdentifier certificateIdentifier, CertificateOrigin origin)
Adds aCertificateIdentifier
with its originprotected List<CertificateToken>
TokenCertificateSource. getCertificateTokensByOrigin(CertificateOrigin origin)