public class ZrtpSrtpSecrets extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
initKeyLen |
protected int |
initSaltLen |
protected byte[] |
keyInitiator |
protected byte[] |
keyResponder |
protected int |
respKeyLen |
protected int |
respSaltLen |
protected ZrtpCallback.Role |
role |
protected byte[] |
saltInitiator |
protected byte[] |
saltResponder |
protected int |
srtpAuthTagLen |
| Modifier | Constructor and Description |
|---|---|
protected |
ZrtpSrtpSecrets() |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedAuthAlgos |
getAuthAlgorithm() |
int |
getInitKeyLen() |
int |
getInitSaltLen() |
byte[] |
getKeyInitiator() |
byte[] |
getKeyResponder() |
int |
getRespKeyLen() |
int |
getRespSaltLen() |
ZrtpCallback.Role |
getRole() |
byte[] |
getSaltInitiator() |
byte[] |
getSaltResponder() |
int |
getSrtpAuthTagLen() |
ZrtpConstants.SupportedSymAlgos |
getSymEncAlgorithm() |
void |
setInitKeyLen(int initKeyLen) |
void |
setInitSaltLen(int initSaltLen) |
void |
setKeyInitiator(byte[] keyInitiator) |
void |
setKeyResponder(byte[] keyResponder) |
void |
setRespKeyLen(int respKeyLen) |
void |
setRespSaltLen(int respSaltLen) |
void |
setRole(ZrtpCallback.Role role) |
void |
setSaltInitiator(byte[] saltInitiator) |
void |
setSaltResponder(byte[] saltResponder) |
void |
setSrtpAuthTagLen(int srtpAuthTagLen) |
protected byte[] keyInitiator
protected byte[] saltInitiator
protected byte[] keyResponder
protected byte[] saltResponder
protected int initKeyLen
protected int initSaltLen
protected int respKeyLen
protected int respSaltLen
protected int srtpAuthTagLen
protected ZrtpCallback.Role role
public byte[] getKeyInitiator()
public void setKeyInitiator(byte[] keyInitiator)
keyInitiator - the keyInitiator to setpublic byte[] getKeyResponder()
public void setKeyResponder(byte[] keyResponder)
keyResponder - the keyResponder to setpublic ZrtpCallback.Role getRole()
public void setRole(ZrtpCallback.Role role)
role - the role to setpublic byte[] getSaltInitiator()
public void setSaltInitiator(byte[] saltInitiator)
saltInitiator - the saltInitiator to setpublic byte[] getSaltResponder()
public void setSaltResponder(byte[] saltResponder)
saltResponder - the saltResponder to setpublic int getSrtpAuthTagLen()
public void setSrtpAuthTagLen(int srtpAuthTagLen)
srtpAuthTagLen - the srtpAuthTagLen to setpublic int getInitKeyLen()
public void setInitKeyLen(int initKeyLen)
initKeyLen - the initKeyLen to setpublic int getInitSaltLen()
public void setInitSaltLen(int initSaltLen)
initSaltLen - the initSaltLen to setpublic int getRespKeyLen()
public void setRespKeyLen(int respKeyLen)
respKeyLen - the respKeyLen to setpublic int getRespSaltLen()
public void setRespSaltLen(int respSaltLen)
respSaltLen - the respSaltLen to setpublic ZrtpConstants.SupportedSymAlgos getSymEncAlgorithm()
public ZrtpConstants.SupportedAuthAlgos getAuthAlgorithm()
Copyright © 2020. All rights reserved.