A B C D E F G H I J K L M N O P Q R S T U V W Z

S

SafeZip32RaesDriver - Class in de.schlichtherle.io.archive.zip.raes
Deprecated. Use SafeZipRaesDriver instead.
SafeZip32RaesDriver() - Constructor for class de.schlichtherle.io.archive.zip.raes.SafeZip32RaesDriver
Deprecated.  
SafeZip32RaesDriver(int) - Constructor for class de.schlichtherle.io.archive.zip.raes.SafeZip32RaesDriver
Deprecated.  
SafeZip32RaesDriver(Icon, Icon, boolean, boolean, int, long) - Constructor for class de.schlichtherle.io.archive.zip.raes.SafeZip32RaesDriver
Deprecated.  
SafeZipRaesDriver - Class in de.schlichtherle.io.archive.zip.raes
A safe archive driver which builds RAES encrypted ZIP files.
SafeZipRaesDriver() - Constructor for class de.schlichtherle.io.archive.zip.raes.SafeZipRaesDriver
Equivalent to this(null, null, false, false, DEFAULT_LEVEL, DEFAULT_AUTHENTICATION_TRIGGER).
SafeZipRaesDriver(int) - Constructor for class de.schlichtherle.io.archive.zip.raes.SafeZipRaesDriver
Equivalent to this(null, null, false, false, level, DEFAULT_AUTHENTICATION_TRIGGER).
SafeZipRaesDriver(Icon, Icon, boolean, boolean, int, long) - Constructor for class de.schlichtherle.io.archive.zip.raes.SafeZipRaesDriver
Constructs a new safe ZIP.RAES driver.
scrollNodeToVisible(File) - Method in class de.schlichtherle.io.swing.JFileTree
 
seek(long) - Method in class de.schlichtherle.crypto.io.CipherReadOnlyFile
 
seek(long) - Method in class de.schlichtherle.io.rof.BufferedReadOnlyFile
 
seek(long) - Method in class de.schlichtherle.io.rof.ChannelReadOnlyFile
 
seek(long) - Method in class de.schlichtherle.io.rof.FastReadOnlyFile
Deprecated.  
seek(long) - Method in class de.schlichtherle.io.rof.FilterReadOnlyFile
 
seek(long) - Method in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
seek(long) - Method in interface de.schlichtherle.io.rof.ReadOnlyFile
Sets the file pointer offset, measured from the beginning of this file, at which the next read occurs.
SeekableBlockCipher - Interface in de.schlichtherle.crypto
Extends a BlockCipher in order to support random access to the blocks in a plain or cipher text.
SEPARATOR - Static variable in interface de.schlichtherle.io.archive.spi.ArchiveEntry
The entry name separator as a string.
SEPARATOR_CHAR - Static variable in interface de.schlichtherle.io.archive.spi.ArchiveEntry
The entry name separator as a character.
setArchiveDetector(ArchiveDetector) - Method in class de.schlichtherle.io.swing.FileSystemView
Sets the archive detector to use within this class.
setBlockCounter(long) - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
setBlockCounter(long) - Method in interface de.schlichtherle.crypto.SeekableBlockCipher
Sets the counter so that the block with the given index, starting at 0, can be processed next.
setComboBox(JComboBox) - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser
Sets the combo box which this object is auto completing and updates the drop down list with the auto completion for the currently selected item.
setComment(String) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Sets the file comment.
setComment(String) - Method in class de.schlichtherle.util.zip.ZipEntry
 
setComment(String) - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
setCompressedSize(long) - Method in class de.schlichtherle.util.zip.ZipEntry
Sets the Compressed Size of this entry.
setCounter(int) - Method in class de.schlichtherle.util.ThreadLocalCounter
 
setCrc(long) - Method in class de.schlichtherle.util.zip.ZipEntry
 
