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 allOrphanRevocationWrappers used for the signature validation process with the given reference originList<RelatedRevocationWrapper>FoundRevocationsProxy. getRelatedRevocationsByRefOrigin(RevocationRefOrigin refOrigin)Returns a list of allRelatedRevocationWrappers 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. originsMethods in eu.europa.esig.dss.diagnostic.jaxb that return RevocationRefOrigin Modifier and Type Method Description RevocationRefOriginAdapter19. 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 StringAdapter19. 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 RevocationRefOriginRevocationRefOrigin. 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 RevocationRefOriginRevocationRefOriginParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type RevocationRefOrigin Modifier and Type Method Description static StringRevocationRefOriginParser. 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 orphanRevocationRefwith theirRevocationRefOrigins for a givenEncapsulatedRevocationTokenIdentifierMap<RevocationRef<R>,Set<RevocationRefOrigin>>OfflineRevocationSource. findRefsAndOriginsForRevocationToken(RevocationToken<R> revocationToken)Retrieves a Map of foundRevocationRefwith their origins for the givenRevocationTokenMap<RevocationRef<R>,Set<RevocationRefOrigin>>OfflineRevocationSource. getOrphanRevocationReferencesWithOrigins()Retrieves a Map of orphanRevocationRefwith theirRevocationRefOriginsMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRefOrigin Modifier and Type Method Description voidOfflineRevocationSource. addRevocationReference(RevocationRef<R> reference, RevocationRefOrigin origin)This method adds a revocation reference with its origin