public interface RadixIdentity
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<UnencryptedData> |
decrypt(Data data)
Transforms a possibly encrypted bytes object into an unencrypted one.
|
ECPublicKey |
getPublicKey() |
io.reactivex.Single<Atom> |
sign(UnsignedAtom atom) |
io.reactivex.Single<Atom> sign(UnsignedAtom atom)
io.reactivex.Single<UnencryptedData> decrypt(Data data)
data
- bytes to transformECPublicKey getPublicKey()