TrueZIP Driver ZIP.RAES (TZP) 7.3-rc-1
A B C D E F G H I K L M N O P R S T U V W Y Z 

G

get(Class<P>) - Method in class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters
 
get(Class<P>) - Method in interface de.schlichtherle.truezip.crypto.raes.RaesParametersProvider
Requests a RaesParameters instance of the given type.
get() - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.PromptingKeyManagerService
 
get() - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriverService
 
get(Class<K>) - Method in class de.schlichtherle.truezip.key.AbstractKeyManagerProvider
 
get() - Method in class de.schlichtherle.truezip.key.AbstractKeyManagerProvider
Returns an unmodifiable map of secret key classes to key managers.
get(Class<K>) - Method in interface de.schlichtherle.truezip.key.KeyManagerProvider
Returns the key manager for the given secret key class.
get() - Method in class de.schlichtherle.truezip.key.sl.KeyManagerLocator
 
getAlgorithmName() - Method in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
getAnyShowingWindow() - Static method in class de.schlichtherle.truezip.awt.Windows
 
getAnyShowingWindow(Window[]) - Static method in class de.schlichtherle.truezip.awt.Windows
 
getAuthenticationMethod() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
Returns the authentication method selected by the user.
getAuthenticationTrigger() - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ParanoidZipRaesDriver
 
getAuthenticationTrigger() - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.SafeZipRaesDriver
 
getAuthenticationTrigger() - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
Constructs a new abstract ZIP.RAES driver which uses the given byte size to trigger verification of the Message Authentication Code (MAC).
getBlockCounter() - Method in interface de.schlichtherle.truezip.crypto.SeekableBlockCipher
Returns the index of the block, starting at 0, which will be processed next when BlockCipher.processBlock(byte[], int, byte[], int) is called.
getBlockCounter() - Method in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
getBlockSize() - Method in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
getEntry(FsEntryName) - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesController
 
getError() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.KeyPanel
Getter for property error.
getError() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.ReadKeyPanel
 
getError() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.WriteKeyPanel
 
getExtraDataUI() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.WriteKeyPanel
Getter for property extraDataUI.
getFeedback() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.KeyPanel
Returns the feedback to run when this panel is shown in its ancestor window.
getFilePointer() - Method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
 
getInstance(OutputStream, RaesParameters) - Static method in class de.schlichtherle.truezip.crypto.raes.RaesOutputStream
Returns a new instance of an RaesOutputStream.
getInstance(File, RaesParameters) - Static method in class de.schlichtherle.truezip.crypto.raes.RaesReadOnlyFile
Creates a new instance of RaesReadOnlyFile.
getInstance(ReadOnlyFile, RaesParameters) - Static method in class de.schlichtherle.truezip.crypto.raes.RaesReadOnlyFile
Returns a new instance of an RaesReadOnlyFile.
getInvalidKeyFeedback() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AesCipherParametersView
 
getKey() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider.BaseController
 
getKey() - Method in interface de.schlichtherle.truezip.key.PromptingKeyProvider.Controller
Returns the protected resource's key.
getKey() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
 
getKey() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider.ReadController
 
getKey(PromptingKeyProvider<K>) - Method in enum de.schlichtherle.truezip.key.PromptingKeyProvider.State
 
getKey() - Method in class de.schlichtherle.truezip.key.SafeKeyProvider
 
getKey0() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
 
getKeyFile() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
Returns the key file.
getKeyFileDocument() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
 
getKeyManager() - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
 
getKeyProvider(URI) - Method in interface de.schlichtherle.truezip.key.KeyManager
Returns the key provider for the given protected resource.
getKeyProvider(URI) - Method in class de.schlichtherle.truezip.key.PromptingKeyManager
 
getKeyProvider(URI) - Method in class de.schlichtherle.truezip.key.SafeKeyManager
 
getKeyProviderSyncStrategy() - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
Returns the key provider sync strategy, which is ZipRaesDriver.KeyProviderSyncStrategy.RESET_CANCELLED_KEY.
getKeyStrength() - Method in class de.schlichtherle.truezip.crypto.raes.param.AesCipherParameters
Returns the AES cipher key strength, which defaults to Type0RaesParameters.KeyStrength.BITS_256.
getKeyStrength() - Method in class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters.Type0
 
