corda / com.r3.corda.networkmanage.common.hsm.authentication / UtimacoAuthenticator

UtimacoAuthenticator

class UtimacoAuthenticator<T>

Constructors

<init>

UtimacoAuthenticator(credentialsConfigs: List<T>, ctx: <ERROR CLASS>)

Properties

ctx

val ctx: <ERROR CLASS>

Functions

filterUtimacoAccounts

fun filterUtimacoAccounts(renderer: Renderer): List<T>

A function that will print all the Utimaco credentials to the user and prompts them for which to authenticate

parseInput

fun parseInput(input: String): List<T>