C# Class Bit.Core.Services.CipherService

Inheritance: ICipherService
Show file Open project: bitwarden/core

Public Methods

Method Description
CipherService ( ICipherRepository cipherRepository, IPushService pushService ) : System
DeleteAsync ( Cipher cipher ) : System.Threading.Tasks.Task
ImportCiphersAsync ( List folders, List ciphers, int>.IEnumerable folderRelationships ) : System.Threading.Tasks.Task
SaveAsync ( Cipher cipher ) : System.Threading.Tasks.Task

Method Details

CipherService() public method

public CipherService ( ICipherRepository cipherRepository, IPushService pushService ) : System
cipherRepository ICipherRepository
pushService IPushService
return System

DeleteAsync() public method

public DeleteAsync ( Cipher cipher ) : System.Threading.Tasks.Task
cipher Cipher
return System.Threading.Tasks.Task

ImportCiphersAsync() public method

public ImportCiphersAsync ( List folders, List ciphers, int>.IEnumerable folderRelationships ) : System.Threading.Tasks.Task
folders List
ciphers List
folderRelationships int>.IEnumerable
return System.Threading.Tasks.Task

SaveAsync() public method

public SaveAsync ( Cipher cipher ) : System.Threading.Tasks.Task
cipher Cipher
return System.Threading.Tasks.Task