getKeyStrength() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AesKeyStrengthPanel
Returns the value of the property keyStrength.
getKeyStrength() - Method in class de.schlichtherle.truezip.crypto.raes.RaesOutputStream
Returns the key strength which is actually used to encrypt the data of the RAES file.
getKeyStrength() - Method in class de.schlichtherle.truezip.crypto.raes.RaesReadOnlyFile
Returns the key strength which is actually used to decrypt the data of the RAES file.
getKeyStrength() - Method in class de.schlichtherle.truezip.crypto.raes.Type0RaesOutputStream
 
getKeyStrength() - Method in interface de.schlichtherle.truezip.crypto.raes.Type0RaesParameters
Returns the key strength to use for creating or overwriting the RAES file.
getKeyStrength() - Method in class de.schlichtherle.truezip.crypto.raes.Type0RaesReadOnlyFile
 
getLastFocusedWindow() - Static method in class de.schlichtherle.truezip.awt.Windows
Returns the last window which received the focus.
getNonNullKey() - Method in class de.schlichtherle.truezip.key.SafeKeyProvider
 
getOutputSocket(FsController<?>, FsEntryName, BitField<FsOutputOption>, Entry) - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
Sets FsOutputOption.STORE in options before forwarding the call to controller.
getParentWindow() - Static method in class de.schlichtherle.truezip.awt.Windows
Returns a suitable parent window, which is the last explicitly set and still showing parent window or any of its showing parent windows, the last focused and still showing window or any of its showing parent windows or any other showing window - whichever is found first.
getPassword() - Method in class de.schlichtherle.truezip.crypto.raes.param.AesCipherParameters
Returns a protective copy of the password char array.
getPriority() - Method in interface de.schlichtherle.truezip.key.KeyManager
Returns a priority to help the key manager service locator.
getPriority() - Method in class de.schlichtherle.truezip.key.SafeKeyManager
 
getRaesParameters(FsModel) - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
Returns the RaesParameters for the given file system model.
getReadKey(boolean) - Method in interface de.schlichtherle.truezip.key.KeyProvider
Retrieves the secret key for the decryption of a protected resource.
getReadKey(boolean) - Method in class de.schlichtherle.truezip.key.SafeKeyProvider
Retrieves the secret key for the decryption of a protected resource.
getReadPassword(boolean) - Method in class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters.Type0
 
getReadPassword(boolean) - Method in interface de.schlichtherle.truezip.crypto.raes.Type0RaesParameters
Returns the password required to open the RAES type 0 file for reading.
getResource() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.KeyPanel
Getter for property resource.
getResource() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.ReadKeyPanel
 
getResource() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.WriteKeyPanel
 
getResource() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider.BaseController
 
getResource() - Method in interface de.schlichtherle.truezip.key.PromptingKeyProvider.Controller
Returns the unique resource identifier (resource ID) of the protected resource for which this controller is used.
getResource() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
Returns the unique resource identifier (resource ID) of the protected resource for which this key provider is used.
getResource(PromptingKeyProvider<K>) - Method in enum de.schlichtherle.truezip.key.PromptingKeyProvider.State
 
getState() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider.BaseController
 
getState() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
 
getUnderlyingCipher() - Method in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
Returns the underlying block cipher which we are decorating.
getUnknownKeyFeedback() - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AesCipherParametersView
 
getView() - Method in class de.schlichtherle.truezip.key.PromptingKeyManager
 
getView() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
 
getWriteKey() - Method in interface de.schlichtherle.truezip.key.KeyProvider
Retrieves the secret key for the encryption of a protected resource.
getWriteKey() - Method in class de.schlichtherle.truezip.key.SafeKeyProvider
Retrieves the secret key for the encryption of a protected resource.
getWritePassword() - Method in class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters.Type0
 
getWritePassword() - Method in interface de.schlichtherle.truezip.crypto.raes.Type0RaesParameters
Returns the password required to create or overwrite the RAES type 0 file.
A B C D E F G H I K L M N O P R S T U V W Y Z 
TrueZIP Driver ZIP.RAES (TZP) 7.3-rc-1

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