Package | Description |
---|---|
net.java.truecommons.key.spec.common |
Provides interfaces and classes for cryptographic parameters which are
specific to common algorithms, for example the Advanced Encryption Standard
(AES).
|
net.java.truecommons.key.spec.prompting |
Provides a key manager which promps users for
keys.
|
Modifier and Type | Class and Description |
---|---|
class |
AesPbeParameters
A JavaBean which holds password based encryption parameters for use with the
AES cipher.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PromptingKey<K extends PromptingKey<K>>
A prompting key for writing and reading protected resources.
|
static interface |
PromptingKey.Controller<K extends PromptingKey<K>>
Proxies access to the key for
PromptingKey.View implementations. |
static interface |
PromptingKey.View<K extends PromptingKey<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 |
PromptingKeyManager<K extends PromptingKey<K>>
A key manager which prompts the user for a secret key if required.
|
class |
PromptingKeyProvider<K extends PromptingKey<K>>
A key provider which prompts the user for a key for its protected resource.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PromptingPbeParameters<P extends PromptingPbeParameters<P,S>,S extends KeyStrength>
Parameters with properties for prompting for password based encryption (PBE)
parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPromptingPbeParameters<P extends AbstractPromptingPbeParameters<P,S>,S extends KeyStrength>
A JavaBean with properties for prompting for password based encryption (PBE)
parameters.
|
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.