ZetaGrid v1.9

zeta.crypto
Class KeyManager

java.lang.Object
  |
  +--zeta.crypto.KeyManager

public class KeyManager
extends java.lang.Object


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

KeyManager

public KeyManager()
Method Detail

getKey

public static Key getKey(java.lang.String className)

getEncryptorKey

public static Key getEncryptorKey(byte[] keyClassData)
Returns a key which can be used to encrypt data via the key establishment protocol (half-certified Diffie-Hellman).

Parameters:
keyClassData - the bytes that make up the class data which contains the key for the encryption algorithm

getClassName

private static java.lang.String getClassName(byte[] keyClassData)

ZetaGrid v1.9

For further technical papers, see ZetaGrid Technical Documentation.
 
Copyright © 2001,2002 Sebastian Wedeniwski. All Rights Reserved.