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  _ 

B

BackpressureAwareTimedFlow - class in net.corda.core.internal
Implementation of TimedFlow that can handle WaitTimeUpdate messages.
BACKWARD - enum entry in net.corda.finance.contracts.DateRollDirection
 
base58toBase64(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
Encoding changer.
base58ToByteArray(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
 
base58toHex(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
Encoding changer.
base58ToRealString(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
Base58-String to the actual real String, i.e.
base64toBase58(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
Encoding changer.
base64ToByteArray(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
 
base64toHex(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
Encoding changer.
base64ToRealString(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
Base64-String to the actual real String, i.e.
baseDirectory(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.driver.DriverDSL
Returns the base directory for a node with the given CordaX500Name.
baseDirectory(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.driver.DriverDSL
Returns the base directory for a node with the given CordaX500Name.
baseDirectory(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.driver.InternalDriverDSL
Returns the base directory for a node with the given CordaX500Name.
baseDirectory(java.lang.Integer) - function in net.corda.testing.node.MockNetwork
Get the base directory for the given node id.
baseDirectory(net.corda.core.identity.CordaX500Name) - function in net.corda.testing.node.internal.DriverDSLImpl
Returns the base directory for a node with the given CordaX500Name.
baseDirectory(java.lang.String) - function in net.corda.testing.node.internal.InternalDriverDSL
 
baseDirectory(java.lang.String) - function in net.corda.testing.node.internal.InternalDriverDSL
 
baseDirectory(java.lang.String) - function in net.corda.testing.node.internal.InternalDriverDSL
 
baseDirectory(java.lang.Integer) - function in net.corda.testing.node.internal.InternalMockNetwork
 
baseDirectory(net.corda.testing.node.internal.TestStartedNode) - function in net.corda.testing.node.internal.InternalMockNetwork
 
BaseQueryCriteriaParser - class in net.corda.core.node.services.vault
 
BaseSort - class in net.corda.core.node.services.vault
 
BaseTransaction - class in net.corda.core.transactions
An abstract class defining fields shared by all transaction types in the system.
BATCH_TRANSACTION - enum entry in net.corda.core.internal.FetchDataFlow.DataType
 
BEFORE_STATE_MACHINE_START - enum entry in net.corda.core.node.services.ServiceLifecycleEvent

This event is dispatched when the node is about to start the State Machine. The State Machine will not be started until all handlers return from processing this event. Handlers can delay the node start-up, and the processing of flows, by not returning from handling this event until their CorDapp is ready for flows to be started/resumed.

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.

BelongsToContract - class in net.corda.core.contracts
This annotation is required by any ContractState which needs to ensure that it is only ever processed as part of a TransactionState referencing the specified Contract.
between(java.time.Instant,java.time.Instant) - function in net.corda.core.contracts.TimeWindow.Companion
Creates a TimeWindow with the time interval [fromTime, untilTime).
between(java.time.Instant,java.time.Instant) - function in net.corda.core.flows.FlowTimeWindow.Companion
 
between(java.time.Instant,java.time.Instant) - function in net.corda.core.flows.RecoveryTimeWindow.Companion
 
between(R,R) - function in net.corda.core.node.services.vault.Builder
 
between(java.lang.reflect.Field,R,R) - function in net.corda.core.node.services.vault.Builder
 
between(kotlin.reflect.KProperty1,R,R) - function in net.corda.core.node.services.vault.Builder
 
between(net.corda.core.node.services.vault.FieldInfo,R,R) - function in net.corda.core.node.services.vault.Builder
 
between(net.corda.finance.contracts.asset.Obligation.State,.<Error class: unknown class>) - function in net.corda.finance.contracts.asset.ObligationKt
 
between(net.corda.core.messaging.SingleMessageRecipient,net.corda.core.messaging.SingleMessageRecipient) - function in net.corda.testing.node.InMemoryMessagingNetwork.LatencyCalculator
 
BilateralNetState - class in net.corda.finance.contracts.asset
Subset of state, containing the elements which must match for two obligation transactions to be nettable.
BilateralNettableState - class in net.corda.finance.contracts
Interface for state objects that support being netted with other state objects.
BinaryComparisonOperator - class in net.corda.core.node.services.vault
 
BinaryLogicalOperator - class in net.corda.core.node.services.vault
 
bindWithConfig(.<Error class: unknown class>) - function in net.corda.testing.internal.TestingNamedCacheFactory
 
bindWithMetrics(.<Error class: unknown class>) - function in net.corda.testing.internal.TestingNamedCacheFactory
 
BiWeekly - enum entry in net.corda.finance.contracts.Frequency
 
borrow(java.lang.String,java.security.Provider) - function in net.corda.core.crypto.internal.SignatureFactory
 
borrow() - function in net.corda.core.internal.LazyPool
 
borrow() - function in net.corda.core.internal.LazyStickyPool
 
borrow(java.lang.Object) - function in net.corda.core.internal.LazyStickyPool
 
BrokenAttachmentException - class in net.corda.core.contracts
A non-specific exception for the attachment identified by attachmentId.
bufferUntilSubscribed(.<Error class: unknown class>) - function in net.corda.core.internal.InternalUtilsKt
Returns an Observable that buffers events until subscribed.
build(java.lang.Integer) - function in net.corda.core.crypto.CompositeKey.Builder
Builds the CompositeKey.
build(net.corda.core.crypto.MerkleTree,java.util.List) - function in net.corda.core.crypto.PartialMerkleTree.Companion
 
build(javax.security.auth.x500.X500Principal) - function in net.corda.core.identity.CordaX500Name.Companion
 
build() - function in net.corda.core.internal.ContractUpgradeTransactionBuilder
 
build() - function in net.corda.core.internal.NotaryChangeTransactionBuilder
 
Builder - class in net.corda.core.node.services.vault
 
builder(kotlin.jvm.functions.Function1) - function in net.corda.core.node.services.vault.QueryCriteriaUtilsKt
 
buildFilteredTransaction() - function in net.corda.core.transactions.ContractUpgradeWireTransaction
Constructs a filtered transaction: the inputs, the notary party and network parameters hash are always visible, while the rest are hidden.
buildFilteredTransaction(net.corda.core.transactions.WireTransaction,java.util.function.Predicate) - function in net.corda.core.transactions.FilteredTransaction.Companion
Construction of filtered transaction with partial Merkle tree.
buildFilteredTransaction(java.util.function.Predicate) - function in net.corda.core.transactions.SignedTransaction
Helper function to directly build a FilteredTransaction using provided filtering functions, without first accessing the WireTransaction.
buildFilteredTransaction(java.util.function.Predicate) - function in net.corda.core.transactions.WireTransaction
Build filtered transaction using provided filtering functions.
buildNamed(.<Error class: unknown class>,java.lang.String) - function in net.corda.client.rpc.internal.ClientCacheFactory
 
buildNamed(.<Error class: unknown class>,java.lang.String,.<Error class: unknown class>) - function in net.corda.client.rpc.internal.ClientCacheFactory
 
buildNamed(.<Error class: unknown class>,java.lang.String) - function in net.corda.core.internal.NamedCacheFactory
 
buildNamed(.<Error class: unknown class>,java.lang.String,.<Error class: unknown class>) - function in net.corda.core.internal.NamedCacheFactory
 
buildNamed(java.lang.String) - function in net.corda.core.internal.NamedCacheFactory
 
buildNamed(java.lang.String) - function in net.corda.core.internal.NamedCacheFactory
 
buildNamed(java.lang.String,.<Error class: unknown class>) - function in net.corda.core.internal.NamedCacheFactory
 
buildNamed(.<Error class: unknown class>,java.lang.String) - function in net.corda.testing.internal.TestingNamedCacheFactory
 
buildNamed(.<Error class: unknown class>,java.lang.String,.<Error class: unknown class>) - function in net.corda.testing.internal.TestingNamedCacheFactory
 
BusinessCalendar - class in net.corda.finance.contracts
A business calendar performs date calculations that take into account national holidays and weekends.
BusinessCalendar.Companion - class in net.corda.finance.contracts.BusinessCalendar
 
byKeys(java.lang.Iterable) - function in net.corda.core.crypto.CryptoUtilsKt
Returns the set of all PublicKeys of the signatures.
ByteArraysKt - class in net.corda.core.utilities
 
ByteSequence - class in net.corda.core.utilities
An abstraction of a byte array, with offset and size that does no copying of bytes unless asked to.
ByteSequence.Companion - class in net.corda.core.utilities.ByteSequence
 
bytesForCachedPublicKey(java.security.PublicKey) - function in net.corda.core.crypto.internal.PublicKeyCache
 
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  _