TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

Uses of Interface
de.schlichtherle.truezip.key.SafeKey

Packages that use SafeKey
de.schlichtherle.truezip.crypto.raes.param Provides AES cipher parameters for use as the key for the class PromptingKeyProvider
de.schlichtherle.truezip.key A generic, extensible manager for keys of arbitrary type required to create or open protected resources. 
 

Uses of SafeKey in de.schlichtherle.truezip.crypto.raes.param
 

Classes in de.schlichtherle.truezip.crypto.raes.param that implement SafeKey
 class AesCipherParameters
          A Java bean which holds AES cipher parameters.
 

Uses of SafeKey in de.schlichtherle.truezip.key
 

Classes in de.schlichtherle.truezip.key with type parameters of type SafeKey
 class PromptingKeyManager<K extends SafeKey<K>>
          A key manager which prompts the user for a key if required.
private static class PromptingKeyManager.PromptingKeyProviderFactory<K extends SafeKey<K>>
          A factory for PromptingKeyProviders.
 class PromptingKeyProvider<K extends SafeKey<K>>
          A "safe" key provider which prompts the user for a key for its protected resource.
static interface PromptingKeyProvider.UI<K extends SafeKey<K>>
          Used for the actual prompting of the user for a key (a password for example) which is required to access a protected resource.
 class SafeKeyManager<K extends SafeKey<K>,P extends SafeKeyProvider<K>>
          Uses a map to hold the safe key providers managed by this instance.
 class SafeKeyProvider<K extends SafeKey<K>>
          Provides the base functionality required to implement a "safe" key provider.
 

Fields in de.schlichtherle.truezip.key declared as SafeKey
private  K PromptingKeyProvider.key
           
 

Methods in de.schlichtherle.truezip.key with type parameters of type SafeKey
(package private) abstract
<K extends SafeKey<K>>
K
PromptingKeyProvider.State.getCreateKey(PromptingKeyProvider<K> provider)
           
(package private) abstract
<K extends SafeKey<K>>
K
PromptingKeyProvider.State.getOpenKey(PromptingKeyProvider<K> provider, boolean invalid)
           
(package private) abstract
<K extends SafeKey<K>>
void
PromptingKeyProvider.State.resetCancelledKey(PromptingKeyProvider<K> provider)
           
(package private) abstract
<K extends SafeKey<K>>
void
PromptingKeyProvider.State.setKey(PromptingKeyProvider<K> provider, K key)
           
 


TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

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