Uses of Enum
eu.europa.esig.dss.enumerations.RevocationOrigin
Package
Description
-
Uses of RevocationOrigin in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionRevocationWrapper.getOrigin()
Returns the origin of the revocation tokenModifier and TypeMethodDescriptionOrphanRevocationWrapper.getOrigins()
Returns a list of orphan revocation originsRelatedRevocationWrapper.getOrigins()
Returns a list of revocation token originsModifier and TypeMethodDescriptionFoundRevocationsProxy.getOrphanRevocationsByOrigin
(RevocationOrigin originType) Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the givenoriginType
FoundRevocationsProxy.getOrphanRevocationsByTypeAndOrigin
(RevocationType type, RevocationOrigin origin) Returns a list of orphan revocation data by the given origin and typeFoundRevocationsProxy.getRelatedRevocationsByOrigin
(RevocationOrigin originType) Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the givenoriginType
FoundRevocationsProxy.getRelatedRevocationsByTypeAndOrigin
(RevocationType type, RevocationOrigin origin) Returns a list of related revocation data by the given origin and type -
Uses of RevocationOrigin in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeMethodDescriptionXmlRevocation.getOrigin()
Gets the value of the origin property.Modifier and TypeMethodDescriptionXmlFoundRevocation.getOrigins()
Gets the value of the origins property.Modifier and TypeMethodDescriptionAdapter21.marshal
(RevocationOrigin value) void
XmlRevocation.setOrigin
(RevocationOrigin value) Sets the value of the origin property. -
Uses of RevocationOrigin in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic RevocationOrigin
Returns the enum constant of this type with the specified name.static RevocationOrigin[]
RevocationOrigin.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RevocationOrigin in eu.europa.esig.dss.jaxb.parsers
Modifier and TypeMethodDescriptionstatic RevocationOrigin
Parses the value and returnsRevocationOrigin
Modifier and TypeMethodDescriptionstatic String
RevocationOriginTypeParser.print
(RevocationOrigin v) Gets a text name of the value -
Uses of RevocationOrigin in eu.europa.esig.dss.pades.validation
Modifier and TypeMethodDescriptionPAdESCRLSource.getAllRevocationBinariesWithOrigins()
PAdESOCSPSource.getAllRevocationBinariesWithOrigins()
PAdESCRLSource.getAllRevocationTokensWithOrigins()
PAdESOCSPSource.getAllRevocationTokensWithOrigins()
-
Uses of RevocationOrigin in eu.europa.esig.dss.pades.validation.dss
Modifier and TypeMethodDescriptionPdfDssDictCRLSource.getAllRevocationBinariesWithOrigins()
PdfDssDictOCSPSource.getAllRevocationBinariesWithOrigins()
PdfDssDictCRLSource.getAllRevocationTokensWithOrigins()
PdfDssDictOCSPSource.getAllRevocationTokensWithOrigins()
-
Uses of RevocationOrigin in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeFieldDescriptionprotected RevocationOrigin
RevocationToken.externalOrigin
The external origin (ONLINE or CACHED)Modifier and TypeMethodDescriptionOfflineRevocationSource.getAllRevocationBinariesWithOrigins()
Retrieves all found revocation binaries with their originsOfflineRevocationSource.getAllRevocationTokensWithOrigins()
Returns all tokens with their originsOfflineRevocationSource.getUniqueRevocationTokensWithOrigins()
Returns a Map of uniqueRevocationToken
based on binary (a same binary can cover several certificates) with their originsModifier and TypeMethodDescriptionvoid
OfflineRevocationSource.addBinary
(EncapsulatedRevocationTokenIdentifier<R> binary, RevocationOrigin origin) This method adds a token binary with its originvoid
OfflineRevocationSource.addRevocation
(RevocationToken<R> token, RevocationOrigin origin) This method adds a revocation token with its originvoid
RevocationToken.setExternalOrigin
(RevocationOrigin origin) Sets the external origin -
Uses of RevocationOrigin in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionprotected void
CMSCRLSource.addX509CRLHolder
(org.bouncycastle.cert.X509CRLHolder crlHolder, RevocationOrigin origin) Computes and storeCRLBinary
fromcrlHolder