nu.zoom.swing.desktop.plugin.portunis
Interface KeyStoreWrapper

All Known Implementing Classes:
KeyStoreHandlerImpl.KeyStoreWrapperImpl

public interface KeyStoreWrapper

Holds a KeyStore and the File the KeyStore is associated with.

Version:
$Revision: 1.1 $
Author:
$Author: johan $

Method Summary
 File getFile()
           
 ZoomKeyStore getKeyStore()
           
 KeyStoreType getType()
          Get the type of KeyStore
 

Method Detail

getType

KeyStoreType getType()
Get the type of KeyStore

Returns:
the KeyStore type (for example JKS or PKCS12)

getFile

File getFile()
Returns:
Returns the file.

getKeyStore

ZoomKeyStore getKeyStore()
Returns:
Returns the keyStore.


Copyright © 2011. All Rights Reserved.