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

Package com.r3.corda.networkmanage.common.hsm.authentication

Types

AuthenticatedUser

data class AuthenticatedUser

AuthenticatorTest

class AuthenticatorTest

CryptoServiceAuthenticator

class CryptoServiceAuthenticator<T, U : AuthenticationCredentials, V : KeyConfig>

Class responsible for handling authentication of the cryptoService. Supports the ability to prompt the user for required credentials as well as resetting of the cryptoService authentication state once the desired tasks have been run.

UtimacoAuthenticator

class UtimacoAuthenticator<T>

UtimacoAuthenticatorTest

class UtimacoAuthenticatorTest

Exceptions

UtimacoAuthenticatorInputException

class UtimacoAuthenticatorInputException : Exception