PR - type of PrivateKey.PU - type of PublicKey.PAIR - type of AsymmetricKeyPair.public interface AsymmetricKeyPairFactorySimple<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>
AsymmetricKeyPair from PrivateKey and
PublicKey. It only provides low-level wrapping functionality. For higher level usage see
AsymmetricKeyCreator.| Modifier and Type | Method and Description |
|---|---|
PAIR |
createKeyPair(PR privateKey,
PU publicKey) |
PAIR createKeyPair(PR privateKey, PU publicKey)
privateKey - the PrivateKey.publicKey - the corresponding PublicKey.AsymmetricKeyPair.Copyright © 2001–2019 mmm-Team. All rights reserved.