public class ECKeyUtil
extends java.lang.Object
| Constructor and Description |
|---|
ECKeyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ECPublicKey |
createKeyWithCompression(ECPublicKey ecPublicKey)
Convert an ECPublicKey into an ECPublicKey which always encodes
with point compression.
|
public static ECPublicKey createKeyWithCompression(ECPublicKey ecPublicKey)
ecPublicKey - the originating public key.