corda / com.r3.corda.networkmanage.common.cryptoservice.bouncycastle

Package com.r3.corda.networkmanage.common.cryptoservice.bouncycastle

Types

BCCryptoService

class BCCryptoService : CryptoService<BCKeyStoreCredentials, BCKeyConfig>

Basic implementation of a CryptoService that uses BouncyCastle for cryptographic operations and a local Java KeyStore in the form of KeyStore to store private keys.

BCCryptoServiceTest

class BCCryptoServiceTest