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, waitgeneratePrivate, generatePublicprotected 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.KeyFactorySpijava.security.spec.InvalidKeySpecExceptionpublic java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGeneratePublic in class java.security.KeyFactorySpijava.security.spec.InvalidKeySpecException