setDefaultArchiveDetector(ArchiveDetector) - Static method in class de.schlichtherle.io.File
This class property controls how archive files are recognized.
setDefaultSuffix(String) - Method in class de.schlichtherle.io.swing.JFileTree
Setter for bound property defaultSuffixes.
setDelay(int) - Method in class de.schlichtherle.key.passwd.swing.BasicInvalidKeyFeedback
Sets the delay for reenabling the default button in the root pane.
setDirectory(File) - Method in class de.schlichtherle.io.swing.FileComboBoxBrowser
Returns the directory which is used to complete relative path names.
setDirectory(File) - Static method in class de.schlichtherle.io.util.Temps
Sets the directory for temporary files.
setDisplayingSuffixes(boolean) - Method in class de.schlichtherle.io.swing.JFileTree
Setter for bound property displayingSuffixes.
setDosTime(long) - Method in class de.schlichtherle.util.zip.ZipEntry
 
setEditable(boolean) - Method in class de.schlichtherle.io.swing.JFileTree
 
setEditingSuffixes(boolean) - Method in class de.schlichtherle.io.swing.JFileTree
Setter for bound property editingSuffixes.
setError(String) - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Setter for property error.
setError(String) - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Setter for property error.
setExtra(byte[]) - Method in class de.schlichtherle.util.zip.ZipEntry
Sets the serialized Extra Fields by making a protective copy.
setExtraDataUI(JComponent) - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Setter for property extraDataUI.
setExtraDataUI(JComponent) - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Setter for property extraDataUI.
setFeedback(Feedback) - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Sets the feedback to run when this panel is shown in its ancestor window.
setFeedback(Feedback) - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Sets the feedback to run when this panel is shown in its ancestor window.
setInstance(KeyManager) - Static method in class de.schlichtherle.key.KeyManager
Sets the default instance of the key manager explicitly.
setInvalidCreateKeyFeedback(Feedback) - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
setInvalidOpenKeyFeedback(Feedback) - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
setKey(Object) - Method in class de.schlichtherle.key.AbstractKeyProvider
Deprecated. You should not use this method from this class. It will be moved to a subclass in the next major version release.
setKeyChangeRequested(boolean) - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Deprecated. This method should be package private.
setKeyProvider(String, KeyProvider) - Method in class de.schlichtherle.key.KeyManager
Sets the key provider programmatically.
setKeyStrength(int) - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Sets the key strength which was used when creating or overwriting the RAES file.
setKeyStrength(int) - Method in interface de.schlichtherle.key.AesKeyProvider
Sets the cipher key strength for the AES encryption.
setKeyStrength(int) - Method in class de.schlichtherle.key.passwd.swing.AesKeyStrengthPanel
Setter for property keyStrength.
setKeyStrength(int) - Method in class de.schlichtherle.key.PromptingAesKeyProvider
 
setLastModified(long) - Method in class de.schlichtherle.io.File
Sets the last modification of this file or (virtual) directory.
setLenient(boolean) - Static method in class de.schlichtherle.io.File
This class property controls whether (1) archive files and enclosed directories shall be created on the fly if they don't exist and (2) open archive entry streams should automatically be closed if they are only weakly reachable.
setLevel(int) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Sets the compression level for subsequent entries.
setLevel(int) - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
setMaxPrintExceptions(int) - Static method in exception de.schlichtherle.io.ChainableIOException
 
setMetaData(ArchiveEntryMetaData) - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Sets the meta data for this archive entry.
setMetaData(InputArchiveMetaData) - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Sets the meta data for this input archive.
setMetaData(OutputArchiveMetaData) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
setMetaData(OutputArchiveMetaData) - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Sets the meta data for this input archive.
setMetaData(ArchiveEntryMetaData) - Method in class de.schlichtherle.io.archive.spi.RfsEntry
A no-op: Does nothing.
setMetaData(ArchiveEntryMetaData) - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
setMetaData(InputArchiveMetaData) - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
setMetaData(OutputArchiveMetaData) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
setMetaData(ArchiveEntryMetaData) - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
setMetaData(InputArchiveMetaData) - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
setMetaData(OutputArchiveMetaData) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
setMethod(int) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Sets the default compression method for subsequent entries.
setMethod(int) - Method in class de.schlichtherle.util.zip.ZipEntry
Sets the compression method for this entry.
setMethod(int) - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
setModel(TreeModel) - Method in class de.schlichtherle.io.swing.JFileTree
 
