Name

KeyExchange

Synopsis

Classes that implement this interface are used to implement key exchange operations, which allow two JXTA peers to securely exchange a new secret key. Objects that implement this interface are returned from the JXTA crypto suite. In the standard bindings, the suite returns a NullKeyExchange class, which implements this interface but does not actually perform a key exchange.

This interface is subject to change in the future.

public interface KeyExchange extends jxta.security.util.Description {
// Public Constants
   public static final String name;                             
// ="KeyExchange”
}

Implementations

jxta.security.impl.keyexchange.NullKeyExchange

Returned By

jxta.security.crypto.JxtaCrypto.getJxtaKeyExchange(), jxta.security.impl.crypto.JxtaCryptoSuite.getJxtaKeyExchange()

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.