Message Security Layer (MSL)

com.netflix.msl.keyx
Class KeyExchangeFactory.KeyExchangeData

java.lang.Object
  extended by com.netflix.msl.keyx.KeyExchangeFactory.KeyExchangeData
Enclosing class:
KeyExchangeFactory

public class KeyExchangeFactory.KeyExchangeData
extends Object

The key exchange data struct contains key response data and a crypto context for the exchanged keys.


Field Summary
 ICryptoContext cryptoContext
          Crypto context for the exchanged keys.
 KeyResponseData keyResponseData
          Key response data.
 
Constructor Summary
KeyExchangeFactory.KeyExchangeData(KeyResponseData keyResponseData, ICryptoContext cryptoContext)
          Create a new key key exhange data struct with the provided key response data, master token, and crypto context.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyResponseData

public final KeyResponseData keyResponseData
Key response data.


cryptoContext

public final ICryptoContext cryptoContext
Crypto context for the exchanged keys.

Constructor Detail

KeyExchangeFactory.KeyExchangeData

public KeyExchangeFactory.KeyExchangeData(KeyResponseData keyResponseData,
                                          ICryptoContext cryptoContext)
Create a new key key exhange data struct with the provided key response data, master token, and crypto context.

Parameters:
keyResponseData - the key response data.
cryptoContext - the crypto context.

Message Security Layer (MSL)

Copyright © 2014 Netflix, Inc. All Rights Reserved.