| java.lang.Object | ||
| java.security.KeyFactory | ||
| KeyFactory(KeyFactorySpi keyFacSpi, Provider provider, String algorithm) |
| final | PrivateKey | generatePrivate(KeySpec keySpec) | |||
| final | PublicKey | generatePublic(KeySpec keySpec) | |||
| final | String | getAlgorithm() | |||
| static | KeyFactory | getInstance(String algorithm, String provider) | |||
| static | KeyFactory | getInstance(String algorithm, Provider provider) | |||
| static | KeyFactory | getInstance(String algorithm) | |||
| final | T | getKeySpec(Key key, Class keySpec) | |||
| final | Provider | getProvider() | |||
| final | Key | translateKey(Key key) |
Methods inherited
from class
java.lang.Object
| InvalidKeySpecException |
|---|
| InvalidKeySpecException |
|---|
| NoSuchAlgorithmException |
|---|
| NoSuchAlgorithmException |
|---|
| InvalidKeySpecException |
|---|
| InvalidKeyException |
|---|