java.security
Class KeyFactory
java.lang.Object
java.security.KeyFactory
public class KeyFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyFactory
public KeyFactory()
generatePublic
public final PublicKey generatePublic(KeySpec keySpec)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
generatePrivate
public final PrivateKey generatePrivate(KeySpec keySpec)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
getInstance
public static KeyFactory getInstance(String algorithm)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException