|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecureKey | |
|---|---|
| org.jpos.security | Key management, MAC, PIN encryption related classes. |
| Uses of SecureKey in org.jpos.security |
|---|
| Subclasses of SecureKey in org.jpos.security | |
|---|---|
class |
SecureDESKey
The SecureDESKey class represents: Single, double or triple length DES keys that are secured by a security module. |
| Methods in org.jpos.security that return SecureKey | |
|---|---|
SecureKey |
SecureKeyStore.getKey(String alias)
returns the key assiciated with the given alias |
SecureKey |
SimpleKeyFile.getKey(String alias)
|
| Methods in org.jpos.security that return types with arguments of type SecureKey | |
|---|---|
Map<String,SecureKey> |
SecureKeyStore.getKeys()
return map of existing keys assiciated with aliases. |
Map<String,SecureKey> |
SimpleKeyFile.getKeys()
|
| Methods in org.jpos.security with parameters of type SecureKey | |
|---|---|
void |
SecureKeyStore.setKey(String alias,
SecureKey key)
Assigns the given key to the given alias. |
void |
SimpleKeyFile.setKey(String alias,
SecureKey secureKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||