BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.dex.keystore.manager.IKeystoreManager Interface Reference
Inheritance diagram for eu.baltrad.dex.keystore.manager.IKeystoreManager:
eu.baltrad.dex.keystore.manager.impl.KeystoreManager

Public Member Functions

List< Keyload ()
 
Key load (int id)
 
Key load (String name)
 
int store (Key key) throws Exception
 
int update (Key key) throws Exception
 
int delete (int id)
 

Detailed Description

Keystore manager interface.

Author
Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
Version
1.6.0
Since
1.6.0

Member Function Documentation

◆ delete()

int eu.baltrad.dex.keystore.manager.IKeystoreManager.delete ( int id)

◆ load() [1/3]

List< Key > eu.baltrad.dex.keystore.manager.IKeystoreManager.load ( )

◆ load() [2/3]

Key eu.baltrad.dex.keystore.manager.IKeystoreManager.load ( int id)

◆ load() [3/3]

Key eu.baltrad.dex.keystore.manager.IKeystoreManager.load ( String name)

◆ store()

int eu.baltrad.dex.keystore.manager.IKeystoreManager.store ( Key key) throws Exception

◆ update()

int eu.baltrad.dex.keystore.manager.IKeystoreManager.update ( Key key) throws Exception

The documentation for this interface was generated from the following file: