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

AuthenticationCredentials

interface AuthenticationCredentials

Interface for all Authentication Credentials. Classes implementing this represent a full set of credentials that can be used to authenticate a crypto service.

Inheritors

AzureKeyVaultCredentials

abstract class AzureKeyVaultCredentials : AuthenticationCredentials

BCKeyStoreCredentials

data class BCKeyStoreCredentials : AuthenticationCredentials

CloudHsmPasswordCredentials

data class CloudHsmPasswordCredentials : AuthenticationCredentials

GemaltoAuthenticationCredentials

abstract class GemaltoAuthenticationCredentials : AuthenticationCredentials

SecurosysAuthenticationCredentials

abstract class SecurosysAuthenticationCredentials : AuthenticationCredentials

UtimacoAuthenticationCredentials

abstract class UtimacoAuthenticationCredentials : AuthenticationCredentials