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 allOrphanRevocationWrappers used for the signature validation process with the givenoriginTypeFoundRevocationsProxy.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 allRelatedRevocationWrappers used for the signature validation process with the givenoriginTypeFoundRevocationsProxy.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) voidXmlRevocation.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 RevocationOriginReturns 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 RevocationOriginParses the value and returnsRevocationOriginMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationOriginModifier and TypeMethodDescriptionstatic StringRevocationOriginTypeParser.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 RevocationOriginRevocationToken.externalOriginThe 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 uniqueRevocationTokenbased 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 TypeMethodDescriptionvoidOfflineRevocationSource.addBinary(EncapsulatedRevocationTokenIdentifier<R> binary, RevocationOrigin origin) This method adds a token binary with its originvoidOfflineRevocationSource.addRevocation(RevocationToken<R> token, RevocationOrigin origin) This method adds a revocation token with its originvoidRevocationToken.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 voidCMSCRLSource.addX509CRLHolder(org.bouncycastle.cert.X509CRLHolder crlHolder, RevocationOrigin origin) Computes and storeCRLBinaryfromcrlHolder