Module ibm.crypto.ibmjcehybrid
Class Provider
- java.lang.Object
-
- java.net.spi.URLStreamHandlerProvider
-
- com.ibm.crypto.ibmjcehybrid.provider.safkeyring.Provider
-
- All Implemented Interfaces:
java.net.URLStreamHandlerFactory
public class Provider extends java.net.spi.URLStreamHandlerProvider
A URL stream handler provider that returns a URL stream handler that can handle the"safkeyringjcehybrid"
URL protocol.
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URLStreamHandler
createURLStreamHandler​(java.lang.String protocol)
Creates a newURLStreamHandler
instance with the specified protocol.
-
-
-
Method Detail
-
createURLStreamHandler
public java.net.URLStreamHandler createURLStreamHandler​(java.lang.String protocol)
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.
-
-