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

I

ID - enum entry in net.corda.data.crypto.wire.ops.rpc.queries.CryptoKeyOrderBy
 
ID_DESC - enum entry in net.corda.data.crypto.wire.ops.rpc.queries.CryptoKeyOrderBy
 
ImportCertificateRpcRequest - class in net.corda.data.certificates.rpc.request
RPC request to import a certificate chain.
ImportCertificateRpcRequest.Builder - class in net.corda.data.certificates.rpc.request.ImportCertificateRpcRequest
RecordBuilder for ImportCertificateRpcRequest instances.
INACTIVE - enum entry in net.corda.data.virtualnode.VirtualNodeOperationalState
 
INBOUND - enum entry in net.corda.data.flow.event.MessageDirection
 
InboundUnauthenticatedMessage - class in net.corda.data.p2p.app
A message that will be delivered by the p2p layer directly (without using an end-to-end session).
InboundUnauthenticatedMessage.Builder - class in net.corda.data.p2p.app.InboundUnauthenticatedMessage
RecordBuilder for InboundUnauthenticatedMessage instances.
InboundUnauthenticatedMessageHeader - class in net.corda.data.p2p.app
 
InboundUnauthenticatedMessageHeader.Builder - class in net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader
RecordBuilder for InboundUnauthenticatedMessageHeader instances.
IndexedMerkleLeaf - class in net.corda.v5.crypto.merkle
IndexedMerkleLeafs are building blocks of MerkleProofs.
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
initCause(java.lang.Throwable) - function in java.lang.Throwable
 
INITIATE - enum entry in net.corda.data.flow.state.waiting.SessionConfirmationType
 
InitiatedBy - class in net.corda.v5.application.flows
InitiatedBy specifies the protocol name that triggers a ResponderFlow as a consequence of a counterparty requesting a new session.
initiateFlow(net.corda.v5.base.types.MemberX500Name) - function in net.corda.v5.application.messaging.FlowMessaging
Creates a communication session with a counterparty's ResponderFlow.
initiateFlow(net.corda.v5.base.types.MemberX500Name,boolean) - function in net.corda.v5.application.messaging.FlowMessaging
Creates a communication session with a counterparty's ResponderFlow.
initiateFlow(net.corda.v5.base.types.MemberX500Name,boolean,net.corda.v5.application.messaging.FlowContextPropertiesBuilder) - function in net.corda.v5.application.messaging.FlowMessaging
Creates a communication session with another member.
initiateFlow(net.corda.v5.base.types.MemberX500Name,net.corda.v5.application.messaging.FlowContextPropertiesBuilder) - function in net.corda.v5.application.messaging.FlowMessaging
Creates a communication session with another member.
InitiatingFlow - class in net.corda.v5.application.flows
InitiatingFlow marks a flow as initiating, meaning that it starts a ResponderFlow when creating a session with another network entity.
INITIATOR_HANDSHAKE - enum entry in net.corda.data.p2p.crypto.MessageType
 
INITIATOR_HELLO - enum entry in net.corda.data.p2p.crypto.MessageType
 
InitiatorEncryptedExtensions - class in net.corda.data.p2p.crypto.internal
 
InitiatorEncryptedExtensions.Builder - class in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions
RecordBuilder for InitiatorEncryptedExtensions instances.
InitiatorHandshakeIdentity - class in net.corda.data.p2p.crypto.internal
 
InitiatorHandshakeIdentity.Builder - class in net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity
RecordBuilder for InitiatorHandshakeIdentity instances.
InitiatorHandshakeMessage - class in net.corda.data.p2p.crypto
 
InitiatorHandshakeMessage.Builder - class in net.corda.data.p2p.crypto.InitiatorHandshakeMessage
RecordBuilder for InitiatorHandshakeMessage instances.
InitiatorHandshakePayload - class in net.corda.data.p2p.crypto.internal
 
InitiatorHandshakePayload.Builder - class in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload
RecordBuilder for InitiatorHandshakePayload instances.
InitiatorHelloMessage - class in net.corda.data.p2p.crypto
 
InitiatorHelloMessage.Builder - class in net.corda.data.p2p.crypto.InitiatorHelloMessage
RecordBuilder for InitiatorHelloMessage instances.
INVALID - enum entry in net.corda.data.membership.common.RegistrationStatus
 
INVALID - enum entry in net.corda.data.membership.common.v2.RegistrationStatus
 
INVALID - enum entry in net.corda.ledger.utxo.verification.TransactionVerificationStatus
 
INVALID_ENTITY_UPDATE - enum entry in net.corda.data.membership.db.response.query.ErrorKind
 
isActive() - function in net.corda.v5.membership.MemberInfo
 
isArray() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents an array in the Json.
isBoolean() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents a boolean in the Json.
isDouble() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents a double in the Json.
isFloatingPointNumber() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents a number in the underlying Json and that number has a decimal component.
isFulfilledBy(java.security.PublicKey) - function in net.corda.v5.crypto.CompositeKey
Takes single PublicKey and checks if CompositeKey requirements hold for that key.
isFulfilledBy(java.util.Set) - function in net.corda.v5.crypto.CompositeKey
Checks if the public keys corresponding to the signatures are matched against the leaves of the composite key tree in question, and the total combined weight of all children is calculated for every intermediary node.
isInt() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents an integer in the Json.
isKeyFulfilledBy(java.security.PublicKey,java.security.PublicKey) - function in net.corda.v5.crypto.KeyUtils
Return true if one key fulfills the requirements of another key.
isKeyFulfilledBy(java.security.PublicKey,java.util.Set) - function in net.corda.v5.crypto.KeyUtils
Return true if a set of keys fulfil the requirements of a specific key.
isKeyInSet(java.security.PublicKey,java.util.Set) - function in net.corda.v5.crypto.KeyUtils
Checks whether key has any intersection with the keys in otherKeys, recursing into key (the first argument) if it is a composite key.
isNotaryVirtualNode(net.corda.v5.base.types.MemberX500Name) - function in net.corda.v5.ledger.common.NotaryLookup
Determines whether the specified virtual node name is a notary, which is defined by the network parameters.
isNull() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents the value of "null" in the underlying Json.
isNumber() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents a number in the Json.
isObject() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents an object in the Json.
isRecoverable() - function in net.corda.v5.crypto.exceptions.CryptoException
If the value is true, then the error condition is considered transient and the operation which throws such exceptions can be retried.
isRecoverable() - function in net.corda.v5.crypto.exceptions.CryptoException
If the value is true, then the error condition is considered transient and the operation which throws such exceptions can be retried.
isText() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Returns true if this node represents a string in the Json.
isVisible(net.corda.v5.ledger.utxo.ContractState,net.corda.v5.ledger.utxo.VisibilityChecker) - function in net.corda.v5.ledger.utxo.Contract
Determines whether the specified state is visible to a node observing, or recording the associated transaction.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W