AsymmetricKeyInfoConverter
KeyFactorySpi
, KeyFactorySpi
, KeyFactorySpi
, KeyFactorySpi
, KeyFactorySpi
, KeyFactorySpi
, KeyFactorySpi
, KeyFactorySpi
, KeyFactorySpi
public abstract class BaseKeyFactorySpi extends java.security.KeyFactorySpi implements AsymmetricKeyInfoConverter
Constructor | Description |
---|---|
BaseKeyFactorySpi() |
Modifier and Type | Method | Description |
---|---|---|
protected java.security.PrivateKey |
engineGeneratePrivate(java.security.spec.KeySpec keySpec) |
|
protected java.security.PublicKey |
engineGeneratePublic(java.security.spec.KeySpec keySpec) |
|
protected java.security.spec.KeySpec |
engineGetKeySpec(java.security.Key key,
java.lang.Class spec) |
generatePrivate, generatePublic
protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGeneratePrivate
in class java.security.KeyFactorySpi
java.security.spec.InvalidKeySpecException
protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGeneratePublic
in class java.security.KeyFactorySpi
java.security.spec.InvalidKeySpecException
protected java.security.spec.KeySpec engineGetKeySpec(java.security.Key key, java.lang.Class spec) throws java.security.spec.InvalidKeySpecException
engineGetKeySpec
in class java.security.KeyFactorySpi
java.security.spec.InvalidKeySpecException