Uses of Enum Class
eu.europa.esig.dss.spi.client.http.Protocol
Package
Description
-
Uses of Protocol in eu.europa.esig.dss.service.crl
Modifier and TypeMethodDescriptionvoid
OnlineCRLSource.setPreferredProtocol
(Protocol preferredProtocol) This method allows to set the preferred protocol. -
Uses of Protocol in eu.europa.esig.dss.spi.client.http
Modifier and TypeMethodDescriptionstatic Protocol
This method try to retrieve the protocol indicated by the given URL string.static Protocol
Returns the enum constant of this class with the specified name.static Protocol[]
Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Protocol in eu.europa.esig.dss.spi.x509.aia
Modifier and TypeMethodDescriptionvoid
DefaultAIASource.setAcceptedProtocols
(Collection<Protocol> acceptedProtocols) Defines a set of protocols to be accepted and used by the AIA Source.