OpenJDK 1.22
java.base
sun.security.ssl
SSLKeyDerivation
Top
Methods
sun.security.ssl
pack-priv
Interface SSLKeyDerivation
Known Direct Implementers
sun.
security.
ssl.
SSLMasterKeyDerivation.
LegacyMasterKeyDerivation
,
sun.
security.
ssl.
SSLSecretDerivation
,
sun.
security.
ssl.
SSLTrafficKeyDerivation.
T13TrafficKeyDerivation
,
sun.
security.
ssl.
SSLTrafficKeyDerivation.
LegacyTrafficKeyDerivation
,
sun.
security.
ssl.
KAKeyDerivation
,
sun.
security.
ssl.
RSAKeyExchange.
RSAKAGenerator.
RSAKAKeyDerivation
,
sun.
security.
ssl.
SSLBasicKeyDerivation
Imports
java.
io.
IOException
,
java.
security.
spec.
AlgorithmParameterSpec
,
javax.
crypto.
SecretKey
Method Summary
Modifier and Type
Method and Description
public
SecretKey
deriveKey
(
String
algorithm,
AlgorithmParameterSpec
params
)
Method Detail
deriveKey
back to summary
public
SecretKey
deriveKey
(
String
algorithm,
AlgorithmParameterSpec
params
)
throws
IOException