Class KeyPairStorageLocator


  • public final class KeyPairStorageLocator
    extends java.lang.Object
    A service locator for KeyPairStorage.
    Author:
    Carl Harris
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static KeyPairStorage getInstance​(java.lang.String provider, java.util.Properties configuration)
      Gets a new key pair storage instance from the specified provider.
      static KeyPairStorage getInstance​(java.lang.String provider, java.util.Properties configuration, java.util.function.Supplier<java.util.ServiceLoader<KeyPairStorageProvider>> loader)
      Gets a new key pair storage instance from the specified provider.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyPairStorageLocator

        public KeyPairStorageLocator()