Name

NullKeyExchange

Synopsis

This is the class that is returned from the JxtaCryptoSuite object when it is asked for a key exchange algorithm; it is presently just a placeholder. The interface and implementation of this class are subject to change.

public class NullKeyExchange implements jxta.security.keyexchange.KeyExchange {
// Public Constructors
   public NullKeyExchange();  
// Methods Implementing Description
   public void clearDebug();  
   public String getAlgorithmName();                            
// default:"NullKeyExchange”
   public void setDebug();  
}

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.