Searched refs:getSessionKey (Results 1 – 6 of 6) sorted by relevance
284 if (params.getSessionKey() != null ) { in configureStsParameters()285 tlvBufferBuilder.putByteArray(ConfigParam.SESSION_KEY, params.getSessionKey()); in configureStsParameters()295 if (params.getSessionKey() != null ) { in configureStsParameters()296 tlvBufferBuilder.putByteArray(ConfigParam.SESSION_KEY, params.getSessionKey()); in configureStsParameters()
126 assertArrayEquals(params.getSessionKey(), sessionKey); in testCreateOpenSessionParams_ProvisionedSts()
257 assertArrayEquals(params.getSessionKey(), sessionKey); in testOpenSessionParams()328 assertArrayEquals(fromBundle.getSessionKey(), sessionKey); in testOpenSessionParams()405 assertArrayEquals(fromCopy.getSessionKey(), sessionKey); in testOpenSessionParams()
327 assertEquals(controleeParams.getSessionKey(), sessionKey); in testPacsControllerProfileForProvSTSIndKey()
607 public byte[] getSessionKey() { in getSessionKey() method in FiraOpenSessionParams
1121 byte[] sessionKey = firaOpenSessionParams.getSessionKey(); in sessionUpdateMulticastListCmdPreconditioncheck()