PR - type of PrivateKey.PU - type of PublicKey.PAIR - type of AsymmetricKeyPair.public abstract class AbstractAsymmetricKeyPairFactory<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>> extends Object implements AsymmetricKeyPairFactory<PR,PU,PAIR>
AsymmetricKeyPairFactory using KeyFactory.| Modifier and Type | Field and Description |
|---|---|
private KeyFactory |
keyFactory |
| Constructor and Description |
|---|
AbstractAsymmetricKeyPairFactory(KeyFactory keyFactory)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected PR |
createPrivateKey(KeySpec keySpec) |
protected PU |
createPublicKey(KeySpec keySpec) |
KeyFactory |
getKeyFactory() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBinary, asData, createKeyPairasBinary, asData, createPrivateKeyasBinary, asData, createPublicKeycreateKeyPairprivate final KeyFactory keyFactory
public AbstractAsymmetricKeyPairFactory(KeyFactory keyFactory)
keyFactory - the KeyFactory.public KeyFactory getKeyFactory()
KeyFactory.protected PR createPrivateKey(KeySpec keySpec)
keySpec - the KeySpec.PrivateKey.Copyright © 2001–2019 mmm-Team. All rights reserved.