Uses of Enum
eu.europa.esig.dss.enumerations.RevocationRefOrigin
Package
Description
-
Uses of RevocationRefOrigin in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionRevocationRefWrapper.getOrigins()
Returns a list of revocation reference originsModifier 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
Modifier and TypeMethodDescriptionXmlRevocationRef.getOrigins()
Gets the value of the origins property. -
Uses of RevocationRefOrigin in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic RevocationRefOrigin
Returns the enum constant of this type with the specified name.static RevocationRefOrigin[]
RevocationRefOrigin.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RevocationRefOrigin in eu.europa.esig.dss.jaxb.parsers
Modifier and TypeMethodDescriptionstatic RevocationRefOrigin
Parses the value and returnsRevocationRefOrigin
Modifier 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
Modifier 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 originsModifier 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
Modifier 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