Interface KeyManagementServiceFactory<T>


  • public interface KeyManagementServiceFactory<T>
    KeyManagementServiceFactory is a factory to instantiate a KeyManagementService.

    Usually called with the canonical class name and as such might have to support appropriate (multiple) constructors.

    • Method Detail

      • getKeyManagementService

        KeyManagementService<T> getKeyManagementService()
                                                 throws java.security.GeneralSecurityException
        Returns an instance of the KeyManagementService that the factory generates.
        Returns:
        an instance of KeyManagementService generated by this factory.
        Throws:
        java.security.GeneralSecurityException - on any exception during instantiation