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 TypeMethod and Description
public SecretKey

Method Detail

deriveKeyback to summary
public SecretKey deriveKey(String algorithm, AlgorithmParameterSpec params) throws IOException