setName(String) - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
setName(String) - Method in class de.schlichtherle.util.zip.ZipEntry
Resets the ZIP entry name.
setPanel(JPanel) - Method in class de.schlichtherle.key.passwd.swing.BasicFeedback
 
setPanel(JPanel) - Method in interface de.schlichtherle.key.passwd.swing.Feedback
Sets the panel which is used to provide feedback.
setParentWindow(Window) - Static method in class de.schlichtherle.key.passwd.swing.PromptingKeyManager
Deprecated. You shouldn't use this method any more, but rely on the implementation in getParentWindow().
setPasswdPanel(JPanel) - Method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
Sets the panel which should be used to enter the password.
setPlatform(short) - Method in class de.schlichtherle.util.zip.ZipEntry
 
setPrompting(boolean) - Static method in class de.schlichtherle.key.PromptingKeyManager
Enables or disables prompting mode.
setPromptingImpl(boolean) - Method in class de.schlichtherle.key.PromptingKeyManager
Called by PromptingKeyManager.isPrompting() on the default key manager instance in order to implement its behaviour and allow subclasses to override it.
setReadOnly() - Method in class de.schlichtherle.io.File
Like the super class implementation, but is aware of archive files in its path.
setResourceID(String) - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Setter for property resourceID.
setResourceID(String) - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Setter for property resourceID.
setSelectionNode(File) - Method in class de.schlichtherle.io.swing.JFileTree
 
setSelectionNodes(File[]) - Method in class de.schlichtherle.io.swing.JFileTree
 
setSize(long) - Method in class de.schlichtherle.util.zip.ZipEntry
Sets the (Uncompressed) Size of this entry.
setTime(long) - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Sets the last modification time of this archive entry.
setTime(long) - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Sets the file's last modification time.
setTime(long) - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
setTime(long) - Method in class de.schlichtherle.util.zip.ZipEntry
 
setUnknownOpenKeyFeedback(Feedback) - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
setUnkownCreateKeyFeedback(Feedback) - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
setValue(long) - Method in class de.schlichtherle.util.ThreadLocalLong
 
SharedKeyProvider - Class in de.schlichtherle.key
Deprecated. The class name is a misnomer: Use AbstractKeyProvider instead.
SharedKeyProvider() - Constructor for class de.schlichtherle.key.SharedKeyProvider
Deprecated.  
SICSeekableBlockCipher - Class in de.schlichtherle.crypto.modes
Implements the Segmented Integer Counter (SIC) alias Counter (CTR) mode on top of a simple block cipher.
SICSeekableBlockCipher(BlockCipher) - Constructor for class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
Basic constructor.
SimpleReadOnlyFile - Class in de.schlichtherle.io.rof
A ReadOnlyFile implementation using a RandomAccessFile.
SimpleReadOnlyFile(File) - Constructor for class de.schlichtherle.io.rof.SimpleReadOnlyFile
 
size() - Method in class de.schlichtherle.io.util.LEDataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
size() - Method in class de.schlichtherle.util.CanonicalStringSet
 
size() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the number of entries in this ZIP compatible file.
size() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the number of ZIP entries written so far.
size() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
skip(long) - Method in class de.schlichtherle.io.rof.ReadOnlyFileInputStream
 
skip(long) - Method in class de.schlichtherle.io.util.SynchronizedInputStream
 
