public class LocalRadixIdentity extends java.lang.Object implements 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 unsignedAtom) |
Atom |
syncSign(UnsignedAtom unsignedAtom) |
public Atom syncSign(UnsignedAtom unsignedAtom)
public io.reactivex.Single<Atom> sign(UnsignedAtom unsignedAtom)
sign in interface RadixIdentitypublic io.reactivex.Single<UnencryptedData> decrypt(Data data)
RadixIdentitydecrypt in interface RadixIdentitydata - bytes to transformpublic ECPublicKey getPublicKey()
getPublicKey in interface RadixIdentity