Interface KeyPairStorageProvider


  • public interface KeyPairStorageProvider
    A service provider of KeyPairStorage.
    Author:
    Carl Harris
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of this provider.
        Returns:
        provider name
      • getInstance

        KeyPairStorage getInstance​(java.util.Properties configuration)
                            throws java.lang.Exception
        Gets a key pair storage instance from this provider.
        Parameters:
        configuration - configuration properties
        Returns:
        key storage instance
        Throws:
        java.lang.Exception - to indicate that an instance could not be initialized