skipBytes(int) - Method in class de.schlichtherle.io.rof.AbstractReadOnlyFile
Deprecated. Use ReadOnlyFile.seek(long) instead.
skipBytes(int) - Method in interface de.schlichtherle.io.rof.ReadOnlyFile
Deprecated. Use ReadOnlyFile.seek(long) instead.
sortAppearance() - Method in exception de.schlichtherle.io.ChainableIOException
Sorts the elements of this exception chain in descending order of their appearance.
sortPriority() - Method in exception de.schlichtherle.io.ChainableIOException
Sorts the elements of this exception chain in descending order of their priority.
split(String) - Static method in class de.schlichtherle.io.util.Paths
Deprecated. Equivalent to split(path, File.separatorChar).
split(String, char) - Static method in class de.schlichtherle.io.util.Paths
Deprecated. Splits a path into its parent path and its base name, recognizing platform specific file system roots.
split(String, char, String[]) - Static method in class de.schlichtherle.io.util.Paths
Deprecated. Same as Paths.split(String, char), but uses the given array split to store the result.
startAnimation() - Method in class de.schlichtherle.key.passwd.swing.BasicFeedback
Starts the visual feedback.
startAnimation() - Method in class de.schlichtherle.key.passwd.swing.BasicInvalidKeyFeedback
 
startAnimation() - Method in class de.schlichtherle.key.passwd.swing.HurlingWindowFeedback
 
startEditingAtPath(TreePath) - Method in class de.schlichtherle.io.swing.JFileTree
 
startSound() - Method in class de.schlichtherle.key.passwd.swing.BasicFeedback
Starts the audible feedback.
stopEditing() - Method in class de.schlichtherle.io.swing.JFileTree
 
STORED - Static variable in class de.schlichtherle.util.zip.ZipEntry
Compression method for uncompressed (stored) entries.
storeDirectory(ArchiveEntry) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
Deprecated. This method will be removed in the next major version number release and should be implemented as getOutputStream(entry, null).close().
storeDirectory(ArchiveEntry) - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Deprecated. This method will be removed in the next major version number release and should be implemented as getOutputStream(entry, null).close().
storeDirectory(ArchiveEntry) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
Deprecated. This method will be removed in the next major version number release and should be implemented as getOutputStream(entry, null).close().
storeDirectory(ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
Deprecated. This method will be removed in the next major version number release and should be implemented as getOutputStream(entry, null).close().
structureChanged(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Reloads the tree structure for the given node.
SuffixSet - Class in de.schlichtherle.io.util
An ordered set of canonicalized suffixes.
SuffixSet() - Constructor for class de.schlichtherle.io.util.SuffixSet
Constructs a new, empty suffix set.
SuffixSet(String) - Constructor for class de.schlichtherle.io.util.SuffixSet
Constructs a new suffix set from the given suffix list.
SuffixSet(Collection) - Constructor for class de.schlichtherle.io.util.SuffixSet
Constructs a new suffix set by adding the canonical form of all suffixes for all suffix lists in the given collection.
SynchronizedInputStream - Class in de.schlichtherle.io.util
A decorator which synchronizes all access to an InputStream via an object provided to its constructor.
SynchronizedInputStream(InputStream) - Constructor for class de.schlichtherle.io.util.SynchronizedInputStream
Constructs a new synchronized input stream.
SynchronizedInputStream(InputStream, Object) - Constructor for class de.schlichtherle.io.util.SynchronizedInputStream
Constructs a new synchronized input stream.
SynchronizedOutputStream - Class in de.schlichtherle.io.util
A decorator which synchronizes all access to an OutputStream via an object provided to its constructor.
SynchronizedOutputStream(OutputStream) - Constructor for class de.schlichtherle.io.util.SynchronizedOutputStream
Constructs a new synchronized output stream.
SynchronizedOutputStream(OutputStream, Object) - Constructor for class de.schlichtherle.io.util.SynchronizedOutputStream
Constructs a new synchronized output stream.

A B C D E F G H I J K L M N O P Q R S T U V W Z