Uses of Enum Class
eu.europa.esig.dss.enumerations.RevocationRefOrigin
Packages that use RevocationRefOrigin
Package
Description
-
Uses of RevocationRefOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type RevocationRefOriginModifier and TypeMethodDescriptionRevocationRefWrapper.getOrigins()
Returns a list of revocation reference originsMethods in eu.europa.esig.dss.diagnostic with parameters of type RevocationRefOriginModifier and TypeMethodDescriptionFoundRevocationsProxy.getOrphanRevocationsByRefOrigin
(RevocationRefOrigin refOrigin) Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the given reference originFoundRevocationsProxy.getOrphanRevocationsByTypeAndRefOrigin
(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of orphan revocation data by the given reference origin and typeFoundRevocationsProxy.getRelatedRevocationsByRefOrigin
(RevocationRefOrigin refOrigin) Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the given revocation originFoundRevocationsProxy.getRelatedRevocationsByTypeAndRefOrigin
(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of related revocation data by the given reference origin and type -
Uses of RevocationRefOrigin in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type RevocationRefOriginMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationRefOriginMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type RevocationRefOriginModifier and TypeMethodDescriptionXmlRevocationRef.getOrigins()
Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationRefOrigin -
Uses of RevocationRefOrigin in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return RevocationRefOriginModifier and TypeMethodDescriptionstatic RevocationRefOrigin
Returns the enum constant of this class with the specified name.static RevocationRefOrigin[]
RevocationRefOrigin.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RevocationRefOrigin in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return RevocationRefOriginModifier and TypeMethodDescriptionstatic RevocationRefOrigin
Parses the value and returnsRevocationRefOrigin
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationRefOriginModifier and TypeMethodDescriptionstatic String
RevocationRefOriginParser.print
(RevocationRefOrigin v) Gets a text name of the value -
Uses of RevocationRefOrigin in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationRefOriginModifier and TypeMethodDescriptionOfflineRevocationSource.findRefsAndOriginsForBinary
(EncapsulatedRevocationTokenIdentifier<R> identifier) Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
s for a givenEncapsulatedRevocationTokenIdentifier
OfflineRevocationSource.findRefsAndOriginsForRevocationToken
(RevocationToken<R> revocationToken) Retrieves a Map of foundRevocationRef
with their origins for the givenRevocationToken
OfflineRevocationSource.getOrphanRevocationReferencesWithOrigins()
Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
sprotected Map
<RevocationRef<R>, Set<RevocationRefOrigin>> OfflineRevocationSource.getRevocationReferencesWithOrigins()
Returns a map of revocation references with the corresponding originsMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRefOriginModifier and TypeMethodDescriptionvoid
OfflineRevocationSource.addRevocationReference
(RevocationRef<R> reference, RevocationRefOrigin origin) This method adds a revocation reference with its origin -
Uses of RevocationRefOrigin in eu.europa.esig.dss.validation.reports.diagnostic
Method parameters in eu.europa.esig.dss.validation.reports.diagnostic with type arguments of type RevocationRefOriginModifier and TypeMethodDescriptionprotected XmlRevocationRef
DiagnosticDataBuilder.getXmlCRLRevocationRef
(CRLRef crlRef, Set<RevocationRefOrigin> origins) Builds aXmlRevocationRef
fromCRLRef
protected XmlRevocationRef
DiagnosticDataBuilder.getXmlOCSPRevocationRef
(OCSPRef ocspRef, Set<RevocationRefOrigin> origins) Builds aXmlRevocationRef
fromOCSPRef
protected <R extends Revocation>
List<XmlRevocationRef> DiagnosticDataBuilder.getXmlRevocationRefs
(String tokenId, Map<RevocationRef<R>, Set<RevocationRefOrigin>> refsAndOrigins) Returns a list ofXmlRevocationRef
for a token withtokenId