Package | Description |
---|---|
net.java.truecommons.key.spec |
Provides an extensible manager for generic keys required for writing or
reading protected resources, for example encrypted files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Key<K extends Key<K>>
A generic key with basic features for life cycle management.
|
interface |
KeyManager<K>
Manages the life cycle of key providers for writing and reading protected
resources.
|
interface |
KeyManagerMap
A map of key classes to key managers.
|
interface |
KeyProvider<K>
Manages the life cycle of a key for reading and (over)writing a protected
resource.
|
interface |
PbeParameters<P extends PbeParameters<P,S>,S extends KeyStrength>
A key with properties for password based encryption (PBE).
|
interface |
SecretKey<K extends SecretKey<K>>
A key with properties for secret key management.
|
Copyright © 2012–2017 Schlichtherle IT Services. All rights reserved.