Uses of Enum
eu.europa.esig.dss.enumerations.RevocationOrigin
Packages that use RevocationOrigin
Package
Description
-
Uses of RevocationOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return RevocationOriginModifier and TypeMethodDescriptionRevocationWrapper.getOrigin()
Returns the origin of the revocation tokenMethods in eu.europa.esig.dss.diagnostic that return types with arguments of type RevocationOriginModifier and TypeMethodDescriptionOrphanRevocationWrapper.getOrigins()
Returns a list of orphan revocation originsRelatedRevocationWrapper.getOrigins()
Returns a list of revocation token originsMethods in eu.europa.esig.dss.diagnostic with parameters of type RevocationOriginModifier 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
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as RevocationOriginFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type RevocationOriginMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationOriginModifier and TypeMethodDescriptionXmlRevocation.getOrigin()
Gets the value of the origin property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type RevocationOriginModifier and TypeMethodDescriptionXmlFoundRevocation.getOrigins()
Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationOriginModifier 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
Methods in eu.europa.esig.dss.enumerations that return RevocationOriginModifier 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
Methods in eu.europa.esig.dss.jaxb.parsers that return RevocationOriginModifier and TypeMethodDescriptionstatic RevocationOrigin
Parses the value and returnsRevocationOrigin
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationOriginModifier and TypeMethodDescriptionstatic String
RevocationOriginTypeParser.print
(RevocationOrigin v) Gets a text name of the value -
Uses of RevocationOrigin in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type RevocationOriginModifier and TypeMethodDescriptionPAdESCRLSource.getAllRevocationBinariesWithOrigins()
PAdESOCSPSource.getAllRevocationBinariesWithOrigins()
PAdESCRLSource.getAllRevocationTokensWithOrigins()
PAdESOCSPSource.getAllRevocationTokensWithOrigins()
-
Uses of RevocationOrigin in eu.europa.esig.dss.pades.validation.dss
Methods in eu.europa.esig.dss.pades.validation.dss that return types with arguments of type RevocationOriginModifier and TypeMethodDescriptionPdfDssDictCRLSource.getAllRevocationBinariesWithOrigins()
PdfDssDictOCSPSource.getAllRevocationBinariesWithOrigins()
PdfDssDictCRLSource.getAllRevocationTokensWithOrigins()
PdfDssDictOCSPSource.getAllRevocationTokensWithOrigins()
-
Uses of RevocationOrigin in eu.europa.esig.dss.spi.x509.revocation
Fields in eu.europa.esig.dss.spi.x509.revocation declared as RevocationOriginModifier and TypeFieldDescriptionprotected RevocationOrigin
RevocationToken.externalOrigin
The external origin (ONLINE or CACHED)Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationOriginMethods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationOriginModifier 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 originsMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationOriginModifier 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
Methods in eu.europa.esig.dss.validation with parameters of type RevocationOriginModifier and TypeMethodDescriptionprotected void
CMSCRLSource.addX509CRLHolder
(org.bouncycastle.cert.X509CRLHolder crlHolder, RevocationOrigin origin) Computes and storeCRLBinary
fromcrlHolder