public class AsymmetricKeyPairGeneric extends AbstractAsymmetricKeyPair<PrivateKey,PublicKey>
AsymmetricKeyPair.privateKey, publicKey| Constructor and Description |
|---|
AsymmetricKeyPairGeneric(KeyPair keyPair)
The constructor.
|
AsymmetricKeyPairGeneric(PrivateKey privateKey,
PublicKey publicKey)
The constructor.
|
equals, getKeyPair, getPrivateKey, getPublicKey, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetKeyspublic AsymmetricKeyPairGeneric(PrivateKey privateKey, PublicKey publicKey)
privateKey - the private key.publicKey - the public key.Copyright © 2001–2019 mmm-Team. All rights reserved.