Package tss
Class Crypto.ECCKeyPair
- java.lang.Object
-
- tss.Crypto.ECCKeyPair
-
-
Field Summary
Fields Modifier and Type Field Description BigInteger
PrivateKey
org.bouncycastle.math.ec.ECPoint
PublicKey
-
Constructor Summary
Constructors Constructor Description ECCKeyPair()
-
-
-
Field Detail
-
PublicKey
public org.bouncycastle.math.ec.ECPoint PublicKey
-
PrivateKey
public BigInteger PrivateKey
-
-