|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--zeta.crypto.KeyManager
| Constructor Summary | |
KeyManager()
|
|
| Method Summary | |
private static java.lang.String |
getClassName(byte[] keyClassData)
|
static Key |
getEncryptorKey(byte[] keyClassData)
Returns a key which can be used to encrypt data via the key establishment protocol (half-certified Diffie-Hellman). |
static Key |
getKey(java.lang.String className)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeyManager()
| Method Detail |
public static Key getKey(java.lang.String className)
public static Key getEncryptorKey(byte[] keyClassData)
keyClassData - the bytes that make up the class data which contains the key for the encryption algorithmprivate static java.lang.String getClassName(byte[] keyClassData)
|
ZetaGrid v1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||