Klasse java.security.KeyFactory | 1.2 |
java.lang.Object | +--java.security.KeyFactory
Konstruktoren | |
---|---|
protected | KeyFactory(KeyFactorySpi keyFacSpi, Provider provider, String algorithm) |
Methoden | |
---|---|
public final PrivateKey | generatePrivate(KeySpec keySpec) |
public final PublicKey | generatePublic(KeySpec keySpec) |
public String | getAlgorithm() |
public static KeyFactory | getInstance(String algorithm) |
public static KeyFactory | getInstance(String algorithm, String provider) |
public static KeyFactory | getInstance(String algorithm, Provider provider) ![]() |
public final KeySpec | getKeySpec(Key key, Class keySpec) |
public final Provider | getProvider() |
public final Key | translateKey(Key key) |