corda / com.r3.corda.networkmanage.common.hsm.utils / CertChainBackwardsCompatibilityTests

CertChainBackwardsCompatibilityTests

class CertChainBackwardsCompatibilityTests

Constructors

<init>

CertChainBackwardsCompatibilityTests()

Properties

loggingContextRule

val loggingContextRule: <ERROR CLASS>

Functions

an exception is thrown when building cert chain for HSM and certificates store is missing part of the cert chain

fun an exception is thrown when building cert chain for HSM and certificates store is missing part of the cert chain(): Unit

an exception is thrown when building cert chain for local and certificates store is missing part of the cert chain

fun an exception is thrown when building cert chain for local and certificates store is missing part of the cert chain(): Unit

an exception is thrown when the HSM generated certificate store does not contain the certificate alias

fun an exception is thrown when the HSM generated certificate store does not contain the certificate alias(): Unit

an exception is thrown when the locally generated certificate store does not contain the certificate alias

fun an exception is thrown when the locally generated certificate store does not contain the certificate alias(): Unit

successfully build certificate chain of length one for network map using the old PKI with null certificates store

fun successfully build certificate chain of length one for network map using the old PKI with null certificates store(): Unit

successfully build certificate chains with HSM generated key store and truststore and new PKI

fun successfully build certificate chains with HSM generated key store and truststore and new PKI(): Unit

successfully build certificate chains with HSM generated key store and truststore and old PKI

fun successfully build certificate chains with HSM generated key store and truststore and old PKI(): Unit

successfully build certificate chains with locally generated certificates store and new PKI

fun successfully build certificate chains with locally generated certificates store and new PKI(): Unit

successfully build certificate chains with locally generated key store and new PKI

fun successfully build certificate chains with locally generated key store and new PKI(): Unit

successfully build certificate chains with locally generated key store and old PKI

fun successfully build certificate chains with locally generated key store and old PKI(): Unit

Companion Object Properties

CERT_STORE_PASSWORD

const val CERT_STORE_PASSWORD: String

CNA_X500_NAME

const val CNA_X500_NAME: String

DOORMAN_CERT_ALIAS

const val DOORMAN_CERT_ALIAS: String

DOORMAN_X500_NAME

const val DOORMAN_X500_NAME: String

KEYSTORE_PATH

const val KEYSTORE_PATH: String

NETWORK_MAP_CERT_ALIAS

const val NETWORK_MAP_CERT_ALIAS: String

NETWORK_MAP_X500_NAME

const val NETWORK_MAP_X500_NAME: String

ROOT_NEW_PKI_X500_NAME

const val ROOT_NEW_PKI_X500_NAME: String

ROOT_OLD_PKI_X500_NAME

const val ROOT_OLD_PKI_X500_NAME: String