nu.zoom.swing.desktop.plugin.portunis.impl
Class KeyStoreHandlerImpl.KeyStoreWrapperImpl

java.lang.Object
  extended by nu.zoom.swing.desktop.plugin.portunis.impl.KeyStoreHandlerImpl.KeyStoreWrapperImpl
All Implemented Interfaces:
KeyStoreWrapper
Enclosing class:
KeyStoreHandlerImpl

public static class KeyStoreHandlerImpl.KeyStoreWrapperImpl
extends Object
implements KeyStoreWrapper


Constructor Summary
KeyStoreHandlerImpl.KeyStoreWrapperImpl()
           
 
Method Summary
 File getFile()
           
 ZoomKeyStore getKeyStore()
           
 KeyStoreType getType()
          Get the type of KeyStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreHandlerImpl.KeyStoreWrapperImpl

public KeyStoreHandlerImpl.KeyStoreWrapperImpl()
Method Detail

getType

public KeyStoreType getType()
Description copied from interface: KeyStoreWrapper
Get the type of KeyStore

Specified by:
getType in interface KeyStoreWrapper
Returns:
the KeyStore type (for example JKS or PKCS12)

getFile

public File getFile()
Specified by:
getFile in interface KeyStoreWrapper
Returns:
Returns the file.

getKeyStore

public ZoomKeyStore getKeyStore()
Specified by:
getKeyStore in interface KeyStoreWrapper
Returns:
Returns the keyStore.


Copyright © 2010. All Rights Reserved.