A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  _ 

C

cacheContractClassName(java.lang.Class,java.lang.String) - function in net.corda.core.internal.ContractStateClassCache
 
cachePublicKey(java.security.PublicKey) - function in net.corda.core.crypto.internal.PublicKeyCache
 
calculate(net.corda.core.contracts.Attachment) - function in net.corda.core.internal.AttachmentTrustCalculator
Establishes whether an attachment should be trusted.
calculateAllTrustInfo() - function in net.corda.core.internal.AttachmentTrustCalculator
Calculates the trust of attachments stored within the node.
calculateDaysBetween(java.time.LocalDate,java.time.LocalDate,net.corda.finance.contracts.DayCountBasisYear,net.corda.finance.contracts.DayCountBasisDay) - function in net.corda.finance.contracts.BusinessCalendar.Companion
 
calculateRandomlySizedAmounts(net.corda.core.contracts.Amount,java.lang.Integer,java.lang.Integer,java.util.Random) - function in net.corda.testing.internal.vault.VaultFiller.Companion
 
call() - function in net.corda.client.jackson.StringToMethodCallParser.ParsedMethodCall
 
call() - function in net.corda.core.flows.AbstractStateReplacementFlow.Acceptor
This is where you fill out your business logic.
call() - function in net.corda.core.flows.AbstractStateReplacementFlow.Instigator
This is where you fill out your business logic.
call() - function in net.corda.core.flows.AbstractStateReplacementFlow.Instigator
This is where you fill out your business logic.
call() - function in net.corda.core.flows.AbstractStateReplacementFlow.Instigator
This is where you fill out your business logic.
call() - function in net.corda.core.flows.CollectSignatureFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.CollectSignaturesFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.ContractUpgradeFlow.Authorise
This is where you fill out your business logic.
call() - function in net.corda.core.flows.ContractUpgradeFlow.Deauthorise
This is where you fill out your business logic.
call() - function in net.corda.core.flows.DataVendingFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.DataVendingFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.FinalityFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.FinalityRecoveryFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.FlowLogic
This is where you fill out your business logic.
call() - function in net.corda.core.flows.FlowLogic
This is where you fill out your business logic.
call() - function in net.corda.core.flows.FlowLogic
This is where you fill out your business logic.
call() - function in net.corda.core.flows.LedgerRecoveryFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.NotaryFlow.Client
This is where you fill out your business logic.
call() - function in net.corda.core.flows.ReceiveFinalityFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.ReceiveStateAndRefFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.ReceiveTransactionFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.SignTransactionFlow
This is where you fill out your business logic.
call() - function in net.corda.core.flows.WithReferencedStatesFlow
This is where you fill out your business logic.
call() - function in net.corda.core.internal.FetchDataFlow
This is where you fill out your business logic.
call() - function in net.corda.core.internal.FetchDataFlow
This is where you fill out your business logic.
call() - function in net.corda.core.internal.FetchDataFlow
This is where you fill out your business logic.
call() - function in net.corda.core.internal.FetchDataFlow
This is where you fill out your business logic.
call() - function in net.corda.core.internal.FetchDataFlow
This is where you fill out your business logic.
call() - function in net.corda.core.internal.ResolveTransactionsFlow
This is where you fill out your business logic.
call() - function in net.corda.core.internal.notary.NotaryServiceFlow
This is where you fill out your business logic.
call(.<Error class: unknown class>) - function in net.corda.core.observable.internal.OnResilientSubscribe
 
call() - function in net.corda.finance.flows.CashExitFlow
 
call() - function in net.corda.finance.flows.CashExitResponderFlow
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.CashIssueAndPaymentFlow
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.CashIssueFlow
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.CashPaymentFlow
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.CashPaymentReceiverFlow
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.TwoPartyDealFlow.Primary
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.TwoPartyDealFlow.Primary
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.TwoPartyDealFlow.Secondary
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.TwoPartyDealFlow.Secondary
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
This is where you fill out your business logic.
call() - function in net.corda.finance.flows.TwoPartyTradeFlow.Seller
This is where you fill out your business logic.
call() - function in net.corda.finance.internal.CashConfigDataFlow
This is where you fill out your business logic.
canBeTransitionedFrom(net.corda.core.contracts.AttachmentConstraint,net.corda.core.contracts.AttachmentConstraint,net.corda.core.contracts.ContractAttachment) - function in net.corda.core.internal.ConstraintsUtilsKt
This method will be used in conjunction with NoConstraintPropagation.
cancel(java.lang.Boolean) - function in java.util.concurrent.CordaFuture
 
cancel(java.lang.Boolean) - function in java.util.concurrent.Future
 
cancel(java.lang.Boolean) - function in java.util.concurrent.OpenFuture
 
capitalize(java.lang.String) - function in net.corda.core.internal.InternalUtilsKt
 
capture(kotlin.jvm.functions.Function0) - function in net.corda.core.internal.concurrent.OpenFuture
Run the given block (in the foreground) and set this future to its outcome.
capture(kotlin.jvm.functions.Function0) - function in net.corda.core.internal.concurrent.ValueOrException
Run the given block (in the foreground) and set this future to its outcome.
capture(kotlin.jvm.functions.Function0) - function in net.corda.core.internal.concurrent.ValueOrException
Run the given block (in the foreground) and set this future to its outcome.
captureLater(net.corda.core.concurrent.CordaFuture) - function in net.corda.core.internal.concurrent.OpenFuture
When the given future has an outcome, make this future have the same outcome.
captureLater(net.corda.core.concurrent.CordaFuture) - function in net.corda.core.internal.concurrent.ValueOrException
When the given future has an outcome, make this future have the same outcome.
captureLater(net.corda.core.concurrent.CordaFuture) - function in net.corda.core.internal.concurrent.ValueOrException
When the given future has an outcome, make this future have the same outcome.
Cash - class in net.corda.finance.contracts.asset
A cash transaction may split and merge money represented by a set of (issuer, depositRef) pairs, across multiple input and output states.
Cash.Commands - class in net.corda.finance.contracts.asset.Cash
 
Cash.Commands.Exit - class in net.corda.finance.contracts.asset.Cash.Commands
A command stating that money has been withdrawn from the shared ledger and is now accounted for in some other way.
Cash.Commands.Issue - class in net.corda.finance.contracts.asset.Cash.Commands
Allows new cash states to be issued into existence.
Cash.Commands.Move - class in net.corda.finance.contracts.asset.Cash.Commands
A command stating that money has been moved, optionally to fulfil another contract.
Cash.State - class in net.corda.finance.contracts.asset.Cash
A state representing a cash claim against some party.
CashConfigDataFlow - class in net.corda.finance.internal
Flow to obtain cash cordapp app configuration.
CashConfiguration - class in net.corda.finance.internal
 
CashException - class in net.corda.finance.flows
 
CashExitFlow - class in net.corda.finance.flows
Initiates a flow that produces an cash exit transaction.
CashExitFlow.Companion - class in net.corda.finance.flows.CashExitFlow
 
CashExitFlow.ExitRequest - class in net.corda.finance.flows.CashExitFlow
 
CashExitResponderFlow - class in net.corda.finance.flows
 
CashIssueAndPaymentFlow - class in net.corda.finance.flows
Initiates a flow that self-issues cash and then send this to a recipient.
CashIssueAndPaymentFlow.Companion - class in net.corda.finance.flows.CashIssueAndPaymentFlow
 
CashIssueAndPaymentFlow.IssueAndPaymentRequest - class in net.corda.finance.flows.CashIssueAndPaymentFlow
 
CashIssueFlow - class in net.corda.finance.flows
Initiates a flow that self-issues cash (which should then be sent to recipient(s) using a payment transaction).
CashIssueFlow.IssueRequest - class in net.corda.finance.flows.CashIssueFlow
 
CashKt - class in net.corda.finance.contracts.asset
 
CashPaymentFlow - class in net.corda.finance.flows
Initiates a flow that sends cash to a recipient.
CashPaymentFlow.PaymentRequest - class in net.corda.finance.flows.CashPaymentFlow
 
CashPaymentReceiverFlow - class in net.corda.finance.flows
 
CashSchema - class in net.corda.finance.schemas
An object used to fully qualify the CashSchema family name (i.e.
CashSchema - class in net.corda.finance.test
An object used to fully qualify the CashSchema family name (i.e.
CashSchemaV1 - class in net.corda.finance.schemas
First version of a cash contract ORM schema that maps all fields of the Cash contract state as it stood at the time of writing.
CashSchemaV1.PersistentCashState - class in net.corda.finance.schemas.CashSchemaV1
 
CashSelectionH2Impl - class in net.corda.finance.workflows.asset.selection
 
CashSelectionPostgreSQLImpl - class in net.corda.finance.workflows.asset.selection
 
CashSelectionSQLServerImpl - class in net.corda.finance.workflows.asset.selection
 
CashSelectionSQLServerImpl.Companion - class in net.corda.finance.workflows.asset.selection.CashSelectionSQLServerImpl
 
CashUtils - class in net.corda.finance.workflows.asset
 
castIfPossible(java.lang.Class,java.lang.Object) - function in net.corda.core.internal.InternalUtilsKt
 
certificateFromKey(java.security.PublicKey) - function in net.corda.core.node.services.IdentityService
Resolves a public key to the well known identity PartyAndCertificate instance which is owned by the key.
CertRole - class in net.corda.core.internal
Describes the Corda role a certificate is used for.
CertRole.Companion - class in net.corda.core.internal.CertRole
 
checkAllComponentsVisible(net.corda.core.contracts.ComponentGroupEnum) - function in net.corda.core.transactions.FilteredTransaction
Function that checks if all of the components in a particular group are visible.
checkCacheName(java.lang.String) - function in net.corda.core.internal.NamedCacheFactory
Restrict the allowed characters of a cache name - this ensures that each cache has a name, and that the name can be used to create a file name or a metric name.
checkCacheName(java.lang.String) - function in net.corda.core.internal.NamedCacheFactory
Restrict the allowed characters of a cache name - this ensures that each cache has a name, and that the name can be used to create a file name or a metric name.
checkCommandVisibility(java.security.PublicKey) - function in net.corda.core.transactions.FilteredTransaction
Function that checks if all of the commands that should be signed by the input public key are visible.
checkFlowIsNotKilled() - function in net.corda.core.flows.FlowLogic
Helper function that throws a KilledFlowException if the current FlowLogic has been killed.
checkFlowIsNotKilled() - function in net.corda.core.flows.FlowLogic
Helper function that throws a KilledFlowException if the current FlowLogic has been killed.
checkFlowIsNotKilled(kotlin.jvm.functions.Function0) - function in net.corda.core.flows.FlowLogic
Helper function that throws a KilledFlowException if the current FlowLogic has been killed.
checkFlowIsNotKilled(kotlin.jvm.functions.Function0) - function in net.corda.core.flows.FlowLogic
Helper function that throws a KilledFlowException if the current FlowLogic has been killed.
checkFlowPermission(java.lang.String,java.util.Map) - function in net.corda.core.flows.FlowLogic
Flows can call this method to ensure that the active FlowInitiator is authorised for a particular action.
checkFlowPermission(java.lang.String,java.util.Map) - function in net.corda.core.flows.FlowLogic
Flows can call this method to ensure that the active FlowInitiator is authorised for a particular action.
checkFlowPermission(java.lang.String,java.util.Map) - function in net.corda.core.internal.FlowStateMachine
 
checkMinimumPlatformVersion(java.lang.Integer,java.lang.Integer,java.lang.String) - function in net.corda.core.internal.CordaUtilsKt
 
checkNotLocked() - function in net.corda.core.internal.ThreadBox
 
checkOkResponse(java.net.HttpURLConnection) - function in net.corda.core.internal.InternalUtilsKt
 
checkParameterHash(net.corda.core.flows.FlowLogic,net.corda.core.crypto.SecureHash) - function in net.corda.core.internal.TransactionUtilsKt
Check that network parameters hash on this transaction is the current hash for the network.
checkPayloadIs(net.corda.core.serialization.SerializedBytes,java.lang.Class) - function in net.corda.core.internal.InternalUtilsKt
 
CheckpointCustomSerializer - class in net.corda.core.serialization
Allows CorDapps to provide custom serializers for classes that do not serialize successfully during a checkpoint.
checkpointDeserialize(kotlin.ByteArray,net.corda.core.serialization.internal.CheckpointSerializationContext) - function in net.corda.core.serialization.internal.CheckpointSerializationAPIKt
Convenience extension method for deserializing a ByteArray, utilising the default factory.
checkpointDeserialize(net.corda.core.serialization.SerializedBytes,net.corda.core.serialization.internal.CheckpointSerializationContext) - function in net.corda.core.serialization.internal.CheckpointSerializationAPIKt
Convenience extension method for deserializing SerializedBytes with type matching, utilising the default factory.
checkpointDeserialize(net.corda.core.utilities.ByteSequence,net.corda.core.serialization.internal.CheckpointSerializationContext) - function in net.corda.core.serialization.internal.CheckpointSerializationAPIKt
 
CheckpointRpcHelper - class in net.corda.testing.driver.internal.checkpoint
 
CheckpointRpcHelper.CloseableFlowManagerRPCOps - class in net.corda.testing.driver.internal.checkpoint.CheckpointRpcHelper
 
CheckpointSerializationAPIKt - class in net.corda.core.serialization.internal
 
CheckpointSerializationContext - class in net.corda.core.serialization.internal
Parameters to checkpoint serialization and deserialization.
CheckpointSerializationDefaults - class in net.corda.core.serialization.internal
 
checkpointSerialize(T,net.corda.core.serialization.internal.CheckpointSerializationContext) - function in net.corda.core.serialization.internal.CheckpointSerializationAPIKt
Convenience extension method for serializing an object of type T, utilising the default factory.
CheckpointSerializer - class in net.corda.core.serialization.internal
 
checkProposal(net.corda.core.transactions.SignedTransaction) - function in net.corda.finance.flows.TwoPartyDealFlow.Instigator
 
checkProposal(net.corda.core.transactions.SignedTransaction) - function in net.corda.finance.flows.TwoPartyDealFlow.Primary
 
checkSignature(net.corda.core.crypto.TransactionSignature) - function in net.corda.core.transactions.WireTransaction
Checks that the given signature matches one of the commands and that it is a correct signature over the tx.
checkSignaturesAreValid() - function in net.corda.core.transactions.TransactionWithSignatures
Mathematically validates the signatures that are present on this transaction.
checkSignaturesAreValid() - function in net.corda.core.transactions.TransactionWithSignatures
Mathematically validates the signatures that are present on this transaction.
checkValidity() - function in net.corda.core.crypto.CompositeKey
This method will detect graph cycles in the full composite key structure to protect against infinite loops when traversing the graph and key duplicates in the each layer.
checkWithFun(kotlin.jvm.functions.Function1) - function in net.corda.core.transactions.FilteredTransaction
Function that checks the whole filtered structure.
childProgressTracker() - function in net.corda.core.flows.FinalityFlow.Companion.NOTARISING
 
childProgressTracker() - function in net.corda.core.utilities.AbstractCashFlow.Companion.FINALISING_TX
 
childProgressTracker() - function in net.corda.core.utilities.AbstractCashFlow.Companion.GENERATING_ID
 
childProgressTracker() - function in net.corda.core.utilities.AbstractCashFlow.Companion.GENERATING_TX
 
childProgressTracker() - function in net.corda.core.utilities.AbstractCashFlow.Companion.SIGNING_TX
 
childProgressTracker() - function in net.corda.core.utilities.AbstractStateReplacementFlow.Acceptor.Companion.APPROVING
 
childProgressTracker() - function in net.corda.core.utilities.AbstractStateReplacementFlow.Acceptor.Companion.VERIFYING
 
childProgressTracker() - function in net.corda.core.utilities.AbstractStateReplacementFlow.Instigator.Companion.NOTARY
 
childProgressTracker() - function in net.corda.core.utilities.AbstractStateReplacementFlow.Instigator.Companion.SIGNING
 
childProgressTracker() - function in net.corda.core.utilities.CollectSignaturesFlow.Companion.COLLECTING
 
childProgressTracker() - function in net.corda.core.utilities.CollectSignaturesFlow.Companion.VERIFYING
 
childProgressTracker() - function in net.corda.core.utilities.FinalityFlow.Companion.BROADCASTING
 
childProgressTracker() - function in net.corda.core.utilities.FinalityFlow.Companion.BROADCASTING_NOTARY_ERROR
 
childProgressTracker() - function in net.corda.core.utilities.FinalityFlow.Companion.BROADCASTING_POST_NOTARISATION
 
childProgressTracker() - function in net.corda.core.utilities.FinalityFlow.Companion.BROADCASTING_PRE_NOTARISATION
 
childProgressTracker() - function in net.corda.core.utilities.FinalityFlow.Companion.FINALISING_TRANSACTION
 
childProgressTracker() - function in net.corda.core.utilities.FinalityFlow.Companion.RECORD_UNNOTARISED
 
childProgressTracker() - function in net.corda.core.utilities.NotaryFlow.Client.Companion.REQUESTING
 
childProgressTracker() - function in net.corda.core.utilities.NotaryFlow.Client.Companion.VALIDATING
 
childProgressTracker() - function in net.corda.core.utilities.ProgressTracker.DONE
 
childProgressTracker() - function in net.corda.core.utilities.ProgressTracker.STARTING
 
childProgressTracker() - function in net.corda.core.utilities.ProgressTracker.Step
 
childProgressTracker() - function in net.corda.core.utilities.ProgressTracker.UNSTARTED
 
childProgressTracker() - function in net.corda.core.utilities.SignTransactionFlow.Companion.RECEIVING
 
childProgressTracker() - function in net.corda.core.utilities.SignTransactionFlow.Companion.SIGNING
 
childProgressTracker() - function in net.corda.core.utilities.SignTransactionFlow.Companion.VERIFYING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyDealFlow.Primary.Companion.GENERATING_ID
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyDealFlow.Primary.Companion.SENDING_PROPOSAL
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyDealFlow.Secondary.Companion.COLLECTING_SIGNATURES
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyDealFlow.Secondary.Companion.RECEIVING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyDealFlow.Secondary.Companion.RECORDING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyDealFlow.Secondary.Companion.SIGNING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyDealFlow.Secondary.Companion.VERIFYING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyTradeFlow.Buyer.RECEIVING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyTradeFlow.Buyer.RECORDING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyTradeFlow.Buyer.SIGNING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyTradeFlow.Buyer.VERIFYING
 
childProgressTracker() - function in net.corda.core.utilities.TwoPartyTradeFlow.Seller.Companion.AWAITING_PROPOSAL
 
childProgressTracker() - function in net.corda.core.utilities.WithReferencedStatesFlow.Companion.ATTEMPT
 
childProgressTracker() - function in net.corda.core.utilities.WithReferencedStatesFlow.Companion.RETRYING
 
childProgressTracker() - function in net.corda.core.utilities.WithReferencedStatesFlow.Companion.SUCCESS
 
childProgressTracker() - function in net.corda.finance.flows.TwoPartyTradeFlow.Buyer.COLLECTING_SIGNATURES
 
childProgressTracker() - function in net.corda.finance.flows.TwoPartyTradeFlow.Seller.Companion.VERIFYING_AND_SIGNING
 
childrenAs(.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.internal.JacksonUtilsKt
 
choose(T,T) - function in net.corda.core.internal.utilities.AlwaysInternableVerifier
 
choose(T,T) - function in net.corda.core.internal.utilities.IternabilityVerifier
 
chooseIdentity(net.corda.core.node.NodeInfo) - function in net.corda.testing.internal.InternalTestUtilsKt
Returns the party identity of the first identity on the node.
chooseIdentityAndCert(net.corda.core.node.NodeInfo) - function in net.corda.testing.internal.InternalTestUtilsKt
Until we have proper handling of multiple identities per node, for tests we use the first identity as special one.
ClassGraphUtilsKt - class in net.corda.core.internal
 
ClassLoadingUtilsKt - class in net.corda.core.internal
 
ClassWhitelist - class in net.corda.core.serialization
 
clear() - function in java.security.Provider
 
clearAssertionStatus() - function in java.lang.ClassLoader
 
clearNetworkMapCache() - function in net.corda.core.messaging.CordaRPCOps
Clear all network map data from local node cache.
clearNetworkMapCache() - function in net.corda.core.messaging.CordaRPCOps
Clear all network map data from local node cache.
clearNetworkMapCache() - function in net.corda.core.node.services.NetworkMapCache
Clear all network map data from local node cache.
clearNetworkMapCache() - function in net.corda.core.node.services.NetworkMapCacheBase
Clear all network map data from local node cache.
ClientCacheFactory - class in net.corda.client.rpc.internal
 
ClientRelevantError - class in net.corda.core
Allows an implementing Throwable to be propagated to clients.
ClientRpcSslOptions - class in net.corda.core.messaging
As an RPC Client, use this class to point to the truststore that contains the RPC SSL certificate provided by the node admin
clone() - function in java.security.Signature
 
clone() - function in java.security.SignatureSpi
 
clone() - function in java.util.Properties
 
close() - function in java.lang.CheckpointRpcHelper.CloseableFlowManagerRPCOps
 
close() - function in java.lang.ExternalVerifierHandle
 
close() - function in java.lang.InProcess
 
close() - function in java.lang.NodeHandle
 
close() - function in java.lang.NodeHandleInternal
 
close() - function in java.lang.OutOfProcess
 
close() - function in java.net.URLClassLoader
 
close() - function in net.corda.client.rpc.RPCConnection
 
close() - function in net.corda.client.rpc.RPCConnection
 
close() - function in net.corda.client.rpc.ext.MultiRPCClient
 
close() - function in net.corda.client.rpc.internal.ReconnectingCordaRPCOps
 
close(net.corda.core.utilities.NonEmptySet) - function in net.corda.core.flows.FlowLogic
Closes the provided sessions and performs cleanup of any resources tied to these sessions.
close(net.corda.core.utilities.NonEmptySet) - function in net.corda.core.flows.FlowLogic
Closes the provided sessions and performs cleanup of any resources tied to these sessions.
close() - function in net.corda.core.flows.FlowSession
Closes this session and performs cleanup of any resources tied to this session.
close() - function in net.corda.core.internal.LazyPool
Closes the pool.
close() - function in net.corda.core.internal.LazyStickyPool
 
close() - function in net.corda.core.internal.telemetry.TelemetryId
 
close() - function in net.corda.core.messaging.FlowHandle
Use this function for flows whose returnValue is not going to be used, so as to free up server resources.
close() - function in net.corda.core.messaging.FlowHandleImpl
Use this function for flows whose returnValue is not going to be used, so as to free up server resources.
close() - function in net.corda.core.messaging.FlowHandleWithClientId
Use this function for flows whose returnValue is not going to be used, so as to free up server resources.
close() - function in net.corda.core.messaging.FlowHandleWithClientIdImpl
Use this function for flows whose returnValue is not going to be used, so as to free up server resources.
close() - function in net.corda.core.messaging.FlowProgressHandle
Use this function for flows whose returnValue and progress are not going to be used or tracked, so as to free up server resources.
close() - function in net.corda.core.messaging.FlowProgressHandleImpl
Use this function for flows whose returnValue and progress are not going to be used or tracked, so as to free up server resources.
close() - function in net.corda.testing.driver.internal.InProcessImpl
 
close() - function in net.corda.testing.driver.internal.OutOfProcessImpl
 
close() - function in net.corda.testing.node.internal.InternalMockNetwork
 
close() - function in net.corda.testing.node.internal.MockNodeMessagingService
 
close() - function in net.corda.testing.node.internal.network.CrlServer
 
close() - function in net.corda.testing.node.internal.network.NetworkMapServer
 
CLOSE_OUT - enum entry in net.corda.finance.contracts.NetType

Close-out netting applies where one party is bankrupt or otherwise defaults (exact terms are contract specific), and allows their counterparty to net obligations without requiring approval from all parties. For example, if Bank A owes Bank B £1m, and Bank B owes Bank A £1m, in the case of Bank B defaulting this would enable Bank A to net out the two obligations to zero, rather than being legally obliged to pay £1m without any realistic expectation of the debt to them being paid. Realistically this is limited to bilateral netting, to simplify determining which party must sign the netting transaction.

CLOSED - enum entry in net.corda.client.rpc.internal.ReconnectingCordaRPCOps.ReconnectingRPCConnection.CurrentState
 
ClusterSpec - class in net.corda.testing.node
Abstract class specifying information about the consensus algorithm used for a cluster of nodes.
ClusterSpec.Raft - class in net.corda.testing.node.ClusterSpec
A class representing the configuration of a raft consensus algorithm used for a cluster of nodes.
collectCertificates(java.util.jar.JarInputStream) - function in net.corda.core.internal.JarSignatureCollector
Returns an ordered list of every X509Certificate which has signed every signable item in the given JarInputStream.
CollectionOperator - class in net.corda.core.node.services.vault
 
CollectSignatureFlow - class in net.corda.core.flows
Get and check the required signature.
CollectSignaturesFlow - class in net.corda.core.flows
The CollectSignaturesFlow is used to automate the collection of counterparty signatures for a given transaction.
CollectSignaturesFlow.Companion - class in net.corda.core.flows.CollectSignaturesFlow
 
CollectSignaturesFlow.Companion.COLLECTING - class in net.corda.core.flows.CollectSignaturesFlow.Companion
 
CollectSignaturesFlow.Companion.VERIFYING - class in net.corda.core.flows.CollectSignaturesFlow.Companion
 
collectSigners(java.util.jar.JarInputStream) - function in net.corda.core.internal.JarSignatureCollector
Returns an ordered list of every PublicKey which has signed every signable item in the given JarInputStream.
collectSigningParties(java.util.jar.JarInputStream) - function in net.corda.core.internal.JarSignatureCollector
 
Column - class in net.corda.core.node.services.vault
 
ColumnPredicate - class in net.corda.core.node.services.vault
 
ColumnPredicate.AggregateFunction - class in net.corda.core.node.services.vault.ColumnPredicate
 
ColumnPredicate.Between - class in net.corda.core.node.services.vault.ColumnPredicate
 
ColumnPredicate.BinaryComparison - class in net.corda.core.node.services.vault.ColumnPredicate
 
ColumnPredicate.CollectionExpression - class in net.corda.core.node.services.vault.ColumnPredicate
 
ColumnPredicate.EqualityComparison - class in net.corda.core.node.services.vault.ColumnPredicate
 
ColumnPredicate.Likeness - class in net.corda.core.node.services.vault.ColumnPredicate
 
ColumnPredicate.NullExpression - class in net.corda.core.node.services.vault.ColumnPredicate
 
combine(net.corda.core.utilities.Try,kotlin.jvm.functions.Function2) - function in net.corda.core.utilities.Try
Maps the given function to the values from this Success and other, or returns this if this is a Failure or other if other is a Failure.
combine(net.corda.core.utilities.Try,kotlin.jvm.functions.Function2) - function in net.corda.core.utilities.Try
Maps the given function to the values from this Success and other, or returns this if this is a Failure or other if other is a Failure.
combine(net.corda.core.utilities.Try,kotlin.jvm.functions.Function2) - function in net.corda.core.utilities.Try
Maps the given function to the values from this Success and other, or returns this if this is a Failure or other if other is a Failure.
combinedHash(java.lang.Iterable,net.corda.core.crypto.DigestService) - function in net.corda.core.internal.TransactionUtilsKt
Concatenates the hash components into a single ByteArray and returns its hash.
Command - class in net.corda.core.contracts
Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes
command(java.util.List,net.corda.core.contracts.CommandData) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
Adds a command to the transaction.
command(java.security.PublicKey,net.corda.core.contracts.CommandData) - function in net.corda.testing.dsl.TransactionDSL
Adds a command to the transaction.
command(java.util.List,net.corda.core.contracts.CommandData) - function in net.corda.testing.dsl.TransactionDSLInterpreter
Adds a command to the transaction.
command(java.util.List,net.corda.core.contracts.CommandData) - function in net.corda.testing.dsl.TransactionDSLInterpreter
Adds a command to the transaction.
CommandAndState - class in net.corda.core.contracts
Return structure for OwnableState.withNewOwner
CommandData - class in net.corda.core.contracts
Marker interface for classes that represent commands
commands() - function in net.corda.core.transactions.TransactionBuilder
Returns an immutable list of Commands.
COMMANDS_GROUP - enum entry in net.corda.core.contracts.ComponentGroupEnum
 
commandsOfType() - function in net.corda.core.transactions.LedgerTransaction
 
commandsOfType(java.lang.Class) - function in net.corda.core.transactions.LedgerTransaction
Helper to simplify getting all Command items with a CommandData of a particular class, interface, or base class.
CommandWithParties - class in net.corda.core.contracts
A Command where the signing parties have been looked up if they have a well known/recognised institutional key.
CommercialPaper - class in net.corda.finance.contracts
 
CommercialPaper.Commands - class in net.corda.finance.contracts.CommercialPaper
 
CommercialPaper.Commands.Issue - class in net.corda.finance.contracts.CommercialPaper.Commands
 
CommercialPaper.Commands.Move - class in net.corda.finance.contracts.CommercialPaper.Commands
 
CommercialPaper.Commands.Redeem - class in net.corda.finance.contracts.CommercialPaper.Commands
 
CommercialPaper.State - class in net.corda.finance.contracts.CommercialPaper
 
CommercialPaperKt - class in net.corda.finance.contracts
 
CommercialPaperSchema - class in net.corda.finance.schemas
An object used to fully qualify the CommercialPaperSchema family name (i.e.
CommercialPaperSchemaV1 - class in net.corda.finance.schemas
First version of a commercial paper contract ORM schema that maps all fields of the CommercialPaper contract state as it stood at the time of writing.
CommercialPaperSchemaV1.PersistentCommercialPaperState - class in net.corda.finance.schemas.CommercialPaperSchemaV1
 
CommercialPaperUtils - class in net.corda.finance.workflows
 
commit(java.util.List,net.corda.core.crypto.SecureHash,net.corda.core.identity.Party,net.corda.core.flows.NotarisationRequestSignature,net.corda.core.contracts.TimeWindow,java.util.List) - function in net.corda.core.internal.notary.UniquenessProvider
Commits all input states of the given transaction.
commitInputStates(java.util.List,net.corda.core.crypto.SecureHash,net.corda.core.identity.Party,net.corda.core.flows.NotarisationRequestSignature,net.corda.core.contracts.TimeWindow,java.util.List) - function in net.corda.core.internal.notary.SinglePartyNotaryService
Attempts to commit the specified transaction txId.
Commodity - class in net.corda.finance.contracts
Class representing a commodity, as an equivalent to the Currency class.
Commodity.Companion - class in net.corda.finance.contracts.Commodity
 
CommodityState - class in net.corda.testing.internal.vault
A state representing a commodity claim against some party
CommonSchema - class in net.corda.core.schemas
JPA representation of the common schema entities
CommonSchemaV1 - class in net.corda.core.schemas
First version of the Vault ORM schema
CommonSchemaV1.FungibleState - class in net.corda.core.schemas.CommonSchemaV1
 
CommonSchemaV1.LinearState - class in net.corda.core.schemas.CommonSchemaV1
 
ComparableRecoveryTimeWindow - class in net.corda.core.flows
 
ComparableRecoveryTimeWindow.Companion - class in net.corda.core.flows.ComparableRecoveryTimeWindow
 
compare(net.corda.core.node.services.vault.BinaryComparisonOperator,R) - function in net.corda.core.node.services.vault.Builder
 
comparePredicate(java.lang.reflect.Field,net.corda.core.node.services.vault.BinaryComparisonOperator,R) - function in net.corda.core.node.services.vault.Builder
 
comparePredicate(kotlin.reflect.KProperty1,net.corda.core.node.services.vault.BinaryComparisonOperator,R) - function in net.corda.core.node.services.vault.Builder
 
comparePredicate(net.corda.core.node.services.vault.FieldInfo,net.corda.core.node.services.vault.BinaryComparisonOperator,R) - function in net.corda.core.node.services.vault.Builder
 
compareTo(net.corda.core.contracts.UniqueIdentifier) - function in net.corda.core.contracts.UniqueIdentifier
 
compareTo(net.corda.core.crypto.CompositeKey.NodeAndWeight) - function in net.corda.core.crypto.CompositeKey.NodeAndWeight
 
compareTo(java.security.PublicKey) - function in net.corda.core.crypto.NullKeys.NullPublicKey
 
compareTo(net.corda.core.crypto.internal.Curve25519.ModP) - function in net.corda.core.crypto.internal.Curve25519.ModP
 
compareTo(net.corda.core.internal.cordapp.KotlinMetadataVersion) - function in net.corda.core.internal.cordapp.KotlinMetadataVersion
 
compareTo(net.corda.core.utilities.ByteSequence) - function in net.corda.core.utilities.ByteSequence
Compare byte arrays byte by byte.
compareTo(net.corda.core.utilities.ByteSequence) - function in net.corda.core.utilities.ByteSequence
Compare byte arrays byte by byte.
CompatibilityZoneParams - class in net.corda.testing.node.internal
Internal API to enable testing of the network map service and node registration process using the internal driver.
component1() - function in net.corda.client.rpc.CordaRPCClientConfiguration
 
component1(java.security.KeyPair) - function in net.corda.core.crypto.CryptoUtilsKt
 
component1() - function in net.corda.core.identity.PartyAndCertificate
 
component1() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component1() - function in net.corda.core.transactions.LedgerTransaction
 
component1() - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
 
component10() - function in net.corda.core.transactions.LedgerTransaction
 
component2(java.security.KeyPair) - function in net.corda.core.crypto.CryptoUtilsKt
 
component2() - function in net.corda.core.identity.PartyAndCertificate
 
component2() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component2() - function in net.corda.core.transactions.LedgerTransaction
 
component2() - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
 
component3() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component3() - function in net.corda.core.transactions.LedgerTransaction
 
component3() - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
 
component4() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component4() - function in net.corda.core.transactions.LedgerTransaction
 
component4() - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
 
component5() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component5() - function in net.corda.core.transactions.LedgerTransaction
 
component5() - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
 
component6() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component6() - function in net.corda.core.transactions.LedgerTransaction
 
component6() - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
 
component7() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component7() - function in net.corda.core.transactions.LedgerTransaction
 
component8() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component8() - function in net.corda.core.transactions.LedgerTransaction
 
component9() - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
component9() - function in net.corda.core.transactions.LedgerTransaction
 
componentDigest(kotlin.ByteArray) - function in net.corda.core.crypto.DigestAlgorithm
Computes the digest of the ByteArray which is resistant to pre-image attacks.
ComponentGroup - class in net.corda.core.transactions
A ComponentGroup is used to store the full list of transaction components of the same type in serialised form.
ComponentGroupEnum - class in net.corda.core.contracts
An enum, for which each property corresponds to a transaction component group.
componentHash(net.corda.core.crypto.SecureHash,net.corda.core.utilities.OpaqueBytes) - function in net.corda.core.crypto.CryptoUtilsKt
Return the SHA256(SHA256(nonce || serializedComponent)).
componentHash(net.corda.core.utilities.OpaqueBytes,net.corda.core.contracts.PrivacySalt,java.lang.Integer,java.lang.Integer) - function in net.corda.core.crypto.CryptoUtilsKt
Compute the hash of each serialised component so as to be used as Merkle tree leaf.
componentHash(net.corda.core.crypto.SecureHash,net.corda.core.utilities.OpaqueBytes) - function in net.corda.core.crypto.DigestService
Return the HASH(HASH(nonce || serializedComponent)) for SHA2-256 and other algorithms loaded via JCA MessageDigest, otherwise it's defined by DigestAlgorithm.componentDigest(nonce || serializedComponent).
componentHash(net.corda.core.utilities.OpaqueBytes,net.corda.core.contracts.PrivacySalt,java.lang.Integer,java.lang.Integer) - function in net.corda.core.crypto.DigestService
Compute the hash of each serialised component so as to be used as Merkle tree leaf.
componentHashAs(java.lang.String,kotlin.ByteArray) - function in net.corda.core.crypto.SecureHash.Companion
Computes the digest of the ByteArray which is resistant to pre-image attacks.
ComponentTelemetryIds - class in net.corda.core.internal.telemetry
 
ComponentVisibilityException - class in net.corda.core.transactions
Thrown when checking for visibility of all-components in a group in FilteredTransaction.checkAllComponentsVisible.
compose(java.util.function.Function) - function in java.util.function.Function
 
CompositeKey - class in net.corda.core.crypto
A tree data structure that enables the representation of composite public keys, which are used to represent the signing requirements for multi-signature scenarios such as RAFT notary services.
CompositeKey.Builder - class in net.corda.core.crypto.CompositeKey
A helper class for building a CompositeKey.
CompositeKey.Companion - class in net.corda.core.crypto.CompositeKey
 
CompositeKey.NodeAndWeight - class in net.corda.core.crypto.CompositeKey
Holds node - weight pairs for a CompositeKey.
CompositeKeyFactory - class in net.corda.core.crypto
Factory for generating composite keys from ASN.1 format key specifications.
CompositeSignature - class in net.corda.core.crypto
Dedicated class for storing a set of signatures that comprise CompositeKey.
CompositeSignature.Companion - class in net.corda.core.crypto.CompositeSignature
 
CompositeSignature.State - class in net.corda.core.crypto.CompositeSignature
 
CompositeSignaturesWithKeys - class in net.corda.core.crypto
Custom class for holding signature data.
CompositeSignaturesWithKeys.Companion - class in net.corda.core.crypto.CompositeSignaturesWithKeys
 
compute(java.lang.Object,java.util.function.BiFunction) - function in java.security.Provider
 
computeIfAbsent(java.lang.Object,java.util.function.Function) - function in java.security.Provider
 
computeIfAbsent(net.corda.core.serialization.internal.AttachmentsClassLoaderKey,kotlin.jvm.functions.Function1) - function in net.corda.core.serialization.internal.AttachmentsClassLoaderCache
 
computeIfAbsent(net.corda.core.serialization.internal.AttachmentsClassLoaderKey,kotlin.jvm.functions.Function1) - function in net.corda.core.serialization.internal.AttachmentsClassLoaderCacheImpl
 
computeIfAbsent(net.corda.core.serialization.internal.AttachmentsClassLoaderKey,kotlin.jvm.functions.Function1) - function in net.corda.core.serialization.internal.AttachmentsClassLoaderSimpleCacheImpl
 
computeIfPresent(java.lang.Object,java.util.function.BiFunction) - function in java.security.Provider
 
computeNonce(net.corda.core.contracts.PrivacySalt,java.lang.Integer,java.lang.Integer) - function in net.corda.core.crypto.CryptoUtilsKt
Method to compute a nonce based on privacySalt, component group index and component internal index.
computeNonce(net.corda.core.contracts.PrivacySalt,java.lang.Integer,java.lang.Integer) - function in net.corda.core.crypto.DigestService
Method to compute a nonce based on privacySalt, component group index and component internal index.
concatenate(net.corda.core.crypto.SecureHash) - function in net.corda.core.crypto.SecureHash
Append a second hash value to this hash value, and then compute the hash of the result.
concatenate(net.corda.core.crypto.SecureHash) - function in net.corda.core.crypto.SecureHash
Append a second hash value to this hash value, and then compute the hash of the result.
concatenateAs(java.lang.String,net.corda.core.crypto.SecureHash) - function in net.corda.core.crypto.SecureHash
Append a second hash value to this hash value, and then compute the hash of the result using the specified algorithm.
concatenateAs(java.lang.String,net.corda.core.crypto.SecureHash) - function in net.corda.core.crypto.SecureHash
Append a second hash value to this hash value, and then compute the hash of the result using the specified algorithm.
ConcurrencyUtilsKt - class in net.corda.core.concurrent
 
CONFIDENTIAL_LEGAL_IDENTITY - enum entry in net.corda.core.internal.CertRole

Confidential (limited visibility) identity of a legal entity.

config() - function in net.corda.testing.node.internal.CompatibilityZoneParams
 
config() - function in net.corda.testing.node.internal.SharedCompatibilityZoneParams
 
config() - function in net.corda.testing.node.internal.SplitCompatibilityZoneParams
 
ConfigHolder - class in net.corda.finance.internal
 
ConfigHolder.Companion - class in net.corda.finance.internal.ConfigHolder
 
configure(java.lang.String) - function in java.security.Provider
 
configureDatabase(java.util.Properties,.<Error class: unknown class>,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,.<Error class: unknown class>,java.util.Set,net.corda.core.internal.NamedCacheFactory,net.corda.core.identity.CordaX500Name,java.lang.Boolean,java.lang.Boolean) - function in net.corda.testing.internal.InternalTestUtilsKt
Convenience method for configuring a database for some tests.
CONNECTED - enum entry in net.corda.client.rpc.internal.ReconnectingCordaRPCOps.ReconnectingRPCConnection.CurrentState
 
CONNECTING - enum entry in net.corda.client.rpc.internal.ReconnectingCordaRPCOps.ReconnectingRPCConnection.CurrentState
 
ConnectionFailureException - class in net.corda.client.rpc
Signals that the underlying RPCConnection dropped.
CONSTRAINT_TYPE - enum entry in net.corda.core.node.services.vault.Sort.VaultStateAttribute
 
constraintInfo(net.corda.core.node.services.Vault.ConstraintInfo.Type,kotlin.ByteArray) - function in net.corda.core.node.services.Vault.ConstraintInfo.Companion
 
ConstraintsUtilsKt - class in net.corda.core.internal
 
ConstructorForDeserialization - class in net.corda.core.serialization
Annotation indicating a constructor to be used to reconstruct instances of a class during deserialization.
consumeCash(net.corda.core.contracts.Amount,net.corda.core.identity.AbstractParty) - function in net.corda.testing.internal.vault.VaultFiller
Consume cash, sending any change to the default identity for this node.
CONSUMED - enum entry in net.corda.core.node.services.Vault.StateStatus
 
CONSUMED - enum entry in net.corda.core.node.services.vault.QueryCriteria.TimeInstantType
 
CONSUMED_TIME - enum entry in net.corda.core.node.services.vault.Sort.VaultStateAttribute
 
consumeDeals(java.util.List) - function in net.corda.testing.internal.vault.VaultFiller
 
consumeLinearStates(java.util.List) - function in net.corda.testing.internal.vault.VaultFiller
 
consumeStates(java.lang.Iterable) - function in net.corda.testing.internal.vault.VaultFiller
 
contains(java.lang.Object) - function in java.util.Properties
 
contains(T) - function in kotlin.collections.Set
 
contains(java.time.Instant) - function in net.corda.core.contracts.TimeWindow
Returns true iff the given instant is within the time interval of this TimeWindow.
containsAll(java.util.Collection) - function in kotlin.collections.Set
 
containsAny(java.security.PublicKey,java.lang.Iterable) - function in net.corda.core.crypto.CryptoUtilsKt
Checks whether any of the given keys matches a leaf on the CompositeKey tree or a single PublicKey.
containsKey(java.lang.Object) - function in java.util.Properties
 
containsKey(java.lang.String) - function in net.corda.testing.node.internal.MockCryptoService
 
containsType() - function in net.corda.core.node.services.Vault.Update
Checks whether the update contains a state of the specified type.
containsType(java.lang.Class,net.corda.core.node.services.Vault.StateStatus) - function in net.corda.core.node.services.Vault.Update
Checks whether the update contains a state of the specified type and state status
containsValue(java.lang.Object) - function in java.util.Properties
 
contextLogger(java.lang.Object) - function in net.corda.core.utilities.KotlinUtilsKt
When called from a companion object, returns the logger for the enclosing class.
ContextPropertyKeys - class in net.corda.core.serialization
Set of well known properties that may be set on a serialization context.
continueOnError(.<Error class: unknown class>) - function in net.corda.core.observable.ObservablesKt
Observable.
Contract - class in net.corda.core.contracts
Implemented by a program that implements business logic on the shared ledger.
CONTRACT_STATE_TYPE - enum entry in net.corda.core.node.services.vault.Sort.VaultStateAttribute
 
CONTRACT_UPGRADE - enum entry in net.corda.core.node.services.Vault.UpdateType
 
ContractAttachment - class in net.corda.core.contracts
An Attachment which represents a contract JAR.
ContractAttachment.Companion - class in net.corda.core.contracts.ContractAttachment
 
ContractAttachmentWithLegacy - class in net.corda.core.internal.cordapp
 
contractClassName(java.lang.Class) - function in net.corda.core.internal.ContractStateClassCache
 
ContractsDSLKt - class in net.corda.core.contracts
 
ContractState - class in net.corda.core.contracts
A contract state (or just "state") contains opaque data used by a contract program.
ContractStateClassCache - class in net.corda.core.internal
 
ContractUpgradeFilteredTransaction - class in net.corda.core.transactions
A filtered version of the ContractUpgradeWireTransaction.
ContractUpgradeFilteredTransaction.FilteredComponent - class in net.corda.core.transactions.ContractUpgradeFilteredTransaction
Contains the serialized component and the associated nonce for computing the transaction id.
ContractUpgradeFlow - class in net.corda.core.flows
A flow to be used for authorising and upgrading state objects of an old contract to a new contract.
ContractUpgradeFlow.Authorise - class in net.corda.core.flows.ContractUpgradeFlow
Authorise a contract state upgrade.
ContractUpgradeFlow.Deauthorise - class in net.corda.core.flows.ContractUpgradeFlow
Deauthorise a contract state upgrade.
ContractUpgradeFlow.Initiate - class in net.corda.core.flows.ContractUpgradeFlow
This flow begins the contract upgrade process.
ContractUpgradeLedgerTransaction - class in net.corda.core.transactions
A contract upgrade transaction with fully resolved inputs and signatures.
ContractUpgradeLedgerTransaction.Companion - class in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
ContractUpgradeService - class in net.corda.core.node.services
The ContractUpgradeService is responsible for securely upgrading contract state objects according to a specified and mutually agreed (amongst participants) contract version.
ContractUpgradeTransactionBuilder - class in net.corda.core.internal
Constructs a ContractUpgradeWireTransaction.
ContractUpgradeUtils - class in net.corda.core.internal
 
ContractUpgradeWireTransaction - class in net.corda.core.transactions
A special transaction for upgrading the contract of a state.
ContractUpgradeWireTransaction.Component - class in net.corda.core.transactions.ContractUpgradeWireTransaction
 
copy(java.time.Duration,java.lang.Integer,java.lang.Boolean,java.time.Duration,java.lang.Integer,java.lang.Integer,java.time.Duration,java.lang.Double,java.lang.Integer,java.lang.Integer,java.time.Duration,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in net.corda.client.rpc.CordaRPCClientConfiguration
 
copy(net.corda.core.context.InvocationOrigin,net.corda.core.context.Trace,net.corda.core.context.Actor,net.corda.core.context.Trace,net.corda.core.context.Actor) - function in net.corda.core.context.InvocationContext
 
copy(net.corda.core.context.InvocationOrigin,net.corda.core.context.Trace,net.corda.core.context.Actor,net.corda.core.context.Trace,net.corda.core.context.Actor,java.util.List,java.lang.String) - function in net.corda.core.context.InvocationContext
 
copy(net.corda.core.crypto.PartialMerkleTree.PartialTree,net.corda.core.crypto.PartialMerkleTree.PartialTree) - function in net.corda.core.crypto.PartialMerkleTree.PartialTree.Node
Old version of PartialTree.Node.copy for ABI compatibility.
copy(net.corda.core.crypto.SecureHash) - function in net.corda.core.flows.StateConsumptionDetails
 
copy(net.corda.core.flows.StateMachineRunId,net.corda.core.concurrent.CordaFuture,.<Error class: unknown class>) - function in net.corda.core.messaging.FlowProgressHandleImpl
 
copy(net.corda.core.flows.StateMachineRunId,java.lang.String,net.corda.core.flows.FlowInitiator,net.corda.core.messaging.DataFeed) - function in net.corda.core.messaging.StateMachineInfo
 
copy(java.lang.Integer,java.util.List,java.lang.Integer,java.lang.Integer,java.time.Instant,java.lang.Integer,java.util.Map) - function in net.corda.core.node.NetworkParameters
This is to address backwards compatibility of the API, invariant to package ownership addresses bug CORDA-2769
copy(java.lang.Integer,java.util.List,java.lang.Integer,java.lang.Integer,java.time.Instant,java.lang.Integer,java.util.Map,java.time.Duration) - function in net.corda.core.node.NetworkParameters
This is to address backwards compatibility of the API, invariant to package ownership addresses bug CORDA-2769
copy(java.lang.Integer,java.util.List,java.lang.Integer,java.lang.Integer,java.time.Instant,java.lang.Integer,java.util.Map,java.time.Duration,java.util.Map) - function in net.corda.core.node.NetworkParameters
This is to address backwards compatibility of the API, invariant to package ownership addresses bug CORDA-2769
copy(java.util.List,java.util.List,java.lang.Long,net.corda.core.node.services.Vault.StateStatus,java.util.List) - function in net.corda.core.node.services.Vault.Page
 
copy(net.corda.core.contracts.StateRef,java.lang.String,java.time.Instant,java.time.Instant,net.corda.core.node.services.Vault.StateStatus,net.corda.core.identity.AbstractParty,java.lang.String,java.time.Instant) - function in net.corda.core.node.services.Vault.StateMetadata
 
copy(net.corda.core.contracts.StateRef,java.lang.String,java.time.Instant,java.time.Instant,net.corda.core.node.services.Vault.StateStatus,net.corda.core.identity.AbstractParty,java.lang.String,java.time.Instant,net.corda.core.node.services.Vault.RelevancyStatus) - function in net.corda.core.node.services.Vault.StateMetadata
 
copy(java.util.Set,java.util.Set,java.util.UUID,net.corda.core.node.services.Vault.UpdateType) - function in net.corda.core.node.services.Vault.Update
Additional copy method to maintain backwards compatibility.
copy(java.util.Set,java.util.Set,java.util.UUID,net.corda.core.node.services.Vault.UpdateType,java.util.Set) - function in net.corda.core.node.services.Vault.Update
Additional copy method to maintain backwards compatibility.
copy(net.corda.core.node.services.vault.ColumnPredicate,net.corda.core.node.services.vault.ColumnPredicate,net.corda.core.node.services.vault.ColumnPredicate) - function in net.corda.core.node.services.vault.AttachmentQueryCriteria.AttachmentsQueryCriteria
 
copy(java.util.List,java.util.List,net.corda.core.node.services.vault.ColumnPredicate,java.util.List,java.util.List,net.corda.core.node.services.Vault.StateStatus,java.util.Set) - function in net.corda.core.node.services.vault.QueryCriteria.FungibleAssetQueryCriteria
 
copy(java.util.List,java.util.List,net.corda.core.node.services.vault.ColumnPredicate,java.util.List,java.util.List,net.corda.core.node.services.Vault.StateStatus,java.util.Set,net.corda.core.node.services.Vault.RelevancyStatus) - function in net.corda.core.node.services.vault.QueryCriteria.FungibleAssetQueryCriteria
 
copy(java.util.List,java.util.List,java.util.List,net.corda.core.node.services.Vault.StateStatus,java.util.Set) - function in net.corda.core.node.services.vault.QueryCriteria.LinearStateQueryCriteria
 
copy(java.util.List,java.util.List,java.util.List,net.corda.core.node.services.Vault.StateStatus,java.util.Set,net.corda.core.node.services.Vault.RelevancyStatus) - function in net.corda.core.node.services.vault.QueryCriteria.LinearStateQueryCriteria
 
copy(net.corda.core.node.services.vault.CriteriaExpression,net.corda.core.node.services.Vault.StateStatus,java.util.Set) - function in net.corda.core.node.services.vault.QueryCriteria.VaultCustomQueryCriteria
 
copy(net.corda.core.node.services.Vault.StateStatus,java.util.Set,java.util.List,java.util.List,net.corda.core.node.services.vault.QueryCriteria.SoftLockingCondition,net.corda.core.node.services.vault.QueryCriteria.TimeCondition) - function in net.corda.core.node.services.vault.QueryCriteria.VaultQueryCriteria
This function copies this object.
copy(net.corda.core.node.services.Vault.StateStatus,java.util.Set,java.util.List,java.util.List,net.corda.core.node.services.vault.QueryCriteria.SoftLockingCondition,net.corda.core.node.services.vault.QueryCriteria.TimeCondition,net.corda.core.node.services.Vault.RelevancyStatus,java.util.Set,java.util.Set,java.util.List) - function in net.corda.core.node.services.vault.QueryCriteria.VaultQueryCriteria
This function creates a VaultQueryCriteria object with the given values.
copy(net.corda.core.node.services.Vault.StateStatus,java.util.Set,java.util.List,java.util.List,net.corda.core.node.services.vault.QueryCriteria.SoftLockingCondition,net.corda.core.node.services.vault.QueryCriteria.TimeCondition,net.corda.core.node.services.Vault.RelevancyStatus,java.util.Set,java.util.Set,java.util.List,java.util.List) - function in net.corda.core.node.services.vault.QueryCriteria.VaultQueryCriteria
This function creates a VaultQueryCriteria object with the given values.
copy(java.util.Map,java.util.Map) - function in net.corda.core.transactions.ContractUpgradeFilteredTransaction
Old version of ContractUpgradeFilteredTransaction.copy for ABI compatibility.
copy(java.util.List,net.corda.core.identity.Party,net.corda.core.contracts.Attachment,net.corda.core.contracts.ContractClassName,net.corda.core.contracts.Attachment,net.corda.core.crypto.SecureHash,net.corda.core.contracts.PrivacySalt,java.util.List,net.corda.core.node.NetworkParameters) - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction
 
copy(java.util.List,net.corda.core.contracts.PrivacySalt) - function in net.corda.core.transactions.ContractUpgradeWireTransaction
Old version of ContractUpgradeWireTransaction.copy for sake of ABI compatibility.
copy(java.util.List,java.util.List,java.util.List,java.util.List,net.corda.core.crypto.SecureHash,net.corda.core.identity.Party,net.corda.core.contracts.TimeWindow,net.corda.core.contracts.PrivacySalt) - function in net.corda.core.transactions.LedgerTransaction
 
copy(java.util.List,java.util.List,java.util.List,java.util.List,net.corda.core.crypto.SecureHash,net.corda.core.identity.Party,net.corda.core.contracts.TimeWindow,net.corda.core.contracts.PrivacySalt,net.corda.core.node.NetworkParameters) - function in net.corda.core.transactions.LedgerTransaction
 
copy(java.util.List,net.corda.core.identity.Party,net.corda.core.identity.Party,net.corda.core.crypto.SecureHash,java.util.List) - function in net.corda.core.transactions.NotaryChangeLedgerTransaction
 
copy(java.util.List) - function in net.corda.core.transactions.NotaryChangeWireTransaction
Old version of NotaryChangeWireTransaction.copy for ABI compatibility.
copy() - function in net.corda.core.transactions.TransactionBuilder
Creates a copy of the builder.
copy() - function in net.corda.core.utilities.ByteSequence
Copy this sequence, complete with new backing array.
copy() - function in net.corda.core.utilities.ByteSequence
Copy this sequence, complete with new backing array.
copy(java.lang.Boolean,java.nio.file.Path,net.corda.testing.driver.PortAllocation,net.corda.testing.driver.PortAllocation,java.util.Map,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,net.corda.testing.driver.JmxPolicy,net.corda.core.node.NetworkParameters) - function in net.corda.testing.driver.DriverParameters
 
copy(java.lang.Boolean,java.nio.file.Path,net.corda.testing.driver.PortAllocation,net.corda.testing.driver.PortAllocation,java.util.Map,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,net.corda.testing.driver.JmxPolicy,net.corda.core.node.NetworkParameters,java.util.Map,java.lang.Boolean,java.util.Collection) - function in net.corda.testing.driver.DriverParameters
 
copy(java.lang.Boolean,java.nio.file.Path,net.corda.testing.driver.PortAllocation,net.corda.testing.driver.PortAllocation,java.util.Map,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,net.corda.testing.driver.JmxPolicy,net.corda.core.node.NetworkParameters,java.util.Map,java.lang.Boolean,java.util.Collection,java.util.Map,java.lang.Boolean) - function in net.corda.testing.driver.DriverParameters
 
copy(java.lang.Boolean,java.nio.file.Path,net.corda.testing.driver.PortAllocation,net.corda.testing.driver.PortAllocation,java.util.Map,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,net.corda.testing.driver.JmxPolicy,net.corda.core.node.NetworkParameters,java.util.Map,java.lang.Boolean,java.util.Collection,java.util.Map,java.lang.Boolean,java.lang.Boolean) - function in net.corda.testing.driver.DriverParameters
 
copy(java.lang.Boolean,java.nio.file.Path,net.corda.testing.driver.PortAllocation,net.corda.testing.driver.PortAllocation,java.util.Map,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,net.corda.testing.driver.JmxPolicy,net.corda.core.node.NetworkParameters,java.util.Set) - function in net.corda.testing.driver.DriverParameters
 
copy(net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String) - function in net.corda.testing.driver.NodeParameters
 
copy(net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.util.Collection,java.util.Map) - function in net.corda.testing.driver.NodeParameters
 
copy(net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.util.Collection,java.util.Map,java.lang.String) - function in net.corda.testing.driver.NodeParameters
 
copy(net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.util.Collection,java.util.Map,java.lang.String,net.corda.core.utilities.NetworkHostAndPort) - function in net.corda.testing.driver.NodeParameters
 
copy(net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.util.Collection,java.util.Map,java.lang.String,net.corda.core.utilities.NetworkHostAndPort,java.util.Map) - function in net.corda.testing.driver.NodeParameters
 
copy(java.lang.Boolean,java.lang.Boolean,net.corda.testing.node.InMemoryMessagingNetwork.ServicePeerAllocationStrategy,java.util.List,net.corda.core.node.NetworkParameters) - function in net.corda.testing.node.MockNetworkParameters
 
copy(java.lang.Integer,net.corda.core.identity.CordaX500Name,java.math.BigInteger,net.corda.testing.node.MockNodeConfigOverrides) - function in net.corda.testing.node.MockNodeParameters
 
copy(net.corda.core.identity.CordaX500Name,java.lang.Boolean,java.util.List,net.corda.testing.driver.VerifierType,net.corda.testing.node.ClusterSpec) - function in net.corda.testing.node.NotarySpec
 
copyBytes(java.nio.ByteBuffer) - function in net.corda.core.internal.InternalUtilsKt
 
copyBytes() - function in net.corda.core.utilities.ByteSequence
Same as copy but returns just the new byte array.
copyBytes() - function in net.corda.core.utilities.ByteSequence
Same as copy but returns just the new byte array.
copyDatabaseSnapshot(java.nio.file.Path) - function in net.corda.testing.node.DatabaseSnapshot
 
copyOf(java.util.Collection) - function in net.corda.core.utilities.NonEmptySet.Companion
Returns a non-empty set containing each of elements, minus duplicates, in the order each appears first in the source collection.
copyTo(java.io.InputStream,java.nio.file.Path,java.nio.file.CopyOption) - function in net.corda.core.internal.InternalUtilsKt
 
copyTo(java.nio.file.Path,java.io.OutputStream) - function in net.corda.core.internal.PathUtilsKt
See overload of Files.copy which takes in an InputStream.
copyToDirectory(java.nio.file.Path,java.nio.file.Path,java.nio.file.CopyOption) - function in net.corda.core.internal.PathUtilsKt
Copy the file into the target directory using Files.copy.
CordaException - class in net.corda.core
 
CordaFuture - class in net.corda.core.concurrent
Same as Future with additional methods to provide some of the features of java.util.concurrent.CompletableFuture while minimising the API surface area.
CordaFutureImpl - class in net.corda.core.internal.concurrent
Unless you really want this particular implementation, use openFuture to make one.
CordaFutureImplKt - class in net.corda.core.internal.concurrent
 
CordaInternal - class in net.corda.core
These methods and annotations are not part of Corda's API compatibility guarantee and applications should not use them.
CordaModule - class in net.corda.client.jackson.internal
 
CordaObjectIdentifier - class in net.corda.core.crypto
 
CordaOID - class in net.corda.core
OIDs used for the Corda platform.
Cordapp - class in net.corda.core.cordapp
Represents a cordapp by registering the JAR that contains it and all important classes for Corda.
Cordapp.Info - class in net.corda.core.cordapp.Cordapp
Further information about the CorDapp extracted from its MANIFEST.
Cordapp.Info.Contract - class in net.corda.core.cordapp.Cordapp.Info
A contract CorDapp contains contract definitions (state, commands) and verification logic
Cordapp.Info.ContractAndWorkflow - class in net.corda.core.cordapp.Cordapp.Info
A CorDapp that includes both contract and workflow classes, and defined in terms of Contract and Workflow.
Cordapp.Info.Default - class in net.corda.core.cordapp.Cordapp.Info
CorDapps created on V3 which bundle contracts and flows into the same jar.
Cordapp.Info.Workflow - class in net.corda.core.cordapp.Cordapp.Info
A workflow CorDapp contains flows and services used to implement business transactions using contracts and states persisted to the immutable ledger
CordappConfig - class in net.corda.core.cordapp
Provides access to cordapp configuration independent of the configuration provider.
CordappConfigException - class in net.corda.core.cordapp
Thrown if an exception occurs in accessing or parsing cordapp configuration
CordappContext - class in net.corda.core.cordapp
An app context provides information about where an app was loaded from, access to its classloader, and (in the included Cordapp object) lists of annotated classes discovered via scanning the JAR.
CordappContext.Companion - class in net.corda.core.cordapp.CordappContext
 
cordappForClasses(java.lang.Class) - function in net.corda.testing.node.internal.InternalTestUtilsKt
Create a custom CorDapp which contains just the given classes.
CordappImpl - class in net.corda.core.internal.cordapp
 
CordappImpl.Companion - class in net.corda.core.internal.cordapp.CordappImpl
 
CordappInfo - class in net.corda.core.cordapp
A CordappInfo describes a single CorDapp currently installed on the node
CordappProvider - class in net.corda.core.cordapp
Provides access to what the node knows about loaded applications.
CordappProviderInternal - class in net.corda.core.internal.cordapp
 
cordappsForPackages(java.lang.String) - function in net.corda.testing.node.internal.InternalTestUtilsKt
 
cordappsForPackages(java.lang.Iterable) - function in net.corda.testing.node.internal.InternalTestUtilsKt
 
cordappWithFixups(java.util.List) - function in net.corda.testing.node.internal.InternalTestUtilsKt
 
cordappWithPackages(java.lang.String) - function in net.corda.testing.node.internal.InternalTestUtilsKt
Create a custom CorDapp which contains all the classes and resoures located in the given packages.
CordaRPCClient - class in net.corda.client.rpc
An RPC client connects to the specified server and allows you to make calls to the server that perform various useful tasks.
CordaRPCClientConfiguration - class in net.corda.client.rpc
Can be used to configure the RPC client connection.
CordaRPCClientConfiguration.Companion - class in net.corda.client.rpc.CordaRPCClientConfiguration
 
CordaRPCConnection - class in net.corda.client.rpc
This class is essentially just a wrapper for an RPCConnection<CordaRPCOps> and can be treated identically.
CordaRPCOps - class in net.corda.core.messaging
RPC operations that the node exposes to clients.
CordaRPCOpsKt - class in net.corda.core.messaging
 
CordaRuntimeException - class in net.corda.core
 
CordaSecurityProvider - class in net.corda.core.crypto
 
CordaSerializable - class in net.corda.core.serialization
This annotation is a marker to indicate that a class is permitted and intended to be serialized as part of Node messaging.
CordaSerializationTransformEnumDefault - class in net.corda.core.serialization
This annotation is used to mark an enumerated type as having had a new constant appended to it.
CordaSerializationTransformEnumDefaults - class in net.corda.core.serialization
This annotation is used to mark an enumerated type as having had multiple members added, It acts as a container annotation for instances of CordaSerializationTransformEnumDefault, each of which details individual additions.
CordaSerializationTransformRename - class in net.corda.core.serialization
This annotation is used to mark a class has having had a property element.
CordaSerializationTransformRenames - class in net.corda.core.serialization
This annotation is used to mark a class as having had multiple elements renamed as a container annotation for instances of CordaSerializationTransformRename, each of which details an individual rename.
cordaService(java.lang.Class) - function in net.corda.core.node.AppServiceHub
Return the singleton instance of the given Corda service type.
cordaService(java.lang.Class) - function in net.corda.core.node.ServiceHub
Return the singleton instance of the given Corda service type.
cordaService(java.lang.Class) - function in net.corda.core.node.ServiceHubCoreInternal
Return the singleton instance of the given Corda service type.
cordaService(java.lang.Class) - function in net.corda.core.node.VerifyingServiceHub
Return the singleton instance of the given Corda service type.
CordaService - class in net.corda.core.node.services
Annotate any class that needs to be a long-lived service within the node, such as an oracle, with this annotation.
cordaService(java.lang.Class) - function in net.corda.testing.node.MockServices
Return the singleton instance of the given Corda service type.
CordaServiceCriticalFailureException - class in net.corda.core.node.services
Please see ServiceLifecycleEvent.STATE_MACHINE_STARTED for the purpose of this exception.
cordaTelemetryComponent(java.lang.Class) - function in net.corda.core.node.AppServiceHub
Return the singleton instance of the given Corda telemetry component type.
cordaTelemetryComponent(java.lang.Class) - function in net.corda.core.node.ServiceHub
Return the singleton instance of the given Corda telemetry component type.
cordaTelemetryComponent(java.lang.Class) - function in net.corda.core.node.ServiceHubCoreInternal
Return the singleton instance of the given Corda telemetry component type.
cordaTelemetryComponent(java.lang.Class) - function in net.corda.core.node.VerifyingServiceHub
Return the singleton instance of the given Corda telemetry component type.
cordaTelemetryComponent(java.lang.Class) - function in net.corda.testing.node.MockServices
Return the singleton instance of the given Corda telemetry component type.
CordaThrowable - class in net.corda.core
 
CordaTransactionSupport - class in net.corda.core.node.services.vault
 
CordaUtilsKt - class in net.corda.core.internal
 
CordaX500Name - class in net.corda.core.identity
X.500 distinguished name data type customised to how Corda uses names.
CordaX500Name.Companion - class in net.corda.core.identity.CordaX500Name
 
CoreTransaction - class in net.corda.core.transactions
A transaction with the minimal amount of information required to compute the unique transaction id, and resolve a FullTransaction.
CouldNotStartFlowException - class in net.corda.client.rpc.reconnect
Thrown when a flow start command died before receiving a net.corda.core.messaging.FlowHandle.
COUNT - enum entry in net.corda.core.node.services.vault.AggregateFunctionType
 
count(java.lang.reflect.Field) - function in net.corda.core.node.services.vault.Builder
 
count(kotlin.reflect.KProperty1) - function in net.corda.core.node.services.vault.Builder
 
count(net.corda.core.node.services.vault.FieldInfo) - function in net.corda.core.node.services.vault.Builder
 
create(net.corda.core.contracts.Attachment,net.corda.core.contracts.ContractClassName,java.util.Set,java.lang.String,java.util.List,java.lang.Integer) - function in net.corda.core.contracts.ContractAttachment.Companion
 
create(java.security.PublicKey) - function in net.corda.core.contracts.SignatureAttachmentConstraint.Companion
Factory method to be used in preference to the constructor.
create(net.corda.core.cordapp.Cordapp,net.corda.core.crypto.SecureHash,java.lang.ClassLoader,net.corda.core.cordapp.CordappConfig) - function in net.corda.core.cordapp.CordappContext.Companion
 
create(java.lang.String) - function in net.corda.core.crypto.SecureHash.Companion
Converts a SecureHash hash value represented as a {algorithm:}hexadecimal String into a SecureHash.
create() - function in net.corda.core.crypto.internal.DigestAlgorithmFactory
 
create(java.lang.String) - function in net.corda.core.crypto.internal.DigestAlgorithmFactory.Companion
 
create(java.lang.Class,java.lang.Object) - function in net.corda.core.flows.FlowLogicRefFactory
Construct a FlowLogicRef.
create(java.lang.String,java.lang.Object) - function in net.corda.core.flows.FlowLogicRefFactory
Construct a FlowLogicRef.
create(java.security.PublicKey) - function in net.corda.core.identity.AnonymousParty.Companion
Factory method to be used in preference to the constructor.
create(java.security.cert.X509Certificate) - function in net.corda.core.identity.Party.Companion
Factory method to be used in preference to the constructor.
create(net.corda.core.identity.CordaX500Name,java.security.PublicKey) - function in net.corda.core.identity.Party.Companion
Factory method to be used in preference to the constructor.
createComponentGroups(java.util.List,java.util.List,java.util.List,java.util.List,net.corda.core.identity.Party,net.corda.core.contracts.TimeWindow,java.util.List,net.corda.core.crypto.SecureHash,java.util.List) - function in net.corda.core.internal.TransactionUtilsKt
 
createCordappClassLoader(java.util.Collection) - function in net.corda.testing.node.internal.InternalMockNetwork.Companion
 
createDefaultMapper(net.corda.core.messaging.CordaRPCOps,.<Error class: unknown class>,java.lang.Boolean,java.lang.Boolean) - function in net.corda.client.jackson.JacksonSupport
Creates a Jackson ObjectMapper that uses RPC to deserialise parties from string names.
createDevIntermediateCaCertPath(javax.security.auth.x500.X500Principal,javax.security.auth.x500.X500Principal) - function in net.corda.testing.internal.InternalTestUtilsKt
Returns a pair of CertificateAndKeyPairs, the first being the root CA and the second the intermediate CA.
createDevNodeCaCertPath(net.corda.core.identity.CordaX500Name,java.security.KeyPair,javax.security.auth.x500.X500Principal,javax.security.auth.x500.X500Principal) - function in net.corda.testing.internal.InternalTestUtilsKt
Returns a triple of CertificateAndKeyPairs, the first being the root CA, the second the intermediate CA and the third the node CA.
createFor(java.lang.String) - function in net.corda.core.contracts.PrivacySalt.Companion
 
createForContractVerify(java.util.List,java.util.List,java.util.List,java.util.List,net.corda.core.crypto.SecureHash,net.corda.core.identity.Party,net.corda.core.contracts.TimeWindow,net.corda.core.contracts.PrivacySalt,net.corda.core.node.NetworkParameters,java.util.List,net.corda.core.crypto.DigestService) - function in net.corda.core.transactions.LedgerTransaction.Companion
This factory function will create an instance of LedgerTransaction that will be used for contract verification.
createGenericSchedule(java.time.LocalDate,net.corda.finance.contracts.Frequency,net.corda.finance.contracts.BusinessCalendar,net.corda.finance.contracts.DateRollConvention,java.lang.Integer,java.time.LocalDate,java.lang.Integer) - function in net.corda.finance.contracts.BusinessCalendar.Companion
Calculates an event schedule that moves events around to ensure they fall on working days.
createInMemoryMapper(net.corda.core.node.services.IdentityService,.<Error class: unknown class>,java.lang.Boolean,java.lang.Boolean) - function in net.corda.client.jackson.JacksonSupport
Creates a Jackson ObjectMapper that uses an IdentityService directly inside the node to deserialise parties from string names.
createInMemoryTestZip(java.lang.Integer,java.lang.Byte,java.lang.String) - function in net.corda.core.internal.InputStreamAndHash.Companion
Get a valid InputStream from an in-memory zip as required for some tests.
createInstancesOfClassesImplementing(java.lang.ClassLoader,java.lang.Class,kotlin.ranges.IntRange) - function in net.corda.core.internal.ClassLoadingUtilsKt
Creates instances of all the classes in the classpath of the provided classloader, which implement the interface of the provided class.
createMessage(java.lang.String,kotlin.ByteArray,.<Error class: unknown class>,java.util.Map) - function in net.corda.testing.node.internal.MockNodeMessagingService
Returns the given (topic & session, data) pair as a newly created message object.
createMockCordaService(net.corda.testing.node.MockServices,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.MockServicesKt
Function which can be used to create a mock CordaService for use within testing, such as an Oracle.
createNode(net.corda.core.identity.CordaX500Name,java.lang.Integer,java.math.BigInteger,net.corda.testing.node.MockNodeConfigOverrides) - function in net.corda.testing.node.MockNetwork
Create a started node with the given parameters.
createNode(net.corda.testing.node.MockNodeParameters) - function in net.corda.testing.node.MockNetwork
Create a started node with the given parameters.
createNode(net.corda.testing.node.internal.InternalMockNodeParameters) - function in net.corda.testing.node.internal.InternalMockNetwork
 
createNode(net.corda.testing.node.internal.InternalMockNodeParameters,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.internal.InternalMockNetwork
Like the other createNode but takes a nodeFactory and propagates its MockNode subtype.
createNonRpcMapper(.<Error class: unknown class>,java.lang.Boolean) - function in net.corda.client.jackson.JacksonSupport
For testing or situations where deserialising parties is not required
createPartyNode(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.node.MockNetwork
Create a started node with the given identity.
createPartyNode(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.node.internal.InternalMockNetwork
 
createRandom() - function in net.corda.core.flows.StateMachineRunId.Companion
 
createServiceFlow(net.corda.core.flows.FlowSession) - function in net.corda.core.internal.notary.NotaryService
Produces a notary service flow which has the corresponding sends and receives as NotaryFlow.Client.
createServiceFlow(net.corda.core.flows.FlowSession) - function in net.corda.core.internal.notary.NotaryService
Produces a notary service flow which has the corresponding sends and receives as NotaryFlow.Client.
createSHA256(kotlin.ByteArray) - function in net.corda.core.crypto.SecureHash.Companion
Factory method for SHA256 to be used in preference to the constructor.
createSignature(net.corda.core.transactions.FilteredTransaction) - function in net.corda.core.node.AppServiceHub
Helper method to create a signature for a FilteredTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.FilteredTransaction,java.security.PublicKey) - function in net.corda.core.node.AppServiceHub
Helper method to create a signature for a FilteredTransaction.
createSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.AppServiceHub
Helper method to create a signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.AppServiceHub
Helper method to create an additional signature for an existing (partially) SignedTransaction.
createSignature(net.corda.core.transactions.FilteredTransaction) - function in net.corda.core.node.ServiceHub
Helper method to create a signature for a FilteredTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.FilteredTransaction) - function in net.corda.core.node.ServiceHub
Helper method to create a signature for a FilteredTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.FilteredTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
Helper method to create a signature for a FilteredTransaction.
createSignature(net.corda.core.transactions.FilteredTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
Helper method to create a signature for a FilteredTransaction.
createSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
Helper method to create a signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
Helper method to create a signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
Helper method to create an additional signature for an existing (partially) SignedTransaction.
createSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
Helper method to create an additional signature for an existing (partially) SignedTransaction.
createSignature(net.corda.core.transactions.FilteredTransaction) - function in net.corda.core.node.ServiceHubCoreInternal
Helper method to create a signature for a FilteredTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.FilteredTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHubCoreInternal
Helper method to create a signature for a FilteredTransaction.
createSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHubCoreInternal
Helper method to create a signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHubCoreInternal
Helper method to create an additional signature for an existing (partially) SignedTransaction.
createSignature(net.corda.core.transactions.FilteredTransaction) - function in net.corda.core.node.VerifyingServiceHub
Helper method to create a signature for a FilteredTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.FilteredTransaction,java.security.PublicKey) - function in net.corda.core.node.VerifyingServiceHub
Helper method to create a signature for a FilteredTransaction.
createSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.VerifyingServiceHub
Helper method to create a signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
createSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.VerifyingServiceHub
Helper method to create an additional signature for an existing (partially) SignedTransaction.
createSimpleCache(java.lang.Integer,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.InternalUtilsKt
 
createStartedNode(net.corda.core.node.NodeInfo,java.util.List,net.corda.core.internal.notary.NotaryService) - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
 
createTransactionsResolver(net.corda.core.internal.ResolveTransactionsFlow) - function in net.corda.core.internal.ServiceHubCoreInternal
 
createUnstartedNode(net.corda.core.identity.CordaX500Name,java.lang.Integer,java.math.BigInteger,net.corda.testing.node.MockNodeConfigOverrides) - function in net.corda.testing.node.MockNetwork
Create an unstarted node with the given parameters.
createUnstartedNode(net.corda.testing.node.MockNodeParameters) - function in net.corda.testing.node.MockNetwork
Create an unstarted node with the given parameters.
createUnstartedNode(net.corda.testing.node.internal.InternalMockNodeParameters,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.internal.InternalMockNetwork
 
createURLStreamHandler(java.lang.String) - function in net.corda.core.serialization.internal.AttachmentURLStreamHandlerFactory
 
createVerifier(net.corda.core.transactions.LedgerTransaction,net.corda.core.serialization.SerializationContext) - function in net.corda.core.internal.verification.NodeVerificationSupport
 
createVerifier(net.corda.core.transactions.LedgerTransaction,net.corda.core.serialization.SerializationContext) - function in net.corda.core.internal.verification.ServiceHubCoreInternal
 
createVerifier(net.corda.core.transactions.LedgerTransaction,net.corda.core.serialization.SerializationContext) - function in net.corda.core.internal.verification.VerificationSupport
 
createVerifier(net.corda.core.transactions.LedgerTransaction,net.corda.core.serialization.SerializationContext) - function in net.corda.core.internal.verification.VerifyingServiceHub
 
createWireTransaction(java.util.List,java.util.List,java.util.List,java.util.List,net.corda.core.identity.Party,net.corda.core.contracts.TimeWindow,java.util.List,net.corda.core.contracts.PrivacySalt,net.corda.core.crypto.DigestService) - function in net.corda.testing.internal.InternalTestUtilsKt
 
createWrappingKey(java.lang.String,java.lang.Boolean) - function in net.corda.testing.node.internal.MockCryptoService
 
CriteriaExpression - class in net.corda.core.node.services.vault
 
CriteriaExpression.AggregateFunctionExpression - class in net.corda.core.node.services.vault.CriteriaExpression
 
CriteriaExpression.BinaryLogical - class in net.corda.core.node.services.vault.CriteriaExpression
 
CriteriaExpression.ColumnPredicateExpression - class in net.corda.core.node.services.vault.CriteriaExpression
 
CriteriaExpression.Not - class in net.corda.core.node.services.vault.CriteriaExpression
 
CrlServer - class in net.corda.testing.node.internal.network
 
CrlServer.Companion - class in net.corda.testing.node.internal.network.CrlServer
 
CrlServer.CrlServlet - class in net.corda.testing.node.internal.network.CrlServer
 
crossReferencesToOtherMappedSchema(net.corda.core.schemas.MappedSchema) - function in net.corda.core.schemas.MappedSchemaValidator
 
Crypto - class in net.corda.core.crypto
This object controls and provides the available and supported signature schemes for Corda.
CryptoUtilsKt - class in net.corda.core.crypto
 
CurrenciesKt - class in net.corda.finance
 
currentNodeTime() - function in net.corda.core.messaging.CordaRPCOps
Returns the node's current time.
currentNodeTime() - function in net.corda.core.messaging.CordaRPCOps
Returns the node's current time.
Curve25519 - class in net.corda.core.crypto.internal
Parameters for Curve25519, as defined in https://www.rfc-editor.org/rfc/rfc7748#section-4.1.
Curve25519.ModP - class in net.corda.core.crypto.internal.Curve25519
 
CustomCordapp - class in net.corda.testing.node.internal
Represents a completely custom CorDapp comprising of resources taken from packages on the existing classpath, even including individual disparate classes.
CustomCordapp.Companion - class in net.corda.testing.node.internal.CustomCordapp
 
CustomCordapp.SigningInfo - class in net.corda.testing.node.internal.CustomCordapp
 
CustomSerializationScheme - class in net.corda.core.serialization
Implement this interface to add your own Serialization Scheme.
CustomSerializationSchemeUtils - class in net.corda.core.serialization.internal
 
CustomSerializationSchemeUtils.Companion - class in net.corda.core.serialization.internal.CustomSerializationSchemeUtils
 
CZ_WHITELISTED - enum entry in net.corda.core.node.services.Vault.ConstraintInfo.Type
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  _