Package org.bouncycastle.crypto.fips
Class FipsKDF.SRTPParameters
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsParameters
-
- org.bouncycastle.crypto.fips.FipsKDF.SRTPParameters
-
- All Implemented Interfaces:
Parameters
- Enclosing class:
- FipsKDF
public static class FipsKDF.SRTPParameters extends FipsParameters
Parameters for the SRTP key derivation function.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FipsKDF.SRTPParameters
withLabel(byte label)
-
Methods inherited from class org.bouncycastle.crypto.fips.FipsParameters
getAlgorithm
-
-
-
-
Method Detail
-
withLabel
public FipsKDF.SRTPParameters withLabel(byte label)
-
-