public class FecKeySessionParam extends SrtpSessionParam
Constructor and Description |
---|
FecKeySessionParam(SrtpKeyParam[] keyParams)
Creates a new instance of this class from known key parameters.
|
FecKeySessionParam(String param)
Creates a new instance of this class from the textual representation of the session parameter.
|
Modifier and Type | Method and Description |
---|---|
protected SrtpKeyParam |
createSrtpKeyParam(String p)
Factory method to create the key parameter objects.
|
String |
encode()
Encodes the information contained in this object for use in the complete
crypto attribute.
|
SrtpKeyParam[] |
getKeyParams()
Gets the key parameters of this session parameter.
|
create
public FecKeySessionParam(SrtpKeyParam[] keyParams)
keyParams
- The key parameters to use for this FEC session parameter.public FecKeySessionParam(String param)
param
- The textual representation of the session parameter.protected SrtpKeyParam createSrtpKeyParam(String p)
p
- The key parameter to parse.public SrtpKeyParam[] getKeyParams()
public String encode()
SessionParam
Copyright © 2016 University of Applied Sciences Northwestern Switzerland. All rights reserved.