java.lang.Object | ||
javax.crypto.SecretKeyFactory |
SecretKeyFactory(SecretKeyFactorySpi keyFacSpi, Provider provider, String algorithm) |
final | SecretKey | generateSecret(KeySpec keySpec) | ||||
final | String | getAlgorithm() | ||||
final | static | SecretKeyFactory | getInstance(String algorithm, String provider) | |||
final | static | SecretKeyFactory | getInstance(String algorithm, Provider provider) | |||
final | static | SecretKeyFactory | getInstance(String algorithm) | |||
final | KeySpec | getKeySpec(SecretKey key, Class keySpec) | ||||
final | Provider | getProvider() | ||||
final | SecretKey | translateKey(SecretKey key) |
InvalidKeySpecException |
---|
NoSuchAlgorithmException |
---|
NoSuchAlgorithmException |
---|
InvalidKeySpecException |
---|
InvalidKeyException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |