Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
net.java.truecommons.key.spec |
Provides an extensible manager for generic keys required for writing or
reading protected resources, for example encrypted files.
|
net.java.truecommons.key.spec.prompting |
Provides a key manager which promps users for
keys.
|
net.java.truecommons.key.spec.sl |
Provides singletons to locate service providers on the class path.
|
net.java.truecommons.key.spec.unknown |
Provides a complete key manager implementation which fails to resolve any
keys.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputSocket<E extends Entry>
Abstract base class for input sockets.
|
class |
AbstractIoSocket<E extends Entry>
Abstract base class for I/O sockets.
|
class |
AbstractOutputSocket<E extends Entry>
Abstract base class for output sockets.
|
class |
DecoratingContainer<E extends Entry,C extends Container<E>>
An abstract decorator for an entry container.
|
class |
DecoratingEntry<E extends Entry>
An abstract decorator for an entry.
|
class |
DecoratingInputService<E extends Entry>
An abstract decorator for an input service.
|
class |
DecoratingInputSocket<E extends Entry>
An abstract decorator for an input socket.
|
class |
DecoratingIoBuffer
An abstract decorator for an I/O buffer.
|
class |
DecoratingIoBufferPool
An abstract decorator for an I/O buffer pool.
|
class |
DecoratingOutputService<E extends Entry>
An abstract decorator for an output service.
|
class |
DecoratingOutputSocket<E extends Entry>
An abstract decorator for an output socket.
|
class |
DelegatingInputSocket<E extends Entry>
Delegates all methods to another input socket.
|
class |
DelegatingOutputSocket<E extends Entry>
Delegates all methods to another output socket.
|
class |
IoBufferPool
An abstract pool for allocating I/O buffers, which can get used as a
volatile storage for bulk I/O.
|
class |
MemoryBufferPool
A pool of I/O buffers which share their contents with
byte buffers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyManager<K>
An abstract key manager.
|
class |
AbstractKeyManagerMap
An abstract key manager map.
|
class |
AbstractKeyProvider<K>
An abstract key provider.
|
Modifier and Type | Class and Description |
---|---|
class |
PromptingKeyManager<K extends PromptingKey<K>>
A key manager which prompts the user for a secret key if required.
|
class |
PromptingKeyManagerMap
Implements a map for a single prompting key manager which will use the
prompting key provider view given to the
constructor.
|
class |
PromptingKeyProvider<K extends PromptingKey<K>>
A key provider which prompts the user for a key for its protected resource.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyManagerMapLocator
A container of the singleton immutable map of all known file system schemes
to file system drivers.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownKeyManager
This key manager fails to resolve any keys.
|
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.