Class ClientKeystoreDao


  • public class ClientKeystoreDao
    extends AbstractDao
    Provides a Client Key Store entity.
    • Constructor Detail

      • ClientKeystoreDao

        public ClientKeystoreDao()
    • Method Detail

      • saveClientKeystore

        public ClientKeystore saveClientKeystore​(Client client,
                                                 byte[] keystoreData,
                                                 String createdBy)
        Save the give key store data to the client.
        Parameters:
        client - the client organization
        keystoreData - the key store data
        createdBy - the user creating the key store
        Returns:
        the new client key store