Module ibm.crypto.ibmjcehybrid
Class Provider
java.lang.Object
java.net.spi.URLStreamHandlerProvider
com.ibm.crypto.ibmjcehybrid.provider.safkeyring.Provider
- All Implemented Interfaces:
URLStreamHandlerFactory
A URL stream handler provider that returns a URL stream handler that can
handle the
"safkeyringjcehybrid"
URL protocol.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateURLStreamHandler
(String protocol) Creates a newURLStreamHandler
instance with the specified protocol.
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
createURLStreamHandler
Creates a newURLStreamHandler
instance with the specified protocol.- Parameters:
protocol
- URL protocol, such as"safkeyringjcehybrid"
- Returns:
- a
URLStreamHandler
for the specified protocol, or null if a handler for the specified protocol cannot be created.
-