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 RadixIdentity
public io.reactivex.Single<UnencryptedData> decrypt(Data data)
RadixIdentity
decrypt
in interface RadixIdentity
data
- bytes to transformpublic ECPublicKey getPublicKey()
getPublicKey
in interface RadixIdentity