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  _ 

R

random(java.lang.String) - function in net.corda.core.crypto.SecureHash.Companion
Generates a random hash value.
random63BitValue() - function in net.corda.core.crypto.CryptoUtilsKt
Returns a random positive non-zero long generated using a secure RNG.
randomHash(net.corda.core.crypto.DigestService) - function in net.corda.core.crypto.DigestServiceKt
 
RandomRpcUser - class in net.corda.testing.node.internal
An out-of-process RPC user that connects to an RPC server and issues random RPCs with random arguments.
RandomRpcUser.Companion - class in net.corda.testing.node.internal.RandomRpcUser
 
RandomRpcUser.Companion.Call - class in net.corda.testing.node.internal.RandomRpcUser.Companion
 
randomSHA256() - function in net.corda.core.crypto.SecureHash.Companion
Generates a random SHA-256 value.
read(java.nio.file.Path,java.nio.file.OpenOption,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.PathUtilsKt
Same as inputStream except it also closes the InputStream.
readFully(java.io.InputStream) - function in net.corda.core.internal.InternalUtilsKt
Same as InputStream.
readObject(java.io.InputStream) - function in net.corda.core.internal.InternalUtilsKt
 
readObject(java.nio.file.Path) - function in net.corda.core.internal.PathUtilsKt
Read in this file as an AMQP serialised blob of type T.
readValueAs(.<Error class: unknown class>) - function in net.corda.client.jackson.internal.JacksonUtilsKt
 
reattachFlowWithClientId(java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Reattach to an existing flow that was started with startFlowDynamicWithClientId and has a clientId.
reattachFlowWithClientId(java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Reattach to an existing flow that was started with startFlowDynamicWithClientId and has a clientId.
receive(java.lang.Class,net.corda.core.identity.Party) - function in net.corda.core.flows.FlowLogic
Suspends until the specified otherParty sends us a message of type receiveType.
receive(java.lang.Class,net.corda.core.identity.Party) - function in net.corda.core.flows.FlowLogic
Suspends until the specified otherParty sends us a message of type receiveType.
receive(net.corda.core.identity.Party) - function in net.corda.core.flows.FlowLogic
Suspends until the specified otherParty sends us a message of type R.
receive(net.corda.core.identity.Party) - function in net.corda.core.flows.FlowLogic
Suspends until the specified otherParty sends us a message of type R.
receive() - function in net.corda.core.flows.FlowSession
Suspends until counterparty sends us a message of type R.
receive(java.lang.Class) - function in net.corda.core.flows.FlowSession
Suspends until counterparty sends us a message of type receiveType.
receive(java.lang.Class,java.lang.Boolean) - function in net.corda.core.flows.FlowSession
Suspends until counterparty sends us a message of type receiveType.
receiveAll(java.lang.Class,java.util.List,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
Suspends until a message has been received for each session in the specified sessions.
receiveAll(java.lang.Class,java.util.List,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
Suspends until a message has been received for each session in the specified sessions.
receiveAll(net.corda.core.flows.FlowLogic,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.testing.flows.FlowTestsUtilsKt
Suspends until a message has been received for each session in the specified sessions.
receiveAll(net.corda.core.flows.FlowLogic,java.lang.Class,net.corda.core.flows.FlowSession,net.corda.core.flows.FlowSession) - function in net.corda.testing.flows.FlowTestsUtilsKt
Suspends until a message has been received for each session in the specified sessions.
receiveAll(net.corda.core.flows.FlowLogic,net.corda.core.flows.FlowSession,net.corda.core.flows.FlowSession) - function in net.corda.testing.flows.FlowTestsUtilsKt
Suspends until a message has been received for each session in the specified sessions.
receiveAllMap(java.util.Map,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
Suspends until a message has been received for each session in the specified sessions.
receiveAllMap(java.util.Map,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
Suspends until a message has been received for each session in the specified sessions.
ReceiveFinalityFlow - class in net.corda.core.flows
The receiving counterpart to FinalityFlow.
RECEIVER - enum entry in net.corda.core.flows.DistributionRecordType
 
ReceiverDistributionRecord - class in net.corda.core.flows
 
receiveResultOrTiming(net.corda.core.flows.FlowSession) - function in net.corda.core.internal.BackpressureAwareTimedFlow
 
receiveResultOrTiming(net.corda.core.flows.FlowSession) - function in net.corda.core.internal.BackpressureAwareTimedFlow
 
ReceiveStateAndRefFlow - class in net.corda.core.flows
The ReceiveStateAndRefFlow should be called in response to the SendStateAndRefFlow.
ReceiveTransactionFlow - class in net.corda.core.flows
The ReceiveTransactionFlow should be called in response to the SendTransactionFlow.
ReconnectingCordaRPCOps - class in net.corda.client.rpc.internal
Wrapper over CordaRPCOps that handles exceptions when the node or the connection to the node fail.
ReconnectingCordaRPCOps.ReconnectingRPCConnection - class in net.corda.client.rpc.internal.ReconnectingCordaRPCOps
Helper class useful for reconnecting to a Node.
ReconnectingCordaRPCOps.ReconnectingRPCConnection.CurrentState - class in net.corda.client.rpc.internal.ReconnectingCordaRPCOps.ReconnectingRPCConnection
 
ReconnectingObservable - class in net.corda.client.rpc.internal
 
reconnectOnError(java.lang.Throwable) - function in net.corda.client.rpc.internal.ReconnectingCordaRPCOps.ReconnectingRPCConnection
Called on external error.
recordAuditEvent(java.lang.String,java.lang.String,java.util.Map) - function in net.corda.core.flows.FlowLogic
Flows can call this method to record application level flow audit events
recordAuditEvent(java.lang.String,java.lang.String,java.util.Map) - function in net.corda.core.flows.FlowLogic
Flows can call this method to record application level flow audit events
recordAuditEvent(java.lang.String,java.lang.String,java.util.Map) - function in net.corda.core.internal.FlowStateMachine
 
recordDependencies(net.corda.core.node.StatesToRecord) - function in net.corda.core.internal.TransactionsResolver
 
RECORDED - enum entry in net.corda.core.node.services.vault.QueryCriteria.TimeInstantType
 
RECORDED_TIME - enum entry in net.corda.core.node.services.vault.Sort.VaultStateAttribute
 
recordException(java.lang.Throwable) - function in net.corda.core.internal.telemetry.TelemetryId
 
recordException(net.corda.core.internal.telemetry.TelemetryId,java.lang.Throwable) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
 
RecordExceptionEvent - class in net.corda.core.internal.telemetry
 
recordReceiverTransactionRecoveryMetadata(net.corda.core.crypto.SecureHash,net.corda.core.identity.CordaX500Name,net.corda.core.flows.TransactionMetadata) - function in net.corda.core.internal.ServiceHubCoreInternal
Records Received TransactionMetadata for a given txnId.
recordSenderTransactionRecoveryMetadata(net.corda.core.crypto.SecureHash,net.corda.core.flows.TransactionMetadata) - function in net.corda.core.internal.ServiceHubCoreInternal
Records Sender TransactionMetadata for a given txnId.
recordTransactions(java.lang.Boolean,java.lang.Iterable) - function in net.corda.core.node.AppServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Boolean,net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.AppServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Iterable) - function in net.corda.core.node.AppServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(net.corda.core.node.StatesToRecord,java.lang.Iterable) - function in net.corda.core.node.AppServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if statesToRecord is not StatesToRecord.NONE.
recordTransactions(net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.AppServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(java.lang.Boolean,java.lang.Iterable) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Boolean,java.lang.Iterable) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Boolean,net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Boolean,net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Iterable) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(java.lang.Iterable) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(net.corda.core.node.StatesToRecord,java.lang.Iterable) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if statesToRecord is not StatesToRecord.NONE.
recordTransactions(net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(java.lang.Boolean,java.lang.Iterable) - function in net.corda.core.node.ServiceHubCoreInternal
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Boolean,net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHubCoreInternal
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Iterable) - function in net.corda.core.node.ServiceHubCoreInternal
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(net.corda.core.node.StatesToRecord,java.lang.Iterable) - function in net.corda.core.node.ServiceHubCoreInternal
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if statesToRecord is not StatesToRecord.NONE.
recordTransactions(net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHubCoreInternal
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(java.lang.Boolean,java.lang.Iterable) - function in net.corda.core.node.VerifyingServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Boolean,net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.VerifyingServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if notifyVault is true.
recordTransactions(java.lang.Iterable) - function in net.corda.core.node.VerifyingServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(net.corda.core.node.StatesToRecord,java.lang.Iterable) - function in net.corda.core.node.VerifyingServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if statesToRecord is not StatesToRecord.NONE.
recordTransactions(net.corda.core.transactions.SignedTransaction,net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.VerifyingServiceHub
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing.
recordTransactions(java.lang.Iterable,java.lang.Boolean) - function in net.corda.testing.node.MockServices
 
recordTransactions(net.corda.core.node.StatesToRecord,java.lang.Iterable) - function in net.corda.testing.node.MockServices
Stores the given SignedTransactions in the local transaction storage and then sends them to the vault for further processing if statesToRecord is not StatesToRecord.NONE.
recordTransactions(net.corda.core.transactions.SignedTransaction,java.lang.Boolean) - function in net.corda.testing.node.MockServices
 
recordUnnotarisedTransaction(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.internal.ServiceHubCoreInternal
Stores SignedTransaction and participant signatures without the notary signature in the local transaction storage, inclusive of flow recovery metadata.
RecoveryTimeWindow - class in net.corda.core.flows
 
RecoveryTimeWindow.Companion - class in net.corda.core.flows.RecoveryTimeWindow
 
reentrantRun(kotlin.jvm.functions.Function1) - function in net.corda.core.internal.LazyPool
 
ref(java.lang.Byte) - function in net.corda.core.identity.AbstractParty
Build a reference to something being stored or issued by a party e.g.
ref(java.lang.Byte) - function in net.corda.core.identity.AbstractParty
Build a reference to something being stored or issued by a party e.g.
ref(net.corda.core.utilities.OpaqueBytes) - function in net.corda.core.identity.AbstractParty
Build a reference to something being stored or issued by a party e.g.
ref(net.corda.core.utilities.OpaqueBytes) - function in net.corda.core.identity.AnonymousParty
Build a reference to something being stored or issued by a party e.g.
ref(net.corda.core.utilities.OpaqueBytes) - function in net.corda.core.identity.Party
Build a reference to something being stored or issued by a party e.g.
reference(net.corda.core.contracts.StateRef) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
Add a reference input state to the transaction.
reference(java.lang.String) - function in net.corda.testing.dsl.TransactionDSL
Looks up the output label and adds the found state as an reference input state.
reference(net.corda.core.contracts.ContractClassName,net.corda.core.contracts.ContractState) - function in net.corda.testing.dsl.TransactionDSL
Creates an LedgerDSLInterpreter._unverifiedTransaction with a single reference input state and adds its reference as in input to the current transaction.
reference(net.corda.core.contracts.StateRef) - function in net.corda.testing.dsl.TransactionDSLInterpreter
Add a reference input state to the transaction.
reference(net.corda.core.contracts.StateRef) - function in net.corda.testing.dsl.TransactionDSLInterpreter
Add a reference input state to the transaction.
REFERENCE_INPUT_STATE - enum entry in net.corda.core.flows.StateConsumptionDetails.ConsumedStateType
 
referenced() - function in net.corda.core.contracts.StateAndRef
For adding StateAndRefs as references to a TransactionBuilder.
ReferencedStateAndRef - class in net.corda.core.contracts
A wrapper for a StateAndRef indicating that it should be added to a transaction as a reference input state.
referenceInputRefsOfType() - function in net.corda.core.transactions.LedgerTransaction
 
referenceInputRefsOfType(java.lang.Class) - function in net.corda.core.transactions.LedgerTransaction
Helper to simplify getting all reference input states of a particular class, interface, or base class.
referenceInputsOfType() - function in net.corda.core.transactions.LedgerTransaction
 
referenceInputsOfType(java.lang.Class) - function in net.corda.core.transactions.LedgerTransaction
Helper to simplify getting all reference input states of a particular class, interface, or base class.
REFERENCES_GROUP - enum entry in net.corda.core.contracts.ComponentGroupEnum
 
ReferenceStateRef - class in net.corda.core.transactions
Wrapper over StateRef to be used when filtering reference states.
referenceStates() - function in net.corda.core.transactions.TransactionBuilder
Returns an immutable list of reference input StateRefs.
refreshNetworkMapCache() - function in net.corda.core.messaging.CordaRPCOps
Poll network map server if available for the network map.
refreshNetworkMapCache() - function in net.corda.core.messaging.CordaRPCOps
Poll network map server if available for the network map.
register(java.lang.Integer,kotlin.jvm.functions.Function1) - function in net.corda.core.node.AppServiceHub
Convenience method to be able to add an arbitrary function as a register callback.
register(java.lang.Integer,net.corda.core.node.services.ServiceLifecycleObserver) - function in net.corda.core.node.AppServiceHub
Allows to register ServiceLifecycleObserver such that it will start receiving net.corda.core.node.services.ServiceLifecycleEvents
registerClass(java.lang.String) - function in net.corda.core.crypto.internal.DigestAlgorithmFactory.Companion
 
registerCordappFlowFactory(net.corda.testing.node.internal.TestStartedNode,kotlin.reflect.KClass,java.lang.Integer,kotlin.jvm.functions.Function1) - function in net.corda.testing.flows.FlowTestsUtilsKt
 
registerCoreFlowFactory(net.corda.testing.node.internal.TestStartedNode,java.lang.Class,java.lang.Class,kotlin.jvm.functions.Function1,java.lang.Boolean) - function in net.corda.testing.flows.FlowTestsUtilsKt
 
registeredFlows() - function in net.corda.core.messaging.CordaRPCOps
Enumerates the class names of the flows that this node knows about.
registeredFlows() - function in net.corda.core.messaging.CordaRPCOps
Enumerates the class names of the flows that this node knows about.
registerInitiatedFlow(java.lang.Class) - function in net.corda.testing.driver.InProcess
Register a flow that is initiated by another flow
registerInitiatedFlow(java.lang.Class) - function in net.corda.testing.driver.internal.InProcessImpl
Register a flow that is initiated by another flow
registerInitiatedFlow(java.lang.Class) - function in net.corda.testing.node.StartedMockNode
Manually register an initiating-responder flow pair based on the FlowLogic annotations.
registerInitiatedFlow(java.lang.Class,java.lang.Class) - function in net.corda.testing.node.StartedMockNode
Register a custom relationship between initiating and receiving flow on a node-by-node basis.
registerInitiatedFlow(java.lang.Class,java.lang.Boolean) - function in net.corda.testing.node.internal.TestStartedNode
Use this method to register your initiated flows in your tests.
registerInitiatedFlow(java.lang.Class,java.lang.Class,java.lang.Boolean) - function in net.corda.testing.node.internal.TestStartedNode
 
registerInitiatedFlowFactory(java.lang.Class,java.lang.Class,.<Error class: unknown class>,java.lang.Boolean) - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
 
registerKey(java.security.PublicKey,net.corda.core.identity.Party,java.util.UUID) - function in net.corda.core.node.services.IdentityService
Registers a mapping in the database between the provided PublicKey and Party if one does not already exist.
registerProcessShutdown(java.lang.Process) - function in net.corda.testing.node.internal.ShutdownManager
 
registerProviders() - function in net.corda.core.crypto.Crypto
Method to force registering all Crypto-related cryptography Providers.
registerShutdown(kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.ShutdownManager
 
registerShutdown(net.corda.core.concurrent.CordaFuture) - function in net.corda.testing.node.internal.ShutdownManager
 
registerTestingFactory(java.lang.Class,.<Error class: unknown class>) - function in net.corda.testing.node.internal.MockNodeFlowManager
 
registerUnloadHandler(kotlin.jvm.functions.Function0) - function in net.corda.core.node.AppServiceHub
Allows the registration of a callback that may inform services when the app is shutting down.
registerUnloadHandler(kotlin.jvm.functions.Function0) - function in net.corda.core.node.ServiceHub
Allows the registration of a callback that may inform services when the app is shutting down.
registerUnloadHandler(kotlin.jvm.functions.Function0) - function in net.corda.core.node.ServiceHubCoreInternal
Allows the registration of a callback that may inform services when the app is shutting down.
registerUnloadHandler(kotlin.jvm.functions.Function0) - function in net.corda.core.node.VerifyingServiceHub
Allows the registration of a callback that may inform services when the app is shutting down.
registerUnloadHandler(kotlin.jvm.functions.Function0) - function in net.corda.testing.node.MockServices
Allows the registration of a callback that may inform services when the app is shutting down.
registerWithContext(net.corda.core.serialization.SerializeAsTokenContext,net.corda.core.serialization.SerializeAsToken) - function in net.corda.core.serialization.SingletonSerializationToken
 
reHash() - function in net.corda.core.crypto.SecureHash
 
reHash() - function in net.corda.core.crypto.SecureHash
 
release(java.security.Signature) - function in net.corda.core.crypto.internal.SignatureFactory
 
release(A) - function in net.corda.core.internal.LazyPool
 
release(java.lang.Object,A) - function in net.corda.core.internal.LazyStickyPool
 
releaseSignatureInstance(java.security.Signature) - function in net.corda.core.crypto.internal.Instances
 
RELEVANT - enum entry in net.corda.core.node.services.Vault.RelevancyStatus
 
remove(java.lang.Object) - function in java.security.Provider
 
remove(java.lang.Object,java.lang.Object) - function in java.security.Provider
 
removeAuthorisedContractUpgrade(net.corda.core.contracts.StateRef) - function in net.corda.core.node.services.ContractUpgradeService
Remove a previously authorised state ref
removeClientId(java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Removes a flow's clientId to result/ exception mapping.
removeClientId(java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Removes a flow's clientId to result/ exception mapping.
removeClientIdAsAdmin(java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Removes a flow's clientId to result/ exception mapping.
removeClientIdAsAdmin(java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
Removes a flow's clientId to result/ exception mapping.
removeConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener) - function in net.corda.client.rpc.ext.MultiRPCClient
Removes RPCConnectionListener from this MultiRPCClient.
removeConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener) - function in net.corda.client.rpc.internal.RPCClient
Removes RPCConnectionListener from this RPCClient.
removeMessageHandler(.<Error class: unknown class>) - function in net.corda.testing.node.internal.MockNodeMessagingService
 
removeNodeInfo(net.corda.core.node.NodeInfo) - function in net.corda.testing.node.internal.network.NetworkMapServer
 
removeNodeInfo(net.corda.core.node.NodeInfo) - function in net.corda.testing.node.internal.network.NetworkMapServer.InMemoryNetworkMapService
 
removeUnnotarisedTransaction(net.corda.core.crypto.SecureHash) - function in net.corda.core.internal.ServiceHubCoreInternal
Removes transaction from data store.
removeUnnotarisedTransaction(net.corda.core.crypto.SecureHash) - function in net.corda.testing.node.internal.MockTransactionStorage
 
renderIfSupported(java.lang.Object) - function in net.corda.core.internal.Emoji
 
renderIfSupported(kotlin.jvm.functions.Function0) - function in net.corda.core.internal.Emoji
 
replace(java.lang.Object,java.lang.Object) - function in java.security.Provider
 
replace(java.lang.Object,java.lang.Object,java.lang.Object) - function in java.security.Provider
 
replaceAll(java.util.function.BiFunction) - function in java.security.Provider
 
replaceNodeCertDistPoint(java.security.cert.X509Certificate,java.lang.String,javax.security.auth.x500.X500Principal) - function in net.corda.testing.node.internal.network.CrlServer
 
ReporterKt - class in net.corda.testing.node.internal.performance
 
Requirements - class in net.corda.core.contracts
Defines a simple domain specific language for the specification of financial contracts.
requirePackageValid(java.lang.String) - function in net.corda.core.internal.CordaUtilsKt
Check if a string is a legal Java package name.
requireSingleCommand(java.util.Collection) - function in net.corda.core.contracts.ContractsDSLKt
Ensures that a transaction has only one command that is of the given type, otherwise throws an exception.
requireSingleCommand(java.util.Collection,java.lang.Class) - function in net.corda.core.contracts.ContractsDSLKt
Ensures that a transaction has only one command that is of the given type, otherwise throws an exception.
requireState(S) - function in net.corda.core.internal.LifeCycle
 
requireState(S,kotlin.jvm.functions.Function0) - function in net.corda.core.internal.LifeCycle
Assert that the lifecycle in the requiredState.
requireState(S,java.lang.Throwable,kotlin.jvm.functions.Function0) - function in net.corda.core.internal.LifeCycle
 
requireState(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.LifeCycle
 
requireState(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0) - function in net.corda.core.internal.LifeCycle
Assert something about the current state atomically.
requireSupportedHashType(net.corda.core.node.ServicesForResolution,net.corda.core.contracts.NamedByHash) - function in net.corda.core.internal.TransactionUtilsKt
 
requireThat(kotlin.jvm.functions.Function1) - function in net.corda.core.contracts.ContractsDSLKt
 
requireWellKnownPartyFromAnonymous(net.corda.core.identity.AbstractParty) - function in net.corda.core.node.services.IdentityService
Resolve the well known identity of a party.
reseed() - function in java.security.DummySecureRandom
 
reseed(java.security.SecureRandomParameters) - function in java.security.DummySecureRandom
 
reset(java.lang.String) - function in net.corda.testing.internal.LogHelper
Removes custom configuration for the specified logger names
reset(kotlin.reflect.KClass) - function in net.corda.testing.internal.LogHelper
 
ResilientSubscriber - class in net.corda.core.observable.internal
Extends SafeSubscriber to override SafeSubscriber.
resolve(net.corda.core.node.ServiceHub) - function in net.corda.core.contracts.LinearPointer
Resolves a LinearPointer using the UniqueIdentifier contained in the pointer property.
resolve(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.contracts.LinearPointer
Resolves a StatePointer to a StateAndRef from inside a LedgerTransaction.
resolve(net.corda.core.node.ServiceHub) - function in net.corda.core.contracts.StatePointer
Resolves a StatePointer to a StateAndRef via a vault query.
resolve(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.contracts.StatePointer
Resolves a StatePointer to a StateAndRef from inside a LedgerTransaction.
resolve(net.corda.core.node.ServiceHub) - function in net.corda.core.contracts.StaticPointer
Resolves a StaticPointer to a StateAndRef via a StateRef look-up.
resolve(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.contracts.StaticPointer
Resolves a StatePointer to a StateAndRef from inside a LedgerTransaction.
resolve(net.corda.core.internal.verification.VerificationSupport,net.corda.core.transactions.ContractUpgradeWireTransaction,java.util.List) - function in net.corda.core.transactions.ContractUpgradeLedgerTransaction.Companion
 
resolve(net.corda.core.node.ServicesForResolution,java.util.List) - function in net.corda.core.transactions.ContractUpgradeWireTransaction
Resolves input states and contract attachments, and builds a ContractUpgradeLedgerTransaction.
resolve(net.corda.core.internal.verification.VerificationSupport,net.corda.core.transactions.NotaryChangeWireTransaction,java.util.List) - function in net.corda.core.transactions.NotaryChangeLedgerTransaction.Companion
 
resolve(net.corda.core.node.ServiceHub,java.util.List) - function in net.corda.core.transactions.NotaryChangeWireTransaction
Resolves input states and builds a NotaryChangeLedgerTransaction.
resolve(net.corda.core.node.ServicesForResolution,java.util.List) - function in net.corda.core.transactions.NotaryChangeWireTransaction
Resolves input states and network parameters and builds a NotaryChangeLedgerTransaction.
resolveBaseTransaction(net.corda.core.node.ServicesForResolution) - function in net.corda.core.transactions.SignedTransaction
Resolves the underlying base transaction and then returns it, handling any special case transactions such as NotaryChangeWireTransaction.
resolveContractUpgradeTransaction(net.corda.core.node.ServicesForResolution) - function in net.corda.core.transactions.SignedTransaction
If coreTransaction is a ContractUpgradeWireTransaction, loads the input states and resolves it to a ContractUpgradeLedgerTransaction so the signatures can be verified.
resolveEnclosingObjectFromColumn(net.corda.core.node.services.vault.Column) - function in net.corda.core.node.services.vault.QueryCriteriaUtilsKt
 
resolveEnclosingObjectFromExpression(net.corda.core.node.services.vault.CriteriaExpression) - function in net.corda.core.node.services.vault.QueryCriteriaUtilsKt
 
resolveNotaryChangeTransaction(net.corda.core.node.ServiceHub) - function in net.corda.core.transactions.SignedTransaction
If coreTransaction is a NotaryChangeWireTransaction, loads the input states and resolves it to a NotaryChangeLedgerTransaction so the signatures can be verified.
resolveNotaryChangeTransaction(net.corda.core.node.ServicesForResolution) - function in net.corda.core.transactions.SignedTransaction
If coreTransaction is a NotaryChangeWireTransaction, loads the input states and resolves it to a NotaryChangeLedgerTransaction so the signatures can be verified.
resolvePayload(java.lang.Object) - function in net.corda.core.flows.ReceiveTransactionFlow
 
ResolveTransactionsFlow - class in net.corda.core.internal
Resolves transactions for the specified txHashes along with their full history (dependency graph) from otherSide.
ResolveTransactionsFlowStats - class in net.corda.core.internal
 
resolveTransactionWithSignatures(net.corda.core.node.ServicesForResolution) - function in net.corda.core.transactions.SignedTransaction
Resolves the underlying transaction with signatures and then returns it, handling any special case transactions such as NotaryChangeWireTransaction.
resources(java.lang.String) - function in java.lang.ClassLoader
 
responseAs(java.net.HttpURLConnection) - function in net.corda.core.internal.InternalUtilsKt
 
restartNode(net.corda.testing.node.internal.TestStartedNode,net.corda.testing.node.internal.InternalMockNodeParameters,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.internal.InternalMockNetwork
 
ResultSerializationException - class in net.corda.core.flows
Thrown whenever a flow result cannot be serialized when attempting to save it in the database
RetrieveAnyTransactionPayload - class in net.corda.core.internal
This is a wildcard payload to be used by the invoker of the DataVendingFlow to allow unlimited access to its vault.
retrieveOutput(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.LedgerDSL
Retrieves an output previously defined by TransactionDSLInterpreter.
retrieveOutputStateAndRef(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.LedgerDSLInterpreter
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.OutputStateLookup
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.OutputStateLookup
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.OutputStateLookup
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.OutputStateLookup
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.TestLedgerDSLInterpreter
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(java.lang.Class,java.lang.String) - function in net.corda.testing.dsl.TransactionDSLInterpreter
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
rootAndUsedHashes(net.corda.core.crypto.PartialMerkleTree.PartialTree,java.util.List) - function in net.corda.core.crypto.PartialMerkleTree.Companion
Recursive calculation of root of this partial tree.
rpc(net.corda.core.context.Actor,net.corda.core.context.Trace,net.corda.core.context.Trace,net.corda.core.context.Actor,java.util.List,net.corda.core.internal.telemetry.SerializedTelemetry) - function in net.corda.core.context.InvocationContext.Companion
Creates an InvocationContext with InvocationOrigin.RPC origin.
RpcBrokerHandle - class in net.corda.testing.node.internal
 
RPCClient - class in net.corda.client.rpc.internal
RPCClient is meant to run outside of Corda Node JVM and provide connectivity to a node using RPC protocol.
RPCClient - enum entry in net.corda.core.serialization.SerializationContext.UseCase
 
RPCClientTelemetry - class in net.corda.client.rpc.internal
 
RPCConnection - class in net.corda.client.rpc
Holds a proxy object implementing I that forwards requests to the RPC server.
RPCConnectionListener - class in net.corda.client.rpc.ext
A listener that can be attached to MultiRPCClient to be notified about important RPC connectivity events.
RPCConnectionListener.ConnectionContext - class in net.corda.client.rpc.ext.RPCConnectionListener
Defines context information for events distributed.
rpcDriver(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.core.context.Trace,net.corda.testing.driver.JmxPolicy,net.corda.core.node.NetworkParameters,java.util.Map,java.lang.Boolean,java.util.Collection,java.util.Map,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.internal.RPCDriverKt
 
RPCDriverDSL - class in net.corda.testing.node.internal
 
RPCDriverKt - class in net.corda.testing.node.internal
 
RPCException - class in net.corda.client.rpc
Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.
RPCOps - class in net.corda.core.messaging
Base interface that all RPC servers must implement.
RPCReturnsObservables - class in net.corda.core.messaging
If an RPC is tagged with this annotation it may return one or more observables anywhere in its response graph.
RPCServer - enum entry in net.corda.core.serialization.SerializationContext.UseCase
 
RpcServerHandle - class in net.corda.testing.node.internal
 
RPCSinceVersion - class in net.corda.client.rpc
Records the protocol version in which this RPC was added.
RPCUtils - class in net.corda.client.rpc.internal
 
run(kotlin.jvm.functions.Function1) - function in net.corda.core.internal.LazyPool
 
run(java.lang.Object,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.LazyStickyPool
 
run(java.util.concurrent.ExecutorService,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.internal.ShutdownManager.Companion
 
runFlowWithLogicalRetry(kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,java.time.Duration) - function in net.corda.client.rpc.internal.ReconnectingCordaRPCOps
This function runs a flow and retries until it completes successfully.
runNetwork(java.lang.Integer) - function in net.corda.testing.node.MockNetwork
Asks every node in order to process any queued up inbound messages.
runNetwork(java.lang.Integer) - function in net.corda.testing.node.internal.InternalMockNetwork
Asks every node in order to process any queued up inbound messages.
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  _