com.netflix.msl.keyx
Class KeyExchangeFactory.KeyExchangeData
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyResponseData
public final KeyResponseData keyResponseData
- Key response data.
cryptoContext
public final ICryptoContext cryptoContext
- Crypto context for the exchanged keys.
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.
Copyright © 2014 Netflix, Inc. All Rights Reserved.