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
_
S
- safeSymbolicRead(java.nio.file.Path) - function in net.corda.core.internal.PathUtilsKt
- SampleCashSchemaV1 - class in net.corda.finance.test
- 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.
- SampleCashSchemaV1.PersistentCashState - class in net.corda.finance.test.SampleCashSchemaV1
- SampleCashSchemaV2 - class in net.corda.finance.test
- Second version of a cash contract ORM schema that extends the CommonSchemaV1.FungibleState abstract schema.
- SampleCashSchemaV2.PersistentCashState - class in net.corda.finance.test.SampleCashSchemaV2
- SampleCashSchemaV3 - class in net.corda.finance.test
- 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.
- SampleCashSchemaV3.PersistentCashState - class in net.corda.finance.test.SampleCashSchemaV3
- save(java.io.OutputStream,java.lang.String) - function in java.util.Properties
- saveParameters(net.corda.core.internal.SignedDataWithCert) - function in net.corda.core.internal.NetworkParametersStorage
- Save signed network parameters data.
- saveParameters(net.corda.core.internal.SignedDataWithCert) - function in net.corda.testing.node.internal.MockNetworkParametersStorage
- Save signed network parameters data.
- ScanPackageTestCordapp - class in net.corda.testing.node.internal
- Implementation of the public TestCordapp API.
- scanZip(java.io.InputStream,java.lang.Long,java.lang.Float) - function in net.corda.core.internal.utilities.ZipBombDetector
- Check if a zip file is a potential malicious zip bomb
- SchedulableFlow - class in net.corda.core.flows
- Any FlowLogic which is schedulable and is designed to be invoked by a net.corda.core.contracts.SchedulableState must have this annotation.
- SchedulableState - class in net.corda.core.contracts
- scheduled(net.corda.core.contracts.ScheduledStateRef,net.corda.core.context.Trace,net.corda.core.context.Trace) - function in net.corda.core.context.InvocationContext.Companion
- Creates an InvocationContext with InvocationOrigin.Scheduled origin.
- Scheduled - class in net.corda.core.contracts
- Something which is scheduled to happen at a point in time.
- ScheduledActivity - class in net.corda.core.contracts
- This class represents the lifecycle activity that a contract state of type LinearState would like to perform at a given point in time.
- ScheduledStateRef - class in net.corda.core.contracts
- Represents a contract state (unconsumed output) of type LinearState and a point in time that a lifecycle event is expected to take place for that contract state.
- scheduleParametersUpdate(net.corda.core.node.NetworkParameters,java.lang.String,java.time.Instant) - function in net.corda.testing.node.internal.network.NetworkMapServer
- search() - function in net.corda.core.internal.StatePointerSearch
- Secp256k1SupportProvider - class in net.corda.core.crypto.internal
- Augment the SunEC provider with secp256k1 curve support by delegating to BouncyCastleProvider when secp256k1 keys or params are requested.
- Secp256k1SupportProvider.Secp256k1SupportKeyPairGeneratorSpi - class in net.corda.core.crypto.internal.Secp256k1SupportProvider
- Secp256k1SupportProvider.Secp256k1SupportSignatureSpi - class in net.corda.core.crypto.internal.Secp256k1SupportProvider
- Secp256k1SupportProviderKt - class in net.corda.core.crypto.internal
- SecureHash - class in net.corda.core.crypto
- Container for a cryptographically secure hash value.
- SecureHash.Companion - class in net.corda.core.crypto.SecureHash
- SecureHash.HASH - class in net.corda.core.crypto.SecureHash
- SecureHash.SHA256 - class in net.corda.core.crypto.SecureHash
- SHA-256 is part of the SHA-2 hash function family.
- SecureHashKt - class in net.corda.core.crypto
- secureRandomBytes(java.lang.Integer) - function in net.corda.core.crypto.CryptoUtilsKt
- Generate a securely random ByteArray of requested number of bytes.
- select(java.util.Collection,java.lang.Class,java.security.PublicKey,net.corda.core.identity.AbstractParty) - function in net.corda.core.contracts.ContractsDSLKt
- Filters the command list by type, party and public key all at once.
- select(java.util.Collection,java.lang.Class,java.util.Collection,java.util.Collection) - function in net.corda.core.contracts.ContractsDSLKt
- Filters the command list by type, parties and public keys all at once.
- select(java.util.Collection,java.security.PublicKey,net.corda.core.identity.AbstractParty) - function in net.corda.core.contracts.ContractsDSLKt
- Filters the command list by type, party and public key all at once.
- select(java.util.Collection,java.util.Collection,java.util.Collection) - function in net.corda.core.contracts.ContractsDSLKt
- Filters the command list by type, parties and public keys all at once.
- SemiAnnual - enum entry in net.corda.finance.contracts.Frequency
- send(net.corda.core.identity.Party,java.lang.Object) - function in net.corda.core.flows.FlowLogic
- Queues the given payload for sending to the otherParty and continues without suspending.
- send(net.corda.core.identity.Party,java.lang.Object) - function in net.corda.core.flows.FlowLogic
- Queues the given payload for sending to the otherParty and continues without suspending.
- send(java.lang.Object) - function in net.corda.core.flows.FlowSession
- Queues the given payload for sending to the counterparty and continues without suspending.
- send(java.lang.Object,java.lang.Boolean) - function in net.corda.core.flows.FlowSession
- Queues the given payload for sending to the counterparty and continues without suspending.
- send(.<Error class: unknown class>,net.corda.core.messaging.MessageRecipients,java.lang.Object) - function in net.corda.testing.node.internal.MessagingServiceSpy
- send(.<Error class: unknown class>,net.corda.core.messaging.MessageRecipients,java.lang.Object) - function in net.corda.testing.node.internal.MockNodeMessagingService
- sendAll(java.lang.Object,java.util.Set,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
- Queues the given payload for sending to the provided sessions and continues without suspending.
- sendAll(java.lang.Object,java.util.Set,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
- Queues the given payload for sending to the provided sessions and continues without suspending.
- sendAll(java.util.List) - function in net.corda.testing.node.internal.MockNodeMessagingService
- sendAllMap(java.util.Map,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
- Queues the given payloads for sending to the provided sessions and continues without suspending.
- sendAllMap(java.util.Map,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic
- Queues the given payloads for sending to the provided sessions and continues without suspending.
- sendAndReceive(java.lang.Class,net.corda.core.identity.Party,java.lang.Object) - function in net.corda.core.flows.FlowLogic
- Serializes and queues the given payload object for sending to the otherParty.
- sendAndReceive(java.lang.Class,net.corda.core.identity.Party,java.lang.Object) - function in net.corda.core.flows.FlowLogic
- Serializes and queues the given payload object for sending to the otherParty.
- sendAndReceive(net.corda.core.identity.Party,java.lang.Object) - function in net.corda.core.flows.FlowLogic
- Serializes and queues the given payload object for sending to the otherParty.
- sendAndReceive(net.corda.core.identity.Party,java.lang.Object) - function in net.corda.core.flows.FlowLogic
- Serializes and queues the given payload object for sending to the otherParty.
- sendAndReceive(java.lang.Class,java.lang.Object) - function in net.corda.core.flows.FlowSession
- Serializes and queues the given payload object for sending to the counterparty.
- sendAndReceive(java.lang.Class,java.lang.Object,java.lang.Boolean) - function in net.corda.core.flows.FlowSession
- Serializes and queues the given payload object for sending to the counterparty.
- sendAndReceive(java.lang.Object) - function in net.corda.core.flows.FlowSession
- Serializes and queues the given payload object for sending to the counterparty.
- SENDER - enum entry in net.corda.core.flows.DistributionRecordType
- SenderDistributionRecord - class in net.corda.core.flows
- SendStateAndRefFlow - class in net.corda.core.flows
- The SendStateAndRefFlow should be used to send a list of input StateAndRef to another peer that wishes to verify the input's integrity by resolving and checking the dependencies as well.
- SendTransactionFlow - class in net.corda.core.flows
- The SendTransactionFlow should be used to send a transaction to another peer that wishes to verify that transaction's integrity by resolving and checking the dependencies as well.
- SendTransactionFlow.Companion - class in net.corda.core.flows.SendTransactionFlow
- sequence(kotlin.ByteArray,java.lang.Integer,java.lang.Integer) - function in net.corda.core.utilities.ByteArraysKt
- Wrap size bytes from this ByteArray starting from offset into a new ByteArray.
- SerializableCalculatedProperty - class in net.corda.core.serialization
- Used to annotate methods which expose calculated values that we want to be serialized for use by the class carpenter.
- SerializationAPIKt - class in net.corda.core.serialization
- SerializationContext - class in net.corda.core.serialization
- Parameters to serialization and deserialization.
- SerializationContext.UseCase - class in net.corda.core.serialization.SerializationContext
- The use case that we are serializing for, since it influences the implementations chosen.
- SerializationCustomSerializer - class in net.corda.core.serialization
- Allows CorDapps to provide custom serializers for third party libraries where those libraries cannot be recompiled with the -parameters flag rendering their classes natively serializable by Corda.
- SerializationDefaults - class in net.corda.core.serialization
- Global singletons to be used as defaults that are injected elsewhere (generally, in the node or in RPC client).
- SerializationEncoding - class in net.corda.core.serialization
- SerializationEnvironment - class in net.corda.core.serialization.internal
- SerializationEnvironment.Companion - class in net.corda.core.serialization.internal.SerializationEnvironment
- SerializationEnvironmentKt - class in net.corda.core.serialization.internal
- SerializationFactory - class in net.corda.core.serialization
- An abstraction for serializing and deserializing objects, with support for versioning of the wire format via a header / prefix in the bytes.
- SerializationFactory.Companion - class in net.corda.core.serialization.SerializationFactory
- SerializationSchemeContext - class in net.corda.core.serialization
- This is used to pass information into CustomSerializationScheme about how the object should be (de)serialized.
- SerializationToken - class in net.corda.core.serialization
- This represents a token in the serialized stream for an instance of a type that implements SerializeAsToken.
- SerializationWhitelist - class in net.corda.core.serialization
- Provide a subclass of this via the java.util.ServiceLoader mechanism to be able to whitelist types for serialisation that you cannot otherwise annotate.
- serialize(net.corda.core.contracts.Amount,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.AmountSerializer
- serialize(net.corda.core.identity.AnonymousParty,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.AnonymousPartySerializer
- serialize(net.corda.core.identity.CordaX500Name,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.CordaX500NameSerializer
- serialize(net.corda.core.node.NodeInfo,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.NodeInfoSerializer
- serialize(net.corda.core.utilities.OpaqueBytes,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.OpaqueBytesSerializer
- serialize(net.corda.core.identity.Party,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.PartySerializer
- serialize(java.security.PublicKey,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.PublicKeySerializer
- serialize(net.corda.core.crypto.SecureHash,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.SecureHashSerializer
- serialize(java.lang.Object,.<Error class: unknown class>,.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.ToStringSerializer
- serialize(java.util.Map) - function in net.corda.core.internal.FlowStateMachine
- serialize(T,net.corda.core.serialization.SerializationSchemeContext) - function in net.corda.core.serialization.CustomSerializationScheme
- This method must be able to serialize any object T into a ByteSequence.
- serialize(T,net.corda.core.serialization.SerializationFactory,net.corda.core.serialization.SerializationContext) - function in net.corda.core.serialization.SerializationAPIKt
- Convenience extension method for serializing an object of type T, utilising the defaults.
- serialize(T,net.corda.core.serialization.SerializationContext) - function in net.corda.core.serialization.SerializationFactory
- Serialize an object to bytes using the preferred serialization format version from the context.
- serialize(T,net.corda.core.serialization.internal.CheckpointSerializationContext) - function in net.corda.core.serialization.internal.CheckpointSerializer
- SerializeAsToken - class in net.corda.core.serialization
- This interface should be implemented by classes that want to substitute a token representation of themselves if they are serialized because they have a lot of internal state that does not serialize (well).
- SerializeAsTokenContext - class in net.corda.core.serialization
- A context for mapping SerializationTokens to/from SerializeAsTokens.
- serializedByteCount() - function in net.corda.core.flows.MaybeSerializedSignedTransaction
- SerializedBytes - class in net.corda.core.serialization
- A type safe wrapper around a byte array that contains a serialised object.
- SerializedBytes.Companion - class in net.corda.core.serialization.SerializedBytes
- serializedHash(T) - function in net.corda.core.crypto.CryptoUtilsKt
- Serialise the object and return the hash of the serialized bytes.
- serializedHash(T) - function in net.corda.core.crypto.DigestService
- Serialise the object and return the hash of the serialized bytes.
- SerializedStateAndRef - class in net.corda.core.internal
- A SerializedStateAndRef is a pair (BinaryStateRepresentation, StateRef).
- SerializedTelemetry - class in net.corda.core.internal.telemetry
- SERIALIZERS - enum entry in net.corda.core.serialization.ContextPropertyKeys
- service(java.lang.String,net.corda.core.identity.CordaX500Name) - function in net.corda.core.context.Actor.Companion
- service(java.lang.String,net.corda.core.identity.CordaX500Name,net.corda.core.context.Trace,net.corda.core.context.Trace) - function in net.corda.core.context.InvocationContext.Companion
- Creates an InvocationContext with InvocationOrigin.Service origin.
- SERVICE_IDENTITY - enum entry in net.corda.core.internal.CertRole
Well known (publicly visible) identity of a service (such as notary).
- ServiceHub - class in net.corda.core.node
- A service hub is the starting point for most operations you can do inside the node.
- ServiceHubCoreInternal - class in net.corda.core.internal
- ServiceLifecycleEvent - class in net.corda.core.node.services
- ServiceLifecycleObserver - class in net.corda.core.node.services
- Specifies that given CordaService is interested to know about important milestones of Corda Node lifecycle and potentially react to them.
- ServicesForResolution - class in net.corda.core.node
- Subset of node services that are used for loading transactions from the wire into fully resolved, looked up forms ready for verification.
- SessionScope - class in net.corda.core.node.services.vault
- Represents scope for the operation when JPA Session been created, i.e.
- set(T) - function in net.corda.core.internal.ToggleField
- set(T) - function in net.corda.core.internal.ToggleField
- set(T) - function in net.corda.core.internal.ToggleField
- set(T) - function in net.corda.core.internal.ToggleField
- set(V) - function in net.corda.core.internal.concurrent.CordaFutureImpl
- set(V) - function in net.corda.core.internal.concurrent.OpenFuture
- set(V) - function in net.corda.core.internal.concurrent.ValueOrException
- set(java.util.jar.Manifest,java.util.jar.Attributes.Name,java.lang.String) - function in net.corda.core.internal.cordapp.ManifestUtilsKt
- set(java.util.jar.Manifest,java.lang.String,java.lang.String) - function in net.corda.core.internal.cordapp.ManifestUtilsKt
- set(java.net.URL,net.corda.core.contracts.Attachment) - function in net.corda.core.serialization.internal.AttachmentsHolder
- set(java.security.PublicKey,.<Error class: unknown class>) - function in net.corda.testing.node.internal.MockPublicKeyToOwningIdentityCache
- setAcceptableLiveFiberCountOnStop(java.lang.Integer) - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
- setCause(java.lang.Throwable) - function in net.corda.core.CordaException
- setCause(java.lang.Throwable) - function in net.corda.core.CordaException
- setCause(java.lang.Throwable) - function in net.corda.core.CordaRuntimeException
- setCause(java.lang.Throwable) - function in net.corda.core.CordaRuntimeException
- setCause(java.lang.Throwable) - function in net.corda.core.CordaThrowable
- setCause(java.lang.Throwable) - function in net.corda.core.CordaThrowable
- setChildProgressTracker(net.corda.core.utilities.ProgressTracker.Step,net.corda.core.utilities.ProgressTracker) - function in net.corda.core.utilities.ProgressTracker
- setClassAssertionStatus(java.lang.String,java.lang.Boolean) - function in java.lang.ClassLoader
- setClassName(java.lang.String) - function in net.corda.testing.node.MockNetworkNotarySpec
- String the optional name of a notary service class to load.
- setCurrency(java.lang.String) - function in net.corda.finance.schemas.CashSchemaV1.PersistentCashState
- setCurrency(java.lang.String) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setCurrency(java.lang.String) - function in net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
- setCurrency(java.lang.String) - function in net.corda.finance.test.SampleCashSchemaV2.PersistentCashState
- product type
- setCurrency(java.lang.String) - function in net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
- setCurrentHash(net.corda.core.crypto.SecureHash) - function in net.corda.testing.node.internal.MockNetworkParametersStorage
- Hash of the current parameters for the network.
- setCurrentParameters(net.corda.core.internal.SignedDataWithCert,java.util.Set) - function in net.corda.core.internal.NetworkParametersStorage
- Set information that given parameters are current parameters for the network.
- setCurrentParameters(net.corda.core.internal.SignedDataWithCert,java.util.Set) - function in net.corda.testing.node.internal.MockNetworkParametersStorage
- Set information that given parameters are current parameters for the network.
- setCurrentParametersUnverified(net.corda.core.node.NetworkParameters) - function in net.corda.testing.node.internal.MockNetworkParametersStorage
- setCurrentStep(net.corda.core.utilities.ProgressTracker.Step) - function in net.corda.core.utilities.ProgressTracker
- setCurrentTelemetryId(java.util.UUID) - function in net.corda.core.internal.telemetry.SimpleLogTelemetryComponent
- setCurrentTelemetryId(java.util.UUID) - function in net.corda.core.internal.telemetry.TelemetryComponent
- setCurrentTelemetryId(net.corda.core.internal.telemetry.ComponentTelemetryIds) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- setDefaultAssertionStatus(java.lang.Boolean) - function in java.lang.ClassLoader
- setDelay(java.time.Duration) - function in net.corda.testing.node.internal.network.CrlServer
- setDriverSerialization() - function in net.corda.testing.node.internal.InternalTestUtilsKt
- setDriverSerialization(java.lang.ClassLoader) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- Should only be used by Driver and MockNode.
- setException(java.lang.Throwable) - function in net.corda.core.internal.concurrent.CordaFutureImpl
- setException(java.lang.Throwable) - function in net.corda.core.internal.concurrent.OpenFuture
- setException(java.lang.Throwable) - function in net.corda.core.internal.concurrent.ValueOrException
- setExternalId(java.lang.String) - function in net.corda.core.schemas.CommonSchemaV1.LinearState
- Represents a LinearState
- setExternalId(java.lang.String) - function in net.corda.core.schemas.CommonSchemaV1.LinearState
- Represents a LinearState
- setExternalId(java.lang.String) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV1.PersistentDummyLinearState
- UniqueIdentifier
- setFaceValue(java.lang.Long) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setFaceValueIssuerPartyHash(java.lang.String) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setFaceValueIssuerRef(kotlin.ByteArray) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setFlowsDrainingModeEnabled(java.lang.Boolean) - function in net.corda.core.messaging.CordaRPCOps
- Sets the value of the node's flows draining mode.
- setFlowsDrainingModeEnabled(java.lang.Boolean) - function in net.corda.core.messaging.CordaRPCOps
- Sets the value of the node's flows draining mode.
- setIndex(java.lang.Integer) - function in net.corda.core.schemas.PersistentStateRef
- setIssuancePartyHash(java.lang.String) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setIssuanceRef(kotlin.ByteArray) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setIssuer(net.corda.core.identity.AbstractParty) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- X500Name of issuer party
- setIssuer(net.corda.core.identity.AbstractParty) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- X500Name of issuer party
- setIssuer(net.corda.core.identity.AbstractParty) - function in net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
- X500Name of issuer party
- setIssuerPartyHash(java.lang.String) - function in net.corda.finance.schemas.CashSchemaV1.PersistentCashState
- setIssuerPartyHash(java.lang.String) - function in net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
- setIssuerRef(kotlin.ByteArray) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- setIssuerRef(kotlin.ByteArray) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- setIssuerRef(kotlin.ByteArray) - function in net.corda.finance.schemas.CashSchemaV1.PersistentCashState
- setIssuerRef(kotlin.ByteArray) - function in net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
- setIssuerRef(kotlin.ByteArray) - function in net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
- setLevel(java.lang.String) - function in net.corda.testing.internal.LogHelper
- Takes a set of strings identifying logger names for which the logging level should be configured.
- setLevel(kotlin.reflect.KClass) - function in net.corda.testing.internal.LogHelper
- setLifecycle(net.corda.finance.contracts.asset.Obligation.Lifecycle) - function in net.corda.finance.contracts.asset.Obligation.State
- setLinearBoolean(java.lang.Boolean) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV1.PersistentDummyLinearState
- setLinearBoolean(java.lang.Boolean) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV2.PersistentDummyLinearState
- setLinearNumber(java.lang.Long) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV1.PersistentDummyLinearState
- setLinearNumber(java.lang.Long) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV2.PersistentDummyLinearState
- setLinearString(java.lang.String) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV1.PersistentDummyLinearState
- Dummy attributes
- setLinearString(java.lang.String) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV2.PersistentDummyLinearState
- setLinearTimestamp(java.time.Instant) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV1.PersistentDummyLinearState
- setLinearTimestamp(java.time.Instant) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV2.PersistentDummyLinearState
- setLockId(java.util.UUID) - function in net.corda.core.transactions.TransactionBuilder
- setMaturity(java.time.Instant) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setMaximumHeapSize(java.lang.String) - function in net.corda.testing.node.NotarySpec
- setMessage(java.lang.String) - function in net.corda.core.CordaException
- setMessage(java.lang.String) - function in net.corda.core.CordaException
- setMessage(java.lang.String) - function in net.corda.core.CordaRuntimeException
- setMessage(java.lang.String) - function in net.corda.core.CordaRuntimeException
- setMessage(java.lang.String) - function in net.corda.core.CordaThrowable
- setMessage(java.lang.String) - function in net.corda.core.CordaThrowable
- setMessagingServiceSpy(net.corda.testing.node.internal.MessagingServiceSpy) - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
- setMessagingServiceSpy(net.corda.testing.node.internal.MessagingServiceSpy) - function in net.corda.testing.node.internal.TestStartedNode
- Attach a MessagingServiceSpy to the InternalMockNetwork.MockNode allowing interception and modification of messages.
- setNetworkParameters(net.corda.core.node.NetworkParameters) - function in net.corda.testing.node.internal.network.NetworkMapServer
- setNetworkParametersService(net.corda.core.node.services.NetworkParametersService) - function in net.corda.testing.node.MockServices
- Provides access to historical network parameters that are used in transaction resolution.
- setNodeSerializationEnv(net.corda.core.serialization.internal.SerializationEnvironment) - function in net.corda.core.serialization.internal.SerializationEnvironmentKt
- Should be set once in main.
- setNotary(net.corda.core.identity.Party) - function in net.corda.core.transactions.TransactionBuilder
- setOriginalErrorId(java.lang.Long) - function in net.corda.core.flows.FlowException
- the ID backing getErrorId.
- setOriginalErrorId(java.lang.Long) - function in net.corda.core.flows.FlowException
- the ID backing getErrorId.
- setOriginalExceptionClassName(java.lang.String) - function in net.corda.core.CordaException
- setOriginalExceptionClassName(java.lang.String) - function in net.corda.core.CordaException
- setOriginalExceptionClassName(java.lang.String) - function in net.corda.core.CordaRuntimeException
- setOriginalExceptionClassName(java.lang.String) - function in net.corda.core.CordaRuntimeException
- setOriginalExceptionClassName(java.lang.String) - function in net.corda.core.CordaThrowable
- setOriginalExceptionClassName(java.lang.String) - function in net.corda.core.CordaThrowable
- setOwner(net.corda.core.identity.AbstractParty) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- X500Name of owner party
- setOwner(net.corda.core.identity.AbstractParty) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- X500Name of owner party
- setOwner(net.corda.core.identity.AbstractParty) - function in net.corda.finance.schemas.CashSchemaV1.PersistentCashState
- X500Name of owner party
- setOwner(net.corda.core.identity.AbstractParty) - function in net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
- X500Name of owner party
- setOwnerHash(java.lang.String) - function in net.corda.finance.schemas.CommercialPaperSchemaV1.PersistentCommercialPaperState
- setOwnerHash(java.lang.String) - function in net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
- setPackageAssertionStatus(java.lang.String,java.lang.Boolean) - function in java.lang.ClassLoader
- setParameter(java.security.spec.AlgorithmParameterSpec) - function in java.security.Signature
- setParameter(java.lang.String,java.lang.Object) - function in java.security.Signature
- setParticipants(java.util.Set) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- X500Name of participant parties
- setParticipants(java.util.Set) - function in net.corda.core.schemas.CommonSchemaV1.LinearState
- X500Name of participant parties
- setParticipants(java.util.Set) - function in net.corda.finance.test.SampleCashSchemaV2.PersistentCashState
- X500Name of participant parties
- setParticipants(java.util.Set) - function in net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
- X500Name of participant parties
- setParticipants(java.util.Set) - function in net.corda.testing.internal.vault.DummyDealStateSchemaV1.PersistentDummyDealState
- parent attributes
- setParticipants(java.util.Set) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV1.PersistentDummyLinearState
- X500Name of participant parties
- setParticipants(java.util.Set) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV2.PersistentDummyLinearState
- X500Name of participant parties
- setPennies(java.lang.Long) - function in net.corda.finance.schemas.CashSchemaV1.PersistentCashState
- setPennies(java.lang.Long) - function in net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
- setPennies(java.lang.Long) - function in net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
- setPrivacySalt(net.corda.core.contracts.PrivacySalt) - function in net.corda.core.transactions.TransactionBuilder
- setProperty(java.lang.String,java.lang.String) - function in java.util.Properties
- setQuantity(java.lang.Long) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- Amount attributes
- setQuantity(java.lang.Long) - function in net.corda.core.schemas.CommonSchemaV1.FungibleState
- Amount attributes
- setSeed(kotlin.ByteArray) - function in java.security.DummySecureRandom
- setSeed(java.lang.Long) - function in java.security.DummySecureRandom
- setSpy(net.corda.testing.node.internal.MessagingServiceSpy) - function in net.corda.testing.node.internal.MockNodeMessagingService
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setStateRef(net.corda.core.schemas.PersistentStateRef) - function in net.corda.core.schemas.PersistentState
- setStateRef(net.corda.core.schemas.PersistentStateRef) - function in net.corda.core.schemas.PersistentState
- setStatistics(net.corda.core.internal.ResolveTransactionsFlowStats) - function in net.corda.core.internal.ResolveTransactionsFlow
- setStatus(net.corda.core.internal.telemetry.TelemetryStatusCode,java.lang.String) - function in net.corda.core.internal.telemetry.TelemetryId
- setStatus(net.corda.core.internal.telemetry.TelemetryId,net.corda.core.internal.telemetry.TelemetryStatusCode,java.lang.String) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- SetStatusEvent - class in net.corda.core.internal.telemetry
- setTimeWindow(java.time.Instant,java.time.Duration) - function in net.corda.core.transactions.TransactionBuilder
- The TimeWindow for the transaction can also be defined as time +/- timeTolerance.
- setTimeWindow(net.corda.core.contracts.TimeWindow) - function in net.corda.core.transactions.TransactionBuilder
- Sets the TimeWindow for this transaction, replacing the existing TimeWindow if there is one.
- setTo(java.time.Instant) - function in net.corda.testing.node.TestClock
- Move this Clock to the specified Instant for testing purposes.
- setTxId(java.lang.String) - function in net.corda.core.schemas.PersistentStateRef
- setUp() - function in net.corda.testing.node.internal.NodeBasedTest
- setupModule(.<Error class: unknown class>) - function in net.corda.client.jackson.internal.CordaModule
- setUuid(java.util.UUID) - function in net.corda.core.schemas.CommonSchemaV1.LinearState
- setUuid(java.util.UUID) - function in net.corda.core.schemas.CommonSchemaV1.LinearState
- setUuid(java.util.UUID) - function in net.corda.testing.internal.vault.DummyLinearStateSchemaV1.PersistentDummyLinearState
- setValue(T) - function in net.corda.core.internal.DeclaredField
- setValue(java.lang.Object,kotlin.reflect.KProperty,T) - function in net.corda.core.internal.ToggleField
- setValue(java.lang.Object,kotlin.reflect.KProperty,T) - function in net.corda.core.internal.ToggleField
- setValue(java.lang.Object,kotlin.reflect.KProperty,T) - function in net.corda.core.internal.ToggleField
- setValue(java.lang.Object,kotlin.reflect.KProperty,T) - function in net.corda.core.internal.ToggleField
- setValue(java.lang.Object,kotlin.reflect.KProperty,T) - function in net.corda.core.utilities.VariablePropertyDelegate
- Invoked as part of Kotlin delegated properties construct.
- setVersion(java.lang.String) - function in net.corda.testing.node.internal.network.NetworkMapServer
- sha256(kotlin.ByteArray) - function in net.corda.core.crypto.SecureHash.Companion
- Computes the SHA-256 hash value of the ByteArray.
- sha256(java.lang.String) - function in net.corda.core.crypto.SecureHash.Companion
- Computes the SHA-256 hash of the String's UTF-8 byte contents.
- sha256(kotlin.ByteArray) - function in net.corda.core.crypto.SecureHashKt
- Compute the SHA-256 hash for the contents of the ByteArray.
- sha256(net.corda.core.utilities.OpaqueBytes) - function in net.corda.core.crypto.SecureHashKt
- Compute the SHA-256 hash for the contents of the OpaqueBytes.
- sha256Twice(kotlin.ByteArray) - function in net.corda.core.crypto.SecureHash.Companion
- Computes the SHA-256 hash of the ByteArray, and then computes the SHA-256 hash of the hash.
- SharedCompatibilityZoneParams - class in net.corda.testing.node.internal
- Represent network management services, network map and doorman, running on the same URL
- shell(net.corda.core.context.Trace,net.corda.core.context.Trace) - function in net.corda.core.context.InvocationContext.Companion
- Creates an InvocationContext with InvocationOrigin.Shell origin.
- shouldEnforce(net.corda.core.contracts.ContractState) - function in net.corda.core.internal.rules.StateContractValidationEnforcementRule
- shutdown() - function in net.corda.core.messaging.CordaRPCOps
- Shuts the node down.
- shutdown() - function in net.corda.core.messaging.CordaRPCOps
- Shuts the node down.
- shutdown() - function in net.corda.testing.node.internal.DriverDSLImpl
- shutdown() - function in net.corda.testing.node.internal.InternalDriverDSL
- shutdown() - function in net.corda.testing.node.internal.InternalDriverDSL
- shutdown() - function in net.corda.testing.node.internal.RpcServerHandle
- shutdown() - function in net.corda.testing.node.internal.ShutdownManager
- shutdown() - function in net.corda.testing.node.internal.ShutdownManager.Follower
- ShutdownManager - class in net.corda.testing.node.internal
- ShutdownManager.Companion - class in net.corda.testing.node.internal.ShutdownManager
- ShutdownManager.Follower - class in net.corda.testing.node.internal.ShutdownManager
- shutdownTelemetry() - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- ShutdownTelemetryEvent - class in net.corda.core.internal.telemetry
- sign() - function in java.security.Signature
- sign(kotlin.ByteArray,java.lang.Integer,java.lang.Integer) - function in java.security.Signature
- sign(java.security.KeyPair,kotlin.ByteArray) - function in net.corda.core.crypto.CryptoUtilsKt
- Helper function to sign with a key pair.
- sign(java.security.KeyPair,net.corda.core.crypto.SignableData) - function in net.corda.core.crypto.CryptoUtilsKt
- Helper function for signing a SignableData object.
- sign(java.security.KeyPair,net.corda.core.utilities.OpaqueBytes) - function in net.corda.core.crypto.CryptoUtilsKt
- Helper function to sign the bytes of bytesToSign with a key pair.
- sign(java.security.PrivateKey,kotlin.ByteArray) - function in net.corda.core.crypto.CryptoUtilsKt
- Utility to simplify the act of signing a byte array.
- sign(java.security.PrivateKey,kotlin.ByteArray,java.security.PublicKey) - function in net.corda.core.crypto.CryptoUtilsKt
- Utility to simplify the act of signing a byte array and return a DigitalSignature.WithKey object.
- sign(net.corda.core.serialization.SerializedBytes,java.security.KeyPair) - function in net.corda.core.internal.InternalUtilsKt
- sign(net.corda.core.serialization.SerializedBytes,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.InternalUtilsKt
- sign(kotlin.ByteArray,java.security.PublicKey) - function in net.corda.core.node.services.KeyManagementService
- Using the provided signing PublicKey internally looks up the matching PrivateKey and signs the data.
- sign(net.corda.core.crypto.SignableData,java.security.PublicKey) - function in net.corda.core.node.services.KeyManagementService
- Using the provided signing PublicKey internally looks up the matching PrivateKey and signs the SignableData.
- sign(java.lang.String,.<Error class: unknown class>,kotlin.ByteArray) - function in net.corda.testing.node.internal.MockCryptoService
- sign(java.lang.String,kotlin.ByteArray,java.lang.String) - function in net.corda.testing.node.internal.MockCryptoService
- sign(kotlin.ByteArray,java.security.PublicKey) - function in net.corda.testing.node.internal.MockKeyManagementService
- sign(net.corda.core.crypto.SignableData,java.security.PublicKey) - function in net.corda.testing.node.internal.MockKeyManagementService
- SignableData - class in net.corda.core.crypto
- A SignableData object is the packet actually signed.
- SIGNATURE - enum entry in net.corda.core.node.services.Vault.ConstraintInfo.Type
- SignatureAttachmentConstraint - class in net.corda.core.contracts
- An AttachmentConstraint that verifies that the attachment has signers that fulfil the provided PublicKey.
- SignatureAttachmentConstraint.Companion - class in net.corda.core.contracts.SignatureAttachmentConstraint
- SignatureFactory - class in net.corda.core.crypto.internal
- SignatureMetadata - class in net.corda.core.crypto
- SignatureMeta is required to add extra meta-data to a transaction's signature.
- SignatureScheme - class in net.corda.core.crypto
- This class is used to define a digital signature scheme.
- signed(java.nio.file.Path,java.lang.Integer,java.lang.String) - function in net.corda.testing.node.internal.CustomCordapp
- SignedData - class in net.corda.core.crypto
- A serialized piece of data and its signature.
- SignedDataWithCert - class in net.corda.core.internal
- Similar to SignedData but instead of just attaching the public key, the certificate for the key is attached instead.
- SignedTransaction - class in net.corda.core.transactions
- SignedTransaction wraps a serialized CoreTransaction, though it will almost exclusively be a WireTransaction.
- SignedTransaction.SignaturesMissingException - class in net.corda.core.transactions.SignedTransaction
- SignedTransactionWithDistributionList - class in net.corda.core.flows
- SignedTransactionWithStatus - class in net.corda.core.node.services
- SIGNERS_GROUP - enum entry in net.corda.core.contracts.ComponentGroupEnum
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder) - function in net.corda.core.node.AppServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using the default identity key contained in the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.security.PublicKey) - function in net.corda.core.node.AppServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using keys stored inside the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.lang.Iterable) - function in net.corda.core.node.AppServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using a set of keys all held in this node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder) - function in net.corda.core.node.ServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using the default identity key contained in the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder) - function in net.corda.core.node.ServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using the default identity key contained in the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using keys stored inside the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using keys stored inside the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.lang.Iterable) - function in net.corda.core.node.ServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using a set of keys all held in this node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.lang.Iterable) - function in net.corda.core.node.ServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using a set of keys all held in this node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder) - function in net.corda.core.node.ServiceHubCoreInternal
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using the default identity key contained in the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.security.PublicKey) - function in net.corda.core.node.ServiceHubCoreInternal
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using keys stored inside the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.lang.Iterable) - function in net.corda.core.node.ServiceHubCoreInternal
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using a set of keys all held in this node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder) - function in net.corda.core.node.VerifyingServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using the default identity key contained in the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.security.PublicKey) - function in net.corda.core.node.VerifyingServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using keys stored inside the node.
- signInitialTransaction(net.corda.core.transactions.TransactionBuilder,java.lang.Iterable) - function in net.corda.core.node.VerifyingServiceHub
- Helper method to construct an initial partially signed transaction from a TransactionBuilder using a set of keys all held in this node.
- signJar(java.nio.file.Path,java.nio.file.Path,java.lang.Integer,java.lang.String) - function in net.corda.testing.node.internal.TestCordappSigner
- signJarCopy(java.nio.file.Path,java.nio.file.Path,java.lang.Integer,java.lang.String) - function in net.corda.testing.node.internal.TestCordappSigner
- signTransaction(net.corda.core.crypto.SecureHash) - function in net.corda.core.internal.notary.SinglePartyNotaryService
- Sign a single transaction.
- SignTransactionFlow - class in net.corda.core.flows
- The SignTransactionFlow should be called in response to the CollectSignaturesFlow.
- SignTransactionFlow.Companion - class in net.corda.core.flows.SignTransactionFlow
- SignTransactionFlow.Companion.RECEIVING - class in net.corda.core.flows.SignTransactionFlow.Companion
- SignTransactionFlow.Companion.SIGNING - class in net.corda.core.flows.SignTransactionFlow.Companion
- SignTransactionFlow.Companion.VERIFYING - class in net.corda.core.flows.SignTransactionFlow.Companion
- signWithCert(T,java.security.PrivateKey,java.security.cert.X509Certificate) - function in net.corda.core.internal.InternalUtilsKt
- signWithCert(T,kotlin.jvm.functions.Function1) - function in net.corda.core.internal.InternalUtilsKt
- signWithCertPath(T,java.security.PrivateKey,java.util.List) - function in net.corda.core.internal.InternalUtilsKt
- SimpleDeserializer - class in net.corda.client.jackson.internal
- SimpleLogContext - class in net.corda.core.internal.telemetry
- SimpleLogTelemetryComponent - class in net.corda.core.internal.telemetry
- SimpleLogTelemetryComponentKt - class in net.corda.core.internal.telemetry
- SimpleToggleField - class in net.corda.core.internal
- SingleMessageRecipient - class in net.corda.core.messaging
- A base class for the case of point-to-point messages
- SinglePartyNotaryService - class in net.corda.core.internal.notary
- Base implementation for a notary service operated by a singe party.
- SinglePartyNotaryService.CommitOperation - class in net.corda.core.internal.notary.SinglePartyNotaryService
- Required for the flow to be able to suspend until the commit is complete.
- SingletonSerializationToken - class in net.corda.core.serialization
- A class representing a SerializationToken for some object that is not serializable but can be looked up (when deserialized) via just the class name.
- singletonSerializationToken(java.lang.Class) - function in net.corda.core.serialization.SingletonSerializationToken.Companion
- SingletonSerializationToken.Companion - class in net.corda.core.serialization.SingletonSerializationToken
- SingletonSerializeAsToken - class in net.corda.core.serialization
- A base class for implementing large objects / components / services that need to serialize themselves to a string token to indicate which instance the token is a serialized form of.
- sleep(java.time.Duration,java.lang.Boolean) - function in net.corda.core.flows.FlowLogic.Companion
- If on a flow, suspends the flow and only wakes it up after at least duration time has passed.
- slice(java.lang.Integer,java.lang.Integer) - function in net.corda.core.utilities.ByteSequence
- A new read-only ByteBuffer view of this sequence or part of it.
- slice(java.lang.Integer,java.lang.Integer) - function in net.corda.core.utilities.ByteSequence
- A new read-only ByteBuffer view of this sequence or part of it.
- softLockRelease(java.util.UUID,net.corda.core.utilities.NonEmptySet) - function in net.corda.core.node.services.VaultService
- Release all or an explicitly specified set of StateRef for a given UUID unique identifier.
- softLockReserve(java.util.UUID,net.corda.core.utilities.NonEmptySet) - function in net.corda.core.node.services.VaultService
- Reserve a set of StateRef for a given UUID unique identifier.
- Sort - class in net.corda.core.node.services.vault
- Sort allows specification of a set of entity attribute names and their associated directionality and null handling, to be applied upon processing a query specification.
- Sort.Attribute - class in net.corda.core.node.services.vault.Sort
- Sort.CommonStateAttribute - class in net.corda.core.node.services.vault.Sort
- Sort.Direction - class in net.corda.core.node.services.vault.Sort
- Sort.FungibleStateAttribute - class in net.corda.core.node.services.vault.Sort
- Sort.LinearStateAttribute - class in net.corda.core.node.services.vault.Sort
- Sort.SortColumn - class in net.corda.core.node.services.vault.Sort
- Sort.VaultStateAttribute - class in net.corda.core.node.services.vault.Sort
- SortAttribute - class in net.corda.core.node.services.vault
- SortAttribute.Custom - class in net.corda.core.node.services.vault.SortAttribute
- entityStateClass should reference a persistent state entity entityStateColumnName should reference an entity attribute name as defined by the associated mapped schema (for example, CashSchemaV1.PersistentCashState::currency.name)
- SortAttribute.Standard - class in net.corda.core.node.services.vault.SortAttribute
- sortAttribute refers to common table attributes defined in the node schemas: VaultState, VaultLinearStates, VaultFungibleStates
- SourceAndAmount - class in net.corda.core.contracts
- Simple data class to associate the origin, owner, or holder of a particular Amount object.
- span(java.lang.String,java.util.Map,net.corda.core.flows.FlowLogic,kotlin.jvm.functions.Function0) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- spanForFlow(java.lang.String,java.util.Map,net.corda.core.flows.FlowLogic,net.corda.core.internal.telemetry.SerializedTelemetry,kotlin.jvm.functions.Function0) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- specialise(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.node.AppServiceHub
- Provides a callback for the Node to customise the LedgerTransaction.
- specialise(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.node.ServiceHub
- Provides a callback for the Node to customise the LedgerTransaction.
- specialise(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.node.ServiceHubCoreInternal
- Provides a callback for the Node to customise the LedgerTransaction.
- specialise(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.node.ServicesForResolution
- Provides a callback for the Node to customise the LedgerTransaction.
- specialise(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.node.ServicesForResolution
- Provides a callback for the Node to customise the LedgerTransaction.
- specialise(net.corda.core.transactions.LedgerTransaction) - function in net.corda.core.node.VerifyingServiceHub
- Provides a callback for the Node to customise the LedgerTransaction.
- specialise(kotlin.jvm.functions.Function2) - function in net.corda.core.transactions.LedgerTransaction
- We need a way to customise transaction verification inside the Node without changing either the wire format or any public APIs.
- SPECIFIED - enum entry in net.corda.core.node.services.vault.QueryCriteria.SoftLockingType
- SplitCompatibilityZoneParams - class in net.corda.testing.node.internal
- Represent network management services, network map and doorman, running on different URLs
- spliterator() - function in net.corda.core.utilities.NonEmptySet
- splitEvenly(java.lang.Integer) - function in net.corda.core.contracts.Amount
- This method provides a token conserving divide mechanism.
- StackFrameDataToken - class in net.corda.core.flows
- Token class, used to indicate stack presence of the corda internal data.
- start(java.lang.String,java.lang.String,net.corda.client.rpc.GracefulReconnect) - function in net.corda.client.rpc.CordaRPCClient
- Logs in to the target server and returns an active connection.
- start(java.lang.String,java.lang.String,net.corda.core.context.Trace,net.corda.core.context.Actor,net.corda.client.rpc.GracefulReconnect) - function in net.corda.client.rpc.CordaRPCClient
- Logs in to the target server and returns an active connection.
- start(java.lang.String,java.lang.String,net.corda.core.context.Trace,net.corda.core.context.Actor,net.corda.core.identity.CordaX500Name,net.corda.client.rpc.GracefulReconnect) - function in net.corda.client.rpc.CordaRPCClient
- Logs in to the target server and returns an active connection.
- start(java.lang.String,java.lang.String,net.corda.core.identity.CordaX500Name,net.corda.client.rpc.GracefulReconnect) - function in net.corda.client.rpc.CordaRPCClient
- Logs in to the target server and returns an active connection.
- start() - function in net.corda.client.rpc.ext.MultiRPCClient
- Logs in to the target server and returns an active connection.
- start(java.lang.Class,java.lang.String,java.lang.String,net.corda.core.context.Trace,net.corda.core.context.Actor,net.corda.core.identity.CordaX500Name) - function in net.corda.client.rpc.internal.RPCClient
- start() - function in net.corda.core.internal.notary.NotaryService
- start() - function in net.corda.core.internal.notary.NotaryService
- start() - function in net.corda.testing.node.UnstartedMockNode
- Start the node
- start() - function in net.corda.testing.node.internal.DriverDSLImpl
- start() - function in net.corda.testing.node.internal.InternalDriverDSL
- start() - function in net.corda.testing.node.internal.InternalDriverDSL
- start() - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
- start(net.corda.client.rpc.CordaRPCClient,net.corda.testing.node.User) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- start(java.lang.Iterable) - function in net.corda.testing.node.internal.MockKeyManagementService
- start() - function in net.corda.testing.node.internal.MockNodeMessagingService
- start(net.corda.testing.node.InMemoryMessagingNetwork,java.lang.Boolean,java.lang.Integer,net.corda.core.identity.PartyAndCertificate) - function in net.corda.testing.node.internal.MockNodeMessagingService
- start() - function in net.corda.testing.node.internal.network.CrlServer
- start() - function in net.corda.testing.node.internal.network.NetworkMapServer
- StartableByRPC - class in net.corda.core.flows
- Any FlowLogic which is to be started by the RPC interface (net.corda.core.messaging.CordaRPCOps.startFlowDynamic and net.corda.core.messaging.CordaRPCOps.startTrackedFlowDynamic) must have this annotation.
- StartableByService - class in net.corda.core.flows
- Any FlowLogic which is to be started by the AppServiceHub interface from within a CordaService must have this annotation.
- startArtemisSession(net.corda.core.utilities.NetworkHostAndPort,java.lang.String,java.lang.String) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts a Netty Artemis session connecting to an RPC server.
- startDatabase() - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
- StartedMockNode - class in net.corda.testing.node
- A class that represents a started mock node for testing.
- startFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function0) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function1,A) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function2,A,B) - function in net.corda.core.messaging.CordaRPCOpsKt
- Extension function for type safe invocation of flows from Kotlin, for example:val rpc: CordaRPCOps = (..) rpc.
- startFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function3,A,B,C) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function4,A,B,C,D) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function5,A,B,C,D,E) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function6,A,B,C,D,E,F) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlow(net.corda.core.flows.FlowLogic) - function in net.corda.core.node.AppServiceHub
- Start the given flow with the given arguments.
- startFlow(net.corda.core.flows.FlowLogic) - function in net.corda.testing.driver.InProcess
- Starts an already constructed flow.
- startFlow(net.corda.core.flows.FlowLogic) - function in net.corda.testing.driver.InProcess
- Starts an already constructed flow.
- startFlow(net.corda.core.flows.FlowLogic) - function in net.corda.testing.node.StartedMockNode
- Starts an already constructed flow.
- startFlow(.<Error class: unknown class>,net.corda.core.flows.FlowLogic) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- startFlowDynamic(java.lang.Class,java.lang.Object) - function in net.corda.core.messaging.CordaRPCOps
- Start the given flow with the given arguments.
- startFlowDynamic(java.lang.Class,java.lang.Object) - function in net.corda.core.messaging.CordaRPCOps
- Start the given flow with the given arguments.
- startFlowDynamicWithClientId(java.lang.String,java.lang.Class,java.lang.Object) - function in net.corda.core.messaging.CordaRPCOps
- Start the given flow with the given arguments and a clientId.
- startFlowDynamicWithClientId(java.lang.String,java.lang.Class,java.lang.Object) - function in net.corda.core.messaging.CordaRPCOps
- Start the given flow with the given arguments and a clientId.
- startFlowWithClientId(net.corda.core.messaging.CordaRPCOps,java.lang.String,kotlin.jvm.functions.Function0) - function in net.corda.core.messaging.CordaRPCOpsKt
- Extension function for type safe invocation of flows from Kotlin, with clientId.
- startFlowWithClientId(net.corda.core.messaging.CordaRPCOps,java.lang.String,kotlin.jvm.functions.Function1,A) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlowWithClientId(net.corda.core.messaging.CordaRPCOps,java.lang.String,kotlin.jvm.functions.Function2,A,B) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlowWithClientId(net.corda.core.messaging.CordaRPCOps,java.lang.String,kotlin.jvm.functions.Function3,A,B,C) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlowWithClientId(net.corda.core.messaging.CordaRPCOps,java.lang.String,kotlin.jvm.functions.Function4,A,B,C,D) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlowWithClientId(net.corda.core.messaging.CordaRPCOps,java.lang.String,kotlin.jvm.functions.Function5,A,B,C,D,E) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlowWithClientId(net.corda.core.messaging.CordaRPCOps,java.lang.String,kotlin.jvm.functions.Function6,A,B,C,D,E,F) - function in net.corda.core.messaging.CordaRPCOpsKt
- startFlowWithClientId(.<Error class: unknown class>,java.lang.String,net.corda.core.flows.FlowLogic) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- startInVmArtemisSession(java.lang.String,java.lang.String) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts an In-VM Artemis session connecting to the RPC server.
- startInVmRpcClient(java.lang.Class,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts an In-VM RPC client.
- startInVmRpcClient(net.corda.testing.node.internal.RPCDriverDSL,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration) - function in net.corda.testing.node.internal.RPCDriverKt
- startInVmRpcServer(net.corda.testing.node.User,net.corda.core.identity.CordaX500Name,java.lang.Integer,java.lang.Long,.<Error class: unknown class>,I,java.time.Duration) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts an In-VM RPC server.
- startJavaProcess(java.lang.String,java.util.List,java.util.List,java.nio.file.Path,java.lang.Integer,java.util.List,java.lang.String,java.lang.String,java.util.Map) - function in net.corda.testing.node.internal.ProcessUtilities
- startJavaProcess(java.util.List,java.util.List,java.nio.file.Path,java.lang.Integer,java.util.List,java.lang.String,java.util.Map) - function in net.corda.testing.node.internal.ProcessUtilities
- startMessagingService(java.util.List,net.corda.core.node.NodeInfo,net.corda.core.identity.PartyAndCertificate,net.corda.core.node.NetworkParameters) - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
- startNode() - function in net.corda.testing.driver.DriverDSL
- Start a node using the default values of NodeParameters.
- startNode() - function in net.corda.testing.driver.DriverDSL
- Start a node using the default values of NodeParameters.
- startNode() - function in net.corda.testing.driver.DriverDSL
- Start a node using the default values of NodeParameters.
- startNode(net.corda.testing.driver.NodeParameters) - function in net.corda.testing.driver.DriverDSL
- Start a node using the parameter values of the given NodeParameters.
- startNode(net.corda.testing.driver.NodeParameters) - function in net.corda.testing.driver.DriverDSL
- Start a node using the parameter values of the given NodeParameters.
- startNode(net.corda.testing.driver.NodeParameters,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.DriverDSL
- Start a node.
- startNode(net.corda.testing.driver.NodeParameters,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.DriverDSL
- Start a node.
- startNode(net.corda.testing.driver.NodeParameters,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.DriverDSL
- Start a node.
- startNode(net.corda.testing.driver.NodeParameters,net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.lang.String) - function in net.corda.testing.driver.DriverDSL
- Start a node.
- startNode(net.corda.testing.driver.NodeParameters,net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.lang.String) - function in net.corda.testing.driver.DriverDSL
- Start a node.
- startNode(net.corda.testing.driver.NodeParameters,net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.lang.String) - function in net.corda.testing.driver.DriverDSL
- Start a node.
- startNode() - function in net.corda.testing.driver.InternalDriverDSL
- Start a node using the default values of NodeParameters.
- startNode(net.corda.testing.driver.NodeParameters) - function in net.corda.testing.driver.InternalDriverDSL
- Start a node using the parameter values of the given NodeParameters.
- startNode(net.corda.testing.driver.NodeParameters,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.InternalDriverDSL
- Start a node.
- startNode(net.corda.testing.driver.NodeParameters,net.corda.core.identity.CordaX500Name,java.util.List,net.corda.testing.driver.VerifierType,java.util.Map,java.lang.Boolean,java.lang.String,java.lang.String) - function in net.corda.testing.driver.InternalDriverDSL
- Start a node.
- startNode(net.corda.testing.driver.NodeParameters) - function in net.corda.testing.node.internal.DriverDSLImpl
- Start a node using the parameter values of the given NodeParameters.
- startNode(net.corda.testing.driver.NodeParameters,java.lang.Integer) - function in net.corda.testing.node.internal.DriverDSLImpl
- startNode(net.corda.testing.driver.DriverDSL,net.corda.core.identity.CordaX500Name,java.lang.Boolean,net.corda.testing.driver.NodeParameters) - function in net.corda.testing.node.internal.DriverDSLImplKt
- startNode(net.corda.testing.driver.NodeParameters,java.lang.Integer) - function in net.corda.testing.node.internal.InternalDriverDSL
- startNode(net.corda.testing.driver.NodeParameters,java.lang.Integer) - function in net.corda.testing.node.internal.InternalDriverDSL
- startNode(net.corda.core.identity.CordaX500Name,java.lang.Integer,java.util.List,java.util.Map,.<Error class: unknown class>) - function in net.corda.testing.node.internal.NodeBasedTest
- startNodes() - function in net.corda.testing.node.MockNetwork
- Start all nodes that aren't already started.
- startNodes() - function in net.corda.testing.node.internal.InternalMockNetwork
- startPublishingFixedRateInjector(.<Error class: unknown class>,java.lang.Integer,java.time.Duration,.<Error class: unknown class>,java.lang.String,java.lang.String,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.performance.InjectorsKt
- startRandomRpcClient(java.lang.Class,net.corda.core.utilities.NetworkHostAndPort,java.lang.String,java.lang.String) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts a Netty RPC client in a new JVM process that calls random RPCs with random arguments.
- startRandomRpcClient(net.corda.testing.node.internal.RPCDriverDSL,net.corda.core.utilities.NetworkHostAndPort,java.lang.String,java.lang.String) - function in net.corda.testing.node.internal.RPCDriverKt
- startReporter(net.corda.testing.node.internal.ShutdownManager,.<Error class: unknown class>) - function in net.corda.testing.node.internal.performance.ReporterKt
- startRpcBroker(java.lang.String,net.corda.testing.node.User,java.lang.Integer,java.lang.Long,net.corda.core.utilities.NetworkHostAndPort) - function in net.corda.testing.node.internal.RPCDriverDSL
- startRpcClient(java.lang.Class,java.util.List,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts a Netty RPC client.
- startRpcClient(java.lang.Class,java.util.List,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration,java.lang.Iterable) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts a Netty RPC client.
- startRpcClient(java.lang.Class,net.corda.core.utilities.NetworkHostAndPort,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts a Netty RPC client.
- startRpcClient(java.lang.Class,net.corda.core.utilities.NetworkHostAndPort,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration,java.lang.Iterable) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts a Netty RPC client.
- startRpcClient(net.corda.testing.node.internal.RPCDriverDSL,java.util.List,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration) - function in net.corda.testing.node.internal.RPCDriverKt
- startRpcClient(net.corda.testing.node.internal.RPCDriverDSL,net.corda.core.utilities.NetworkHostAndPort,java.lang.String,java.lang.String,net.corda.client.rpc.CordaRPCClientConfiguration) - function in net.corda.testing.node.internal.RPCDriverKt
- startRpcServer(java.lang.String,net.corda.testing.node.User,net.corda.core.identity.CordaX500Name,java.lang.Integer,java.lang.Long,.<Error class: unknown class>,net.corda.core.utilities.NetworkHostAndPort,I) - function in net.corda.testing.node.internal.RPCDriverDSL
- startRpcServer(java.lang.String,net.corda.testing.node.User,net.corda.core.identity.CordaX500Name,java.lang.Integer,java.lang.Long,.<Error class: unknown class>,net.corda.core.utilities.NetworkHostAndPort,java.util.List) - function in net.corda.testing.node.internal.RPCDriverDSL
- Starts a Netty RPC server.
- startRpcServerWithBrokerRunning(net.corda.testing.node.User,net.corda.core.identity.CordaX500Name,.<Error class: unknown class>,I,net.corda.testing.node.internal.RpcBrokerHandle,java.time.Duration) - function in net.corda.testing.node.internal.RPCDriverDSL
- startShell() - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
- startSpan(java.lang.String,java.util.Map,net.corda.core.flows.FlowLogic) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- StartSpanEvent - class in net.corda.core.internal.telemetry
- startSpanForFlow(java.lang.String,java.util.Map,net.corda.core.flows.FlowLogic,net.corda.core.internal.telemetry.SerializedTelemetry) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- StartSpanForFlowEvent - class in net.corda.core.internal.telemetry
- startTightLoopInjector(java.lang.Integer,java.lang.Integer,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.performance.InjectorsKt
- startTrackedFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function0) - function in net.corda.core.messaging.CordaRPCOpsKt
- Extension function for type safe invocation of flows from Kotlin, with progress tracking enabled.
- startTrackedFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function1,A) - function in net.corda.core.messaging.CordaRPCOpsKt
- startTrackedFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function2,A,B) - function in net.corda.core.messaging.CordaRPCOpsKt
- startTrackedFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function3,A,B,C) - function in net.corda.core.messaging.CordaRPCOpsKt
- startTrackedFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function4,A,B,C,D) - function in net.corda.core.messaging.CordaRPCOpsKt
- startTrackedFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function5,A,B,C,D,E) - function in net.corda.core.messaging.CordaRPCOpsKt
- startTrackedFlow(net.corda.core.messaging.CordaRPCOps,kotlin.jvm.functions.Function6,A,B,C,D,E,F) - function in net.corda.core.messaging.CordaRPCOpsKt
- startTrackedFlow(net.corda.core.flows.FlowLogic) - function in net.corda.core.node.AppServiceHub
- Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow.
- startTrackedFlowDynamic(java.lang.Class,java.lang.Object) - function in net.corda.core.messaging.CordaRPCOps
- Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow.
- startTrackedFlowDynamic(java.lang.Class,java.lang.Object) - function in net.corda.core.messaging.CordaRPCOps
- Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow.
- startWebserver(net.corda.testing.driver.NodeHandle) - function in net.corda.testing.driver.DriverDSL
- Call startWebserver with a default maximumHeapSize.
- startWebserver(net.corda.testing.driver.NodeHandle) - function in net.corda.testing.driver.DriverDSL
- Call startWebserver with a default maximumHeapSize.
- startWebserver(net.corda.testing.driver.NodeHandle) - function in net.corda.testing.driver.DriverDSL
- Call startWebserver with a default maximumHeapSize.
- startWebserver(net.corda.testing.driver.NodeHandle,java.lang.String) - function in net.corda.testing.driver.DriverDSL
- Starts a web server for a node
- startWebserver(net.corda.testing.driver.NodeHandle,java.lang.String) - function in net.corda.testing.driver.DriverDSL
- Starts a web server for a node
- startWebserver(net.corda.testing.driver.NodeHandle) - function in net.corda.testing.driver.InternalDriverDSL
- Call startWebserver with a default maximumHeapSize.
- startWebserver(net.corda.testing.driver.NodeHandle,java.lang.String) - function in net.corda.testing.driver.InternalDriverDSL
- Starts a web server for a node
- startWebserver(net.corda.testing.driver.NodeHandle,java.lang.String) - function in net.corda.testing.node.internal.DriverDSLImpl
- Starts a web server for a node
- STATE_MACHINE_STARTED - enum entry in net.corda.core.node.services.ServiceLifecycleEvent
This event is dispatched when State Machine is fully started such that net.corda.core.node.AppServiceHub available for CordaService to be use.
If a handler for this event throws CordaServiceCriticalFailureException - this is the way to flag that it will not make sense for Corda node to continue its operation. The lifecycle events dispatcher will endeavor to terminate node's JVM as soon as practically possible.
- STATE_REF - enum entry in net.corda.core.node.services.vault.Sort.CommonStateAttribute
- STATE_REF_INDEX - enum entry in net.corda.core.node.services.vault.Sort.CommonStateAttribute
- STATE_REF_TXN_ID - enum entry in net.corda.core.node.services.vault.Sort.CommonStateAttribute
- STATE_STATUS - enum entry in net.corda.core.node.services.vault.Sort.VaultStateAttribute
- StateAndContract - class in net.corda.core.contracts
- A convenience class for passing around a state and it's contract
- StateAndRef - class in net.corda.core.contracts
- A StateAndRef is simply a (state, ref) pair.
- StateConsumptionDetails - class in net.corda.core.flows
- Contains information about the consuming transaction for a particular state.
- StateConsumptionDetails.ConsumedStateType - class in net.corda.core.flows.StateConsumptionDetails
- StateContractValidationEnforcementRule - class in net.corda.core.internal.rules
- Rule which determines whether ContractStates must declare the Contract to which they belong (e.g.
- StateMachineInfo - class in net.corda.core.messaging
- Represents information about a flow (the name "state machine" is legacy, Kotlin users can use the FlowInfo type alias).
- stateMachineRecordedTransactionMappingFeed() - function in net.corda.core.messaging.CordaRPCOps
- Returns a snapshot list of existing state machine id - recorded transaction hash mappings, and a stream of future such mappings as well.
- stateMachineRecordedTransactionMappingFeed() - function in net.corda.core.messaging.CordaRPCOps
- Returns a snapshot list of existing state machine id - recorded transaction hash mappings, and a stream of future such mappings as well.
- stateMachineRecordedTransactionMappingSnapshot() - function in net.corda.core.messaging.CordaRPCOps
- Returns a snapshot list of existing state machine id - recorded transaction hash mappings.
- stateMachineRecordedTransactionMappingSnapshot() - function in net.corda.core.messaging.CordaRPCOps
- Returns a snapshot list of existing state machine id - recorded transaction hash mappings.
- StateMachineRunId - class in net.corda.core.flows
- A unique identifier for a single state machine run, valid across node restarts.
- StateMachineRunId.Companion - class in net.corda.core.flows.StateMachineRunId
- stateMachinesFeed() - function in net.corda.core.messaging.CordaRPCOps
- Returns a data feed of currently in-progress state machine infos and an observable of future state machine adds/removes.
- stateMachinesFeed() - function in net.corda.core.messaging.CordaRPCOps
- Returns a data feed of currently in-progress state machine infos and an observable of future state machine adds/removes.
- stateMachinesSnapshot() - function in net.corda.core.messaging.CordaRPCOps
- Returns a list of currently in-progress state machine infos.
- stateMachinesSnapshot() - function in net.corda.core.messaging.CordaRPCOps
- Returns a list of currently in-progress state machine infos.
- StateMachineTransactionMapping - class in net.corda.core.messaging
- StateMachineUpdate - class in net.corda.core.messaging
- StateMachineUpdate.Added - class in net.corda.core.messaging.StateMachineUpdate
- StateMachineUpdate.Removed - class in net.corda.core.messaging.StateMachineUpdate
- StatePersistable - class in net.corda.core.schemas
- Marker interface to denote a persistable Corda state entity that will always have a transaction id and index
- StatePointer - class in net.corda.core.contracts
- A StatePointer contains a pointer to a ContractState.
- StatePointer.Companion - class in net.corda.core.contracts.StatePointer
- StatePointerSearch - class in net.corda.core.internal
- Uses reflection to search for instances of StatePointer within a ContractState.
- StateRef - class in net.corda.core.contracts
- A stateref is a pointer (reference) to a state, this is an equivalent of an "outpoint" in Bitcoin.
- StateReplacementException - class in net.corda.core.flows
- StatesNotAvailableException - class in net.corda.core.node.services
- StatesToRecord - class in net.corda.core.node
- Controls whether the transaction is sent to the vault at all, and if so whether states have to be relevant or not in order to be recorded.
- StateSummingUtilitiesKt - class in net.corda.finance.contracts.utils
- staticField(java.lang.Class,java.lang.String) - function in net.corda.core.internal.InternalUtilsKt
- Returns a DeclaredField wrapper around the declared (possibly non-public) static field of the receiver Class.
- staticField(kotlin.reflect.KClass,java.lang.String) - function in net.corda.core.internal.InternalUtilsKt
- Returns a DeclaredField wrapper around the declared (possibly non-public) static field of the receiver KClass.
- staticPointer(net.corda.core.contracts.StateAndRef,java.lang.Boolean) - function in net.corda.core.contracts.StatePointer.Companion
- Creates a StaticPointer to the specified contract state.
- StaticPointer - class in net.corda.core.contracts
- A StaticPointer contains a pointer to a specific StateRef and can be resolved by looking up the StateRef via ServiceHub.
- stop() - function in net.corda.client.rpc.ext.MultiRPCClient
- Stops the client and closes RPCConnection if it has been previously established
- stop() - function in net.corda.core.internal.notary.NotaryService
- stop() - function in net.corda.core.internal.notary.NotaryService
- stop() - function in net.corda.testing.driver.InProcess
- Stops the referenced node.
- stop() - function in net.corda.testing.driver.NodeHandle
- Stops the referenced node.
- stop() - function in net.corda.testing.driver.NodeHandleInternal
- Stops the referenced node.
- stop() - function in net.corda.testing.driver.OutOfProcess
- Stops the referenced node.
- stop() - function in net.corda.testing.driver.internal.InProcessImpl
- Stops the referenced node.
- stop() - function in net.corda.testing.driver.internal.OutOfProcessImpl
- Stops the referenced node.
- stop() - function in net.corda.testing.node.InMemoryMessagingNetwork
- Stop all nodes within the network and clear any buffered messages
- stop() - function in net.corda.testing.node.StartedMockNode
- Stop the node.
- stop() - function in net.corda.testing.node.internal.MockNodeMessagingService
- stopAllNodes() - function in net.corda.testing.node.internal.NodeBasedTest
- Stops the network map node and all the nodes started by )>startNode.
- stopNodes() - function in net.corda.testing.node.MockNetwork
- Stop all nodes.
- stopNodes() - function in net.corda.testing.node.internal.InternalMockNetwork
- Storage - enum entry in net.corda.core.serialization.SerializationContext.UseCase
- store(java.io.OutputStream,java.lang.String) - function in java.util.Properties
- store(java.io.Writer,java.lang.String) - function in java.util.Properties
- storeAuthorisedContractUpgrade(net.corda.core.contracts.StateRef,java.lang.Class) - function in net.corda.core.node.services.ContractUpgradeService
- Store authorised state ref and associated UpgradeContract class
- storeToXML(java.io.OutputStream,java.lang.String) - function in java.util.Properties
- storeToXML(java.io.OutputStream,java.lang.String,java.nio.charset.Charset) - function in java.util.Properties
- storeToXML(java.io.OutputStream,java.lang.String,java.lang.String) - function in java.util.Properties
- stream(kotlin.ranges.IntProgression,java.lang.Boolean) - function in net.corda.core.internal.InternalUtilsKt
- stream() - function in net.corda.core.utilities.NonEmptySet
- stringPropertyNames() - function in java.util.Properties
- StringToMethodCallParser - class in net.corda.client.jackson
- This class parses strings in a format designed for human usability into ParsedMethodCall objects representing a ready-to-invoke call on the given target object.
- StringToMethodCallParser.ParsedMethodCall - class in net.corda.client.jackson.StringToMethodCallParser
- StringToMethodCallParser.UnparseableCallException - class in net.corda.client.jackson.StringToMethodCallParser
- StringToMethodCallParser.UnparseableCallException.FailedParse - class in net.corda.client.jackson.StringToMethodCallParser.UnparseableCallException
- StringToMethodCallParser.UnparseableCallException.MissingParameter - class in net.corda.client.jackson.StringToMethodCallParser.UnparseableCallException
- StringToMethodCallParser.UnparseableCallException.NoSuchFile - class in net.corda.client.jackson.StringToMethodCallParser.UnparseableCallException
- StringToMethodCallParser.UnparseableCallException.ReflectionDataMissing - class in net.corda.client.jackson.StringToMethodCallParser.UnparseableCallException
- StringToMethodCallParser.UnparseableCallException.TooManyParameters - class in net.corda.client.jackson.StringToMethodCallParser.UnparseableCallException
- StringToMethodCallParser.UnparseableCallException.UnknownMethod - class in net.corda.client.jackson.StringToMethodCallParser.UnparseableCallException
- StructuresKt - class in net.corda.core.contracts
- subFlow(net.corda.core.flows.FlowLogic) - function in net.corda.core.flows.FlowLogic
- Invokes the given subflow.
- subFlow(net.corda.core.flows.FlowLogic) - function in net.corda.core.flows.FlowLogic
- Invokes the given subflow.
- subFlow(net.corda.core.flows.FlowLogic,net.corda.core.flows.FlowLogic) - function in net.corda.core.internal.FlowStateMachine
- subSequence(java.lang.Integer,java.lang.Integer) - function in net.corda.core.utilities.ByteSequence
- Create a sub-sequence of this sequence.
- subSequence(java.lang.Integer,java.lang.Integer) - function in net.corda.core.utilities.ByteSequence
- Create a sub-sequence of this sequence.
- SUM - enum entry in net.corda.core.node.services.vault.AggregateFunctionType
- sum(java.lang.reflect.Field,java.util.List,net.corda.core.node.services.vault.Sort.Direction) - function in net.corda.core.node.services.vault.Builder
- sum(kotlin.reflect.KProperty1,java.util.List,net.corda.core.node.services.vault.Sort.Direction) - function in net.corda.core.node.services.vault.Builder
- aggregate functions
- sum(net.corda.core.node.services.vault.FieldInfo,java.util.List,net.corda.core.node.services.vault.Sort.Direction) - function in net.corda.core.node.services.vault.Builder
- sumAmountsDue(java.util.Map) - function in net.corda.finance.contracts.asset.ObligationKt
- Calculate the total balance movement for each party in the transaction, based off a summary of balances between each obligor and beneficiary.
- sumCash(java.lang.Iterable) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the cash states in the list, throwing an exception if there are none, or if any of the cash states cannot be added together (i.e.
- sumCashBy(java.lang.Iterable,net.corda.core.identity.AbstractParty) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the cash states in the list belonging to a single owner, throwing an exception if there are none, or if any of the cash states cannot be added together (i.e.
- sumCashOrNull(java.lang.Iterable) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the cash states in the list, returning null if there are none.
- sumCashOrZero(java.lang.Iterable,net.corda.core.contracts.Issued) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the cash states in the list, returning zero of the given currency+issuer if there are none.
- sumFungibleOrNull(java.lang.Iterable) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the asset states in the list, returning null if there are none.
- sumFungibleOrZero(java.lang.Iterable,net.corda.core.contracts.Issued) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the asset states in the list, returning zero of the given token if there are none.
- sumObligations(java.lang.Iterable) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the obligation states in the list, throwing an exception if there are none.
- sumObligationsOrNull(java.lang.Iterable) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the obligation states in the list, returning null if there are none.
- sumObligationsOrZero(java.lang.Iterable,net.corda.core.contracts.Issued) - function in net.corda.finance.contracts.utils.StateSummingUtilitiesKt
- Sums the obligation states in the list, returning zero of the given product if there are none.
- sumOrNull(java.lang.Iterable) - function in net.corda.core.contracts.Amount.Companion
- If the given iterable of Amounts yields any elements, sum them, throwing an IllegalArgumentException if any of the token types are mismatched; if the iterator yields no elements, return null.
- sumOrThrow(java.lang.Iterable) - function in net.corda.core.contracts.Amount.Companion
- Sums the amounts yielded by the given iterable, throwing an IllegalArgumentException if any of the token types are mismatched.
- sumOrZero(java.lang.Iterable,T) - function in net.corda.core.contracts.Amount.Companion
- If the given iterable of Amounts yields any elements, sum them, throwing an IllegalArgumentException if any of the token types are mismatched; if the iterator yields no elements, return a zero amount of the given token type.
- supportedSchemas() - function in net.corda.core.schemas.QueryableState
- Enumerate the schemas this state can export representations of itself as.
- supportedSchemas() - function in net.corda.finance.contracts.CommercialPaper.State
- Object Relational Mapping support.
- supportedSchemas() - function in net.corda.finance.contracts.asset.Cash.State
- Object Relational Mapping support.
- supportedSchemas() - function in net.corda.testing.internal.vault.DummyDealContract.State
- Enumerate the schemas this state can export representations of itself as.
- supportedSchemas() - function in net.corda.testing.internal.vault.DummyLinearContract.State
- Enumerate the schemas this state can export representations of itself as.
- supportedSchemas() - function in net.corda.testing.internal.vault.UniqueDummyFungibleContract.State
- Enumerate the schemas this state can export representations of itself as.
- supportedSchemas() - function in net.corda.testing.internal.vault.UniqueDummyLinearContract.State
- Enumerate the schemas this state can export representations of itself as.
- supportedSignatureSchemes() - function in net.corda.core.crypto.Crypto
- supportsParameter(java.lang.Object) - function in java.security.Provider.Service
- suspend(net.corda.core.internal.FlowIORequest,java.lang.Boolean) - function in net.corda.core.internal.FlowStateMachine
- SWISS_FRANCS(java.lang.Double) - function in net.corda.finance.CurrenciesKt
- SWISS_FRANCS(java.lang.Integer) - function in net.corda.finance.CurrenciesKt
- SWISS_FRANCS(java.lang.Long) - function in net.corda.finance.CurrenciesKt