aries / net.globalid.aries.utils

Package net.globalid.aries.utils

Types

CryptoUtils

object CryptoUtils

DateTimeFormatUtils

DateTimeFormatUtils

object DateTimeFormatUtils

DidUtils

Utilities for handling DIDs.

object DidUtils

RxAnoncreds

object RxAnoncreds

RxCache

object RxCache

RxCredentialsSearchForProofReq

object RxCredentialsSearchForProofReq

RxCrypto

object RxCrypto

RxDid

object RxDid

RxLedger

object RxLedger

RxPool

RX wrappers for Pool from indy-sdk.

object RxPool

RxWallet

object RxWallet

TagConstants

Tag constants

object TagConstants

Functions

toCompletable

Returns a Completable instance future will be executed on back-thread and when subscriber subscribes to rx flow

fun <T> toCompletable(future: () -> CompletableFuture<T>): Completable

toMaybe

Returns a Maybe instance future will be executed on back-thread and when subscriber subscribes to rx flow

fun <T> toMaybe(future: () -> CompletableFuture<T>): Maybe<T>

toSingle

Returns a Single instance future will be executed on back-thread and when subscriber subscribes to rx flow

fun <T> toSingle(future: () -> CompletableFuture<T>): Single<T>