Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.transform.srtp
Class SRTPCipherF8.F8Context

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCipherF8.F8Context
Enclosing class:
SRTPCipherF8

 class SRTPCipherF8.F8Context
extends Object

F8 mode encryption context, see RFC3711 section 4.1.2 for detailed description.


Field Summary
 byte[] ivAccent
           
(package private)  long J
           
 byte[] S
           
 
Constructor Summary
SRTPCipherF8.F8Context()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

S

public byte[] S

ivAccent

public byte[] ivAccent

J

long J
Constructor Detail

SRTPCipherF8.F8Context

SRTPCipherF8.F8Context()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.