Uses of Class
eu.europa.esig.dss.enumerations.RevocationRefOrigin
-
Uses of RevocationRefOrigin in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type RevocationRefOrigin Modifier and Type Method Description List<RevocationRefOrigin>
RevocationRefWrappper. getOrigins()
Returns a list of revocation reference originsMethods in eu.europa.esig.dss.diagnostic with parameters of type RevocationRefOrigin Modifier and Type Method Description List<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByRefOrigin(RevocationRefOrigin refOrigin)
Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the given reference originList<RelatedRevocationWrapper>
FoundRevocationsProxy. getRelatedRevocationsByRefOrigin(RevocationRefOrigin refOrigin)
Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the given revocation origin -
Uses of RevocationRefOrigin in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type RevocationRefOrigin Modifier and Type Field Description protected List<RevocationRefOrigin>
XmlRevocationRef. origins
Methods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationRefOrigin Modifier and Type Method Description RevocationRefOrigin
Adapter19. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type RevocationRefOrigin Modifier and Type Method Description List<RevocationRefOrigin>
XmlRevocationRef. getOrigins()
Gets the value of the origins property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type RevocationRefOrigin Modifier and Type Method Description String
Adapter19. marshal(RevocationRefOrigin value)
-
Uses of RevocationRefOrigin in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return RevocationRefOrigin Modifier and Type Method Description static RevocationRefOrigin
RevocationRefOrigin. valueOf(String name)
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
Methods in eu.europa.esig.dss.jaxb.parsers that return RevocationRefOrigin Modifier and Type Method Description static RevocationRefOrigin
RevocationRefOriginParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationRefOrigin Modifier and Type Method Description static String
RevocationRefOriginParser. print(RevocationRefOrigin v)
-
Uses of RevocationRefOrigin in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationRefOrigin Modifier and Type Method Description Map<RevocationRef<R>,Set<RevocationRefOrigin>>
OfflineRevocationSource. findRefsAndOriginsForBinary(EncapsulatedRevocationTokenIdentifier identifier)
Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
s for a givenEncapsulatedRevocationTokenIdentifier
Map<RevocationRef<R>,Set<RevocationRefOrigin>>
OfflineRevocationSource. findRefsAndOriginsForRevocationToken(RevocationToken<R> revocationToken)
Retrieves a Map of foundRevocationRef
with their origins for the givenRevocationToken
Map<RevocationRef<R>,Set<RevocationRefOrigin>>
OfflineRevocationSource. getOrphanRevocationReferencesWithOrigins()
Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
sMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRefOrigin Modifier and Type Method Description void
OfflineRevocationSource. addRevocationReference(RevocationRef<R> reference, RevocationRefOrigin origin)
This method adds a revocation reference with its origin