mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
Remove DigitalSignature.LegallyIdentifiable
Remove DigitialSignature.LegallyIdentifiable
This commit is contained in:
committed by
GitHub
parent
773aa28873
commit
ce06ad3878
@ -11,14 +11,12 @@ import net.corda.core.node.services.KeyManagementService
|
||||
import net.corda.core.serialization.SingletonSerializeAsToken
|
||||
import net.corda.flows.AnonymisedIdentity
|
||||
import net.corda.node.utilities.*
|
||||
import org.bouncycastle.cert.X509CertificateHolder
|
||||
import org.bouncycastle.operator.ContentSigner
|
||||
import org.jetbrains.exposed.sql.ResultRow
|
||||
import org.jetbrains.exposed.sql.statements.InsertStatement
|
||||
import java.security.KeyPair
|
||||
import java.security.PrivateKey
|
||||
import java.security.PublicKey
|
||||
import java.security.cert.CertPath
|
||||
|
||||
/**
|
||||
* A persistent re-implementation of [E2ETestKeyManagementService] to support node re-start.
|
||||
|
Reference in New Issue
Block a user