JXTA

jxta.security.impl.keyexchange
Class NullKeyExchange

java.lang.Object
  |
  +--jxta.security.impl.keyexchange.NullKeyExchange

public class NullKeyExchange
extends java.lang.Object
implements jxta.security.keyexchange.KeyExchange


Fields inherited from interface jxta.security.keyexchange.KeyExchange
name
 
Constructor Summary
NullKeyExchange()
          // constructor
 
Method Summary
 void clearDebug()
          turn off debugging
 java.lang.String getAlgorithmName()
          // Algorithm name
 void setDebug()
          turn on debugging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullKeyExchange

public NullKeyExchange()
// constructor
Method Detail

getAlgorithmName

public java.lang.String getAlgorithmName()
// Algorithm name

setDebug

public void setDebug()
turn on debugging

clearDebug

public void clearDebug()
turn off debugging

JXTA