org.apache.directory.server.kerberos.shared.service
Class SessionKeyFactory

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.service.SessionKeyFactory

public class SessionKeyFactory
extends java.lang.Object

Generates new random keys, suitable for use as session keys.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
SessionKeyFactory()
           
 
Method Summary
static EncryptionKey getSessionKey()
          Get a new random session key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionKeyFactory

public SessionKeyFactory()
Method Detail

getSessionKey

public static EncryptionKey getSessionKey()
Get a new random session key.

Returns:
The new random session key.


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.