-
- All Implemented Interfaces:
-
app.perawallet.walletconnectv2.foundation.common.model.Key
public final class PrivateKey implements Key
-
-
Field Summary
Fields Modifier and Type Field Description private final StringkeyAsHexprivate final ByteArraykeyAsBytes
-
Constructor Summary
Constructors Constructor Description PrivateKey(String keyAsHex)
-
Method Summary
Modifier and Type Method Description StringgetKeyAsHex()ByteArraygetKeyAsBytes()-
-
Constructor Detail
-
PrivateKey
PrivateKey(String keyAsHex)
-
-
Method Detail
-
getKeyAsHex
String getKeyAsHex()
-
getKeyAsBytes
ByteArray getKeyAsBytes()
-
-
-
-