Uses of Interface
org.soulwing.s2ks.KeyPairStorage
-
Packages that use KeyPairStorage Package Description org.soulwing.s2ks API packageorg.soulwing.s2ks.spi Service provider interface -
-
Uses of KeyPairStorage in org.soulwing.s2ks
Methods in org.soulwing.s2ks that return KeyPairStorage Modifier and Type Method Description static KeyPairStorageKeyPairStorageLocator. getInstance(java.lang.String provider, java.util.Properties configuration)Gets a new key pair storage instance from the specified provider.static KeyPairStorageKeyPairStorageLocator. 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. -
Uses of KeyPairStorage in org.soulwing.s2ks.spi
Methods in org.soulwing.s2ks.spi that return KeyPairStorage Modifier and Type Method Description KeyPairStorageKeyPairStorageProvider. getInstance(java.util.Properties configuration)Gets a key pair storage instance from this provider.
-