java.lang.Object
java.net.spi.URLStreamHandlerProvider
com.ibm.crypto.ibmjcehybrid.provider.safkeyring.Provider
All Implemented Interfaces:
URLStreamHandlerFactory

public class Provider extends URLStreamHandlerProvider
A URL stream handler provider that returns a URL stream handler that can handle the "safkeyringjcehybrid" URL protocol.
  • Constructor Details

    • Provider

      public Provider()
  • Method Details

    • createURLStreamHandler

      public URLStreamHandler createURLStreamHandler(String protocol)
      Creates a new URLStreamHandler 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.