public abstract class KeyFactorySpi extends Object
| Constructor and Description |
|---|
KeyFactorySpi() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PrivateKey |
engineGeneratePrivate(KeySpec var0) |
protected abstract PublicKey |
engineGeneratePublic(KeySpec var0) |
protected abstract KeySpec |
engineGetKeySpec(Key var0,
Class var1) |
protected abstract Key |
engineTranslateKey(Key var0) |
protected abstract PrivateKey engineGeneratePrivate(KeySpec var0) throws InvalidKeySpecException
InvalidKeySpecExceptionprotected abstract PublicKey engineGeneratePublic(KeySpec var0) throws InvalidKeySpecException
InvalidKeySpecExceptionprotected abstract KeySpec engineGetKeySpec(Key var0, Class var1) throws InvalidKeySpecException
InvalidKeySpecExceptionprotected abstract Key engineTranslateKey(Key var0) throws InvalidKeyException
InvalidKeyException