TrueZIP 6.8

Uses of Class
de.schlichtherle.key.UnknownKeyException

Packages that use UnknownKeyException
de.schlichtherle.key An extensible, generalized manager for keys of arbitrary type required to create or open protected resources. 
 

Uses of UnknownKeyException in de.schlichtherle.key
 

Subclasses of UnknownKeyException in de.schlichtherle.key
 class KeyPromptingCancelledException
          Thrown to indicate that the retrieval of the key to open or create a protected resource has been cancelled.
 class KeyPromptingDisabledException
          Thrown to indicate that the retrieval of the key to open or create a protected resource has been disabled.
 class KeyPromptingInterruptedException
          Thrown to indicate that prompting for a key to open or create a protected resource has been interrupted.
 class KeyPromptingTimeoutException
          Thrown to indicate that prompting for a key to open or create a protected resource has timed out.
 

Methods in de.schlichtherle.key that throw UnknownKeyException
 Object KeyProvider.getCreateKey()
          Returns the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
 Object AbstractKeyProvider.getCreateKey()
          Forwards the call to AbstractKeyProvider.getCreateKeyImpl().
 Object PromptingKeyProvider.getCreateKeyImpl()
          Returns a clone of the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
protected  Object AbstractKeyProvider.getCreateKeyImpl()
          Returns the key which should be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
 Object KeyProvider.getOpenKey()
          Returns the key which may be used to open an existing protected resource in order to access its contents.
 Object AbstractKeyProvider.getOpenKey()
          Forwards the call to AbstractKeyProvider.getOpenKeyImpl() and enforces a three seconds suspension penalty if AbstractKeyProvider.invalidOpenKey() was called by the same thread before.
protected  Object PromptingKeyProvider.getOpenKeyImpl()
          Returns a clone of the key which may be used to open an existing protected resource in order to access its contents.
protected  Object AbstractKeyProvider.getOpenKeyImpl()
          Returns the key which should be used to open an existing protected resource in order to access its contents.
 


TrueZIP 6.8

Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.