Interface TLSPseudoRandomFunctionSpec
- All Superinterfaces:
AlgorithmParameterSpec
This interface specifies the set of parameters used to instantiate a
DerivationFunction implementing TLS pseudo random function for TLS
version 1.1 defined in IETF RFC 4346 or version 1.2 defined in IETF RFC 5246.
This interface is bound to the constants DerivationFunction.ALG_PRF_TLS11
and DerivationFunction.ALG_PRF_TLS12.
- Since:
- 3.1
- See Also:
-
Method Summary
-
Method Details
-
getSecret
-
getSeed
byte[] getSeed()Gets the seed value for the key derivation function.It may be an array view.
- Returns:
- the seed value
-