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 newURLStreamHandlerinstance with the specified protocol.
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
createURLStreamHandler
Creates a newURLStreamHandlerinstance with the specified protocol.- Parameters:
protocol- URL protocol, such as"safkeyringjcehybrid"- Returns:
- a
URLStreamHandlerfor the specified protocol, or null if a handler for the specified protocol cannot be created.
-