PR - type of private key.PU - type of public key.public class AsymmetricKeyPairEc<PR extends ECPrivateKey,PU extends ECPublicKey> extends AbstractAsymmetricKeyPair<PR,PU>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_EC
|
static String |
FORMAT_UNCOMORESSED
Format for compact binary representation.
|
privateKey, publicKey| Constructor and Description |
|---|
AsymmetricKeyPairEc(PR privateKey,
PU publicKey)
The constructor.
|
equals, getKeyPair, getPrivateKey, getPublicKey, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetKeyspublic static final String ALGORITHM_EC
public static final String FORMAT_UNCOMORESSED
public AsymmetricKeyPairEc(PR privateKey, PU publicKey)
privateKey - the private key.publicKey - the public key.Copyright © 2001–2019 mmm-Team. All rights reserved.