public abstract class BaseKeyFactorySpi extends java.security.KeyFactorySpi implements AsymmetricKeyInfoConverter
Modifier | Constructor and Description |
---|---|
protected |
BaseKeyFactorySpi(ASN1ObjectIdentifier keyOid) |
protected |
BaseKeyFactorySpi(java.util.Set<ASN1ObjectIdentifier> keyOids) |
Modifier and Type | Method and Description |
---|---|
java.security.PrivateKey |
engineGeneratePrivate(java.security.spec.KeySpec keySpec) |
java.security.PublicKey |
engineGeneratePublic(java.security.spec.KeySpec keySpec) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generatePrivate, generatePublic
protected BaseKeyFactorySpi(java.util.Set<ASN1ObjectIdentifier> keyOids)
protected BaseKeyFactorySpi(ASN1ObjectIdentifier keyOid)
public java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGeneratePrivate
in class java.security.KeyFactorySpi
java.security.spec.InvalidKeySpecException
public java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGeneratePublic
in class java.security.KeyFactorySpi
java.security.spec.InvalidKeySpecException