Uses of Class
eu.europa.esig.dss.enumerations.RevocationOrigin
-
Uses of RevocationOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return RevocationOrigin Modifier and Type Method Description RevocationOrigin
RevocationWrapper. getOrigin()
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type RevocationOrigin Modifier and Type Method Description List<RevocationOrigin>
OrphanRevocationWrapper. getOrigins()
Returns a list of orphan revocation originsList<RevocationOrigin>
RelatedRevocationWrapper. getOrigins()
Methods in eu.europa.esig.dss.diagnostic with parameters of type RevocationOrigin Modifier and Type Method Description List<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByOrigin(RevocationOrigin originType)
Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the givenoriginType
List<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)
Returns a list of orphan revocation data by the given origin and typeList<RelatedRevocationWrapper>
FoundRevocationsProxy. getRelatedRevocationsByOrigin(RevocationOrigin originType)
Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the givenoriginType
List<RelatedRevocationWrapper>
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 RevocationOrigin Modifier and Type Field Description protected RevocationOrigin
XmlRevocation. origin
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type RevocationOrigin Modifier and Type Field Description protected List<RevocationOrigin>
XmlFoundRevocation. origins
Methods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationOrigin Modifier and Type Method Description RevocationOrigin
XmlRevocation. getOrigin()
Gets the value of the origin property.RevocationOrigin
Adapter18. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type RevocationOrigin Modifier and Type Method Description List<RevocationOrigin>
XmlFoundRevocation. getOrigins()
Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationOrigin Modifier and Type Method Description String
Adapter18. 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 RevocationOrigin Modifier and Type Method Description static RevocationOrigin
RevocationOrigin. valueOf(String name)
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 RevocationOrigin Modifier and Type Method Description static RevocationOrigin
RevocationOriginTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationOrigin Modifier and Type Method Description static String
RevocationOriginTypeParser. print(RevocationOrigin v)
-
Uses of RevocationOrigin in eu.europa.esig.dss.spi.x509.revocation
Fields in eu.europa.esig.dss.spi.x509.revocation declared as RevocationOrigin Modifier and Type Field Description protected RevocationOrigin
RevocationToken. externalOrigin
The external origin (ONLINE or CACHED)Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationOrigin Modifier and Type Method Description RevocationOrigin
RevocationToken. getExternalOrigin()
Methods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationOrigin Modifier and Type Method Description Map<EncapsulatedRevocationTokenIdentifier,Set<RevocationOrigin>>
OfflineRevocationSource. getAllRevocationBinariesWithOrigins()
Retrieves all found revocation binaries with their originsMap<RevocationToken<R>,Set<RevocationOrigin>>
OfflineRevocationSource. getAllRevocationTokensWithOrigins()
Returns all tokens with their originsMap<RevocationToken<R>,Set<RevocationOrigin>>
OfflineRevocationSource. 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 RevocationOrigin Modifier and Type Method Description void
OfflineRevocationSource. addBinary(EncapsulatedRevocationTokenIdentifier 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)
-
Uses of RevocationOrigin in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type RevocationOrigin Modifier and Type Method Description protected void
CMSCRLSource. addX509CRLHolder(org.bouncycastle.cert.X509CRLHolder crlHolder, RevocationOrigin origin)
Computes and storeCRLBinary
fromcrlHolder