Class ECKeyPair
- java.lang.Object
-
- org.signal.libsignal.protocol.ecc.ECKeyPair
-
public class ECKeyPair extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ECKeyPair(ECPublicKey publicKey, ECPrivateKey privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECPrivateKeygetPrivateKey()ECPublicKeygetPublicKey()
-
-
-
Constructor Detail
-
ECKeyPair
public ECKeyPair(ECPublicKey publicKey, ECPrivateKey privateKey)
-
-
Method Detail
-
getPublicKey
public ECPublicKey getPublicKey()
-
getPrivateKey
public ECPrivateKey getPrivateKey()
-
-