Uses of Interface
org.soulwing.s2ks.KeyStorage
-
Packages that use KeyStorage Package Description org.soulwing.s2ks API packageorg.soulwing.s2ks.spi Service provider interface -
-
Uses of KeyStorage in org.soulwing.s2ks
Subinterfaces of KeyStorage in org.soulwing.s2ks Modifier and Type Interface Description interfaceMutableKeyStorageAKeyStorageprovider that provides the ability to store new keys at runtime.Methods in org.soulwing.s2ks that return KeyStorage Modifier and Type Method Description static KeyStorageKeyStorageLocator. getInstance(java.lang.String provider, java.util.Properties properties)Gets a new key storage instance from the specified provider.static KeyStorageKeyStorageLocator. getInstance(java.lang.String provider, java.util.Properties properties, java.util.function.Supplier<java.util.ServiceLoader<KeyStorageProvider>> loader)Gets a new key storage instance from the specified provider. -
Uses of KeyStorage in org.soulwing.s2ks.spi
Methods in org.soulwing.s2ks.spi that return KeyStorage Modifier and Type Method Description KeyStorageKeyStorageProvider. getInstance(java.util.Properties properties)Gets a key storage instance from this provider.
-