corda / com.r3.corda.networkmanage.common.cryptoservice.authentication / UtimacoKeyFileCredentials

UtimacoKeyFileCredentials

data class UtimacoKeyFileCredentials : UtimacoAuthenticationCredentials

Constructors

<init>

UtimacoKeyFileCredentials(username: String, password: String, keyFile: Path)

Properties

keyFile

val keyFile: Path

password

val password: String

username

val username: String