Package org.bouncycastle.crypto.fips
Class FipsKDF.SRTPParametersBuilder
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsParameters
-
- org.bouncycastle.crypto.fips.FipsKDF.SRTPParametersBuilder
-
- All Implemented Interfaces:
Parameters
- Enclosing class:
- FipsKDF
public static class FipsKDF.SRTPParametersBuilder extends FipsParameters
Parameters for the SRTP key derivation function.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FipsKDF.SRTPPRFgetPRF()FipsKDF.SRTPParametersusing(byte[] kMaster, byte[] masterSalt, int kdr, byte[] index)FipsKDF.SRTPParametersBuilderwithPRF(FipsKDF.SRTPPRF prf)-
Methods inherited from class org.bouncycastle.crypto.fips.FipsParameters
getAlgorithm
-
-
-
-
Method Detail
-
withPRF
public FipsKDF.SRTPParametersBuilder withPRF(FipsKDF.SRTPPRF prf)
-
using
public FipsKDF.SRTPParameters using(byte[] kMaster, byte[] masterSalt, int kdr, byte[] index)
-
getPRF
public FipsKDF.SRTPPRF getPRF()
-
-