✓
public class KeyFactory
extends java.lang.Object
Constructors
- ✓protected KeyFactory(java.security.KeyFactorySpi arg0, java.security.Provider arg1, java.lang.String arg2)
Methods
- ✓public final java.security.PrivateKey generatePrivate(java.security.spec.KeySpec arg0) throws java.security.spec.InvalidKeySpecException
- ✓public final java.security.PublicKey generatePublic(java.security.spec.KeySpec arg0) throws java.security.spec.InvalidKeySpecException
- ✓public final java.lang.String getAlgorithm()
- ✓public static java.security.KeyFactory getInstance(java.lang.String arg0) throws java.security.NoSuchAlgorithmException
- ✓public static java.security.KeyFactory getInstance(java.lang.String arg0, java.lang.String arg1) throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
- ✓public static java.security.KeyFactory getInstance(java.lang.String arg0, java.security.Provider arg1) throws java.security.NoSuchAlgorithmException
- ✓public final <T> T getKeySpec(java.security.Key arg0, java.lang.Class<T> arg1) throws java.security.spec.InvalidKeySpecException
- ✓public final java.security.Provider getProvider()
- ✓public final java.security.Key translateKey(java.security.Key arg0) throws java.security.InvalidKeyException