Uses of Enum
eu.europa.esig.dss.spi.client.http.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl with parameters of type ProtocolModifier and TypeMethodDescriptionvoidOnlineCRLSource.setPreferredProtocol(Protocol preferredProtocol) This method allows to set the preferred protocol. -
Uses of Protocol in eu.europa.esig.dss.spi.client.http
Methods in eu.europa.esig.dss.spi.client.http that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolThis method try to retrieve the protocol indicated by the given URL string.static ProtocolReturns the enum constant of this type with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Protocol in eu.europa.esig.dss.spi.x509.aia
Method parameters in eu.europa.esig.dss.spi.x509.aia with type arguments of type ProtocolModifier and TypeMethodDescriptionvoidDefaultAIASource.setAcceptedProtocols(Collection<Protocol> acceptedProtocols) Defines a set of protocols to be accepted and used by the AIA Source.