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
_
P
- P2P - enum entry in net.corda.core.serialization.SerializationContext.UseCase
- p2pSslOptions(java.nio.file.Path,net.corda.core.identity.CordaX500Name) - function in net.corda.testing.internal.InternalTestUtilsKt
- PageSpecification - class in net.corda.core.node.services.vault
- PageSpecification allows specification of a page number (starting from DEFAULT_PAGE_NUM) and page size (defaulting to DEFAULT_PAGE_SIZE with a maximum page size of MAX_PAGE_SIZE) Note: we default the page number to DEFAULT_PAGE_SIZE to enable queries without requiring a page specification but enabling detection of large results sets that fall out of the DEFAULT_PAGE_SIZE requirement.
- parallelStream() - function in net.corda.core.utilities.NonEmptySet
- PARAMETERS - enum entry in net.corda.core.internal.FetchDataFlow.DataType
- PARAMETERS_GROUP - enum entry in net.corda.core.contracts.ComponentGroupEnum
- PARAMETERS_HASH - enum entry in net.corda.core.transactions.ContractUpgradeWireTransaction.Component
- PARAMETERS_HASH - enum entry in net.corda.core.transactions.NotaryChangeWireTransaction.Component
- ParametersUpdateInfo - class in net.corda.core.messaging
- Data class containing information about the scheduled network parameters update.
- paramNamesFromConstructor(java.lang.reflect.Constructor) - function in net.corda.client.jackson.StringToMethodCallParser
- Uses either Kotlin or Java reflection to learn the names of the parameters to a constructor.
- paramNamesFromMethod(java.lang.reflect.Method) - function in net.corda.client.jackson.StringToMethodCallParser
- Uses either Kotlin or Java reflection to learn the names of the parameters to a method.
- parse(T,java.lang.String) - function in net.corda.client.jackson.StringToMethodCallParser
- Parses the given command as a call on the target type.
- parse(java.lang.String) - function in net.corda.core.crypto.SecureHash.Companion
- Converts a SHA-256 hash value represented as a hexadecimal String into a SecureHash.
- parse(java.lang.String) - function in net.corda.core.identity.CordaX500Name.Companion
- parse(net.corda.core.node.services.vault.AttachmentQueryCriteria,net.corda.core.node.services.vault.AttachmentSort) - function in net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser
- parse(Q,S) - function in net.corda.core.node.services.vault.BaseQueryCriteriaParser
- parse(net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.Sort) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parse(java.lang.String) - function in net.corda.core.utilities.NetworkHostAndPort.Companion
- Parses a string of the form host:port into a NetworkHostAndPort.
- parseAnd(net.corda.core.node.services.vault.AttachmentQueryCriteria,net.corda.core.node.services.vault.AttachmentQueryCriteria) - function in net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser
- parseAnd(Q,Q) - function in net.corda.core.node.services.vault.BaseQueryCriteriaParser
- parseAnd(net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.QueryCriteria) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parseArguments(java.lang.String,java.util.List,java.lang.String) - function in net.corda.client.jackson.StringToMethodCallParser
- Parses only the arguments string given the info about parameter names and types.
- parseAsHex(java.lang.String) - function in net.corda.core.utilities.ByteArraysKt
- Converts this String of hexadecimal digits into a ByteArray.
- parseCriteria(net.corda.core.node.services.vault.AttachmentQueryCriteria.AttachmentsQueryCriteria) - function in net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser
- parseCriteria(net.corda.core.node.services.vault.QueryCriteria.CommonQueryCriteria) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parseCriteria(net.corda.core.node.services.vault.QueryCriteria.FungibleAssetQueryCriteria) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parseCriteria(net.corda.core.node.services.vault.QueryCriteria.LinearStateQueryCriteria) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parseCriteria(net.corda.core.node.services.vault.QueryCriteria.VaultCustomQueryCriteria) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parseCriteria(net.corda.core.node.services.vault.QueryCriteria.VaultQueryCriteria) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parseCurrency(java.lang.String) - function in net.corda.core.contracts.Amount.Companion
- Returns an amount that is equal to the given currency amount in text.
- parseDateFromString(java.lang.String) - function in net.corda.finance.contracts.BusinessCalendar.Companion
- Parses a date of the form YYYY-MM-DD, like 2016-01-10 for 10th Jan.
- parseOr(net.corda.core.node.services.vault.AttachmentQueryCriteria,net.corda.core.node.services.vault.AttachmentQueryCriteria) - function in net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser
- parseOr(Q,Q) - function in net.corda.core.node.services.vault.BaseQueryCriteriaParser
- parseOr(net.corda.core.node.services.vault.QueryCriteria,net.corda.core.node.services.vault.QueryCriteria) - function in net.corda.core.node.services.vault.IQueryCriteriaParser
- parsePublicKeyBase58(java.lang.String) - function in net.corda.core.utilities.EncodingUtilsKt
- Method to return the PublicKey object given its Base58-String representation.
- PartialMerkleTree - class in net.corda.core.crypto
- Building and verification of Partial Merkle Tree.
- PartialMerkleTree.Companion - class in net.corda.core.crypto.PartialMerkleTree
- PartialMerkleTree.PartialTree - class in net.corda.core.crypto.PartialMerkleTree
- The structure is a little different than that of Merkle Tree.
- PartialMerkleTree.PartialTree.IncludedLeaf - class in net.corda.core.crypto.PartialMerkleTree.PartialTree
- PartialMerkleTree.PartialTree.Leaf - class in net.corda.core.crypto.PartialMerkleTree.PartialTree
- PartialMerkleTree.PartialTree.Node - class in net.corda.core.crypto.PartialMerkleTree.PartialTree
- partiesFromName(java.lang.String) - function in net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
- partiesFromName(java.lang.String) - function in net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
- partiesFromName(java.lang.String) - function in net.corda.client.jackson.JacksonSupport.PartyObjectMapper
- partiesFromName(java.lang.String) - function in net.corda.client.jackson.JacksonSupport.RpcObjectMapper
- partiesFromName(java.lang.String,java.lang.Boolean) - function in net.corda.core.messaging.CordaRPCOps
- Returns a list of candidate matches for a given string, with optional fuzzy(ish) matching.
- partiesFromName(java.lang.String,java.lang.Boolean) - function in net.corda.core.messaging.CordaRPCOps
- Returns a list of candidate matches for a given string, with optional fuzzy(ish) matching.
- partiesFromName(java.lang.String,java.lang.Boolean) - function in net.corda.core.node.services.IdentityService
- Returns a list of candidate matches for a given string, with optional fuzzy(ish) matching.
- Party - class in net.corda.core.identity
- The Party class represents an entity on the network, which is typically identified by a legal name and public key that it can sign transactions under.
- Party.Companion - class in net.corda.core.identity.Party
- PartyAndAmount - class in net.corda.finance.contracts.asset
- A simple holder for a (possibly anonymous) AbstractParty and a quantity of tokens
- PartyAndCertificate - class in net.corda.core.identity
- A full party plus the X.509 certificate and path linking the party back to a trust root.
- PartyAndReference - class in net.corda.core.contracts
- Reference to something being stored or issued by a party e.g.
- partyFromKey(java.security.PublicKey) - function in net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
- partyFromKey(java.security.PublicKey) - function in net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
- partyFromKey(java.security.PublicKey) - function in net.corda.client.jackson.JacksonSupport.PartyObjectMapper
- partyFromKey(java.security.PublicKey) - function in net.corda.client.jackson.JacksonSupport.RpcObjectMapper
- partyFromKey(java.security.PublicKey) - function in net.corda.core.messaging.CordaRPCOps
- Returns the Party corresponding to the given key, if found.
- partyFromKey(java.security.PublicKey) - function in net.corda.core.messaging.CordaRPCOps
- Returns the Party corresponding to the given key, if found.
- partyFromKey(java.security.PublicKey) - function in net.corda.core.node.services.IdentityService
- Converts an owning PublicKey to the X500Name extended Party object if the Party has been previously registered with the IdentityService either as a well known network map identity, or as a part of flows creating and exchanging the identity.
- PartyInfo - class in net.corda.core.node.services
- Holds information about a Party, which may refer to either a specific node or a service.
- PartyInfo.DistributedNode - class in net.corda.core.node.services.PartyInfo
- PartyInfo.SingleNode - class in net.corda.core.node.services.PartyInfo
- PathUtilsKt - class in net.corda.core.internal
- payloadContentDescription() - function in net.corda.core.flows.MaybeSerializedSignedTransaction
- PAYMENT - enum entry in net.corda.finance.contracts.NetType
"Payment" is used to refer to conventional netting, where all parties must confirm the netting transaction. This can be a multilateral netting transaction, and may be created by a central clearing service.
- PaymentRule - class in net.corda.finance.contracts
- Whether the payment should be made before the due date, or after it.
- peer(net.corda.core.identity.CordaX500Name,net.corda.core.context.Trace,net.corda.core.context.Trace,net.corda.core.context.Actor) - function in net.corda.core.context.InvocationContext.Companion
- Creates an InvocationContext with InvocationOrigin.Peer origin.
- pendingFlowsCount(net.corda.core.messaging.CordaRPCOps) - function in net.corda.core.messaging.CordaRPCOpsKt
- Returns a DataFeed of the number of pending flows.
- PermissionException - class in net.corda.client.rpc
- Thrown to indicate that the calling user does not have permission for something they have requested (for example calling a method).
- persistAsJsonFile(java.lang.Class,java.nio.file.Path,net.corda.core.flows.StateMachineRunId) - function in net.corda.testing.internal.FlowStackSnapshotFactoryImpl
- PersistentState - class in net.corda.core.schemas
- A super class for all mapped states exported to a schema that ensures the StateRef appears on the database row.
- PersistentStateRef - class in net.corda.core.schemas
- Embedded StateRef representation used in state mapping.
- persistFlowStackSnapshot() - function in net.corda.core.flows.FlowLogic
- Persists a shallow copy of the Quasar stack frames at the time of call to persistFlowStackSnapshot.
- persistFlowStackSnapshot() - function in net.corda.core.flows.FlowLogic
- Persists a shallow copy of the Quasar stack frames at the time of call to persistFlowStackSnapshot.
- persistFlowStackSnapshot(java.lang.Class) - function in net.corda.core.internal.FlowStateMachine
- pickNext(net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle,java.util.List) - function in net.corda.testing.node.InMemoryMessagingNetwork.ServicePeerAllocationStrategy
- pickNext(net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle,java.util.List) - function in net.corda.testing.node.InMemoryMessagingNetwork.ServicePeerAllocationStrategy.Random
- pickNext(net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle,java.util.List) - function in net.corda.testing.node.InMemoryMessagingNetwork.ServicePeerAllocationStrategy.RoundRobin
- PlatformSecureRandomService - class in net.corda.core.crypto.internal
- PlatformVersionSwitches - class in net.corda.core.internal
- plus(net.corda.core.contracts.Amount) - function in net.corda.core.contracts.Amount
- A checked addition operator is supported to simplify aggregation of Amounts.
- plus(net.corda.core.contracts.AmountTransfer) - function in net.corda.core.contracts.AmountTransfer
- Add together two AmountTransfer objects to produce the single equivalent net flow.
- plus(java.lang.Integer) - function in net.corda.core.crypto.internal.Curve25519.ModP
- plus(net.corda.core.crypto.internal.Curve25519.ModP) - function in net.corda.core.crypto.internal.Curve25519.ModP
- plus(net.corda.core.node.services.Vault.Update) - function in net.corda.core.node.services.Vault.Update
- Combine two updates into a single update with the combined inputs and outputs of the two updates but net any outputs of the left-hand-side (this) that are consumed by the inputs of the right-hand-side (rhs).
- plus(java.util.Collection) - function in net.corda.core.transactions.SignedTransaction
- Alias for withAdditionalSignatures to let you use Kotlin operator overloading.
- plus(net.corda.core.crypto.TransactionSignature) - function in net.corda.core.transactions.SignedTransaction
- Alias for withAdditionalSignature to let you use Kotlin operator overloading.
- plus(net.corda.finance.contracts.BusinessCalendar) - function in net.corda.finance.contracts.BusinessCalendar
- poll(java.util.concurrent.ScheduledExecutorService,java.lang.String,java.time.Duration,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- pollUntilNonNull(java.lang.String,java.time.Duration,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.DriverDSLImpl
- Polls a function until it returns a non-null value.
- pollUntilNonNull(java.lang.String,java.time.Duration,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalDriverDSL
- Polls a function until it returns a non-null value.
- pollUntilNonNull(java.lang.String,java.time.Duration,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalDriverDSL
- Polls a function until it returns a non-null value.
- pollUntilTrue(java.lang.String,java.time.Duration,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalDriverDSL
- Polls the given function until it returns true.
- pollUntilTrue(java.lang.String,java.time.Duration,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalDriverDSL
- Polls the given function until it returns true.
- pollUntilTrue(java.lang.String,java.time.Duration,java.lang.Integer,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalDriverDSL
- Polls the given function until it returns true.
- pooledScan(.<Error class: unknown class>) - function in net.corda.core.internal.ClassGraphUtilsKt
- Use this rather than the built-in implementation of ClassGraph.
- PortAllocation - class in net.corda.testing.driver
- PortAllocation.Companion - class in net.corda.testing.driver.PortAllocation
- PortAllocation.Incremental - class in net.corda.testing.driver.PortAllocation
- post(java.net.URL,net.corda.core.utilities.OpaqueBytes,.<Error class: unknown class>,java.net.Proxy) - function in net.corda.core.internal.InternalUtilsKt
- postJson(java.lang.String,java.lang.Object) - function in net.corda.testing.http.HttpApi
- Send a POST with a payload to the path on the API specified.
- postJson(java.net.URL,java.lang.String) - function in net.corda.testing.http.HttpUtils
- postPlain(java.lang.String,java.lang.String) - function in net.corda.testing.http.HttpApi
- Send a POST with a payload to the path on the API specified.
- postPlain(java.net.URL,java.lang.String) - function in net.corda.testing.http.HttpUtils
- POUNDS(java.lang.Double) - function in net.corda.finance.CurrenciesKt
- POUNDS(java.lang.Integer) - function in net.corda.finance.CurrenciesKt
- POUNDS(java.lang.Long) - function in net.corda.finance.CurrenciesKt
- pow(java.math.BigInteger) - function in net.corda.core.crypto.internal.Curve25519.ModP
- predicate(java.lang.reflect.Field,net.corda.core.node.services.vault.ColumnPredicate) - function in net.corda.core.node.services.vault.Builder
- predicate(kotlin.reflect.KProperty1,net.corda.core.node.services.vault.ColumnPredicate) - function in net.corda.core.node.services.vault.Builder
- predicate(net.corda.core.node.services.vault.FieldInfo,net.corda.core.node.services.vault.ColumnPredicate) - function in net.corda.core.node.services.vault.Builder
- prefixChars(java.lang.Integer) - function in net.corda.core.crypto.SecureHash
- Returns the first prefixLen hexadecimal digits of the SecureHash value.
- prefixChars(java.lang.Integer) - function in net.corda.core.crypto.SecureHash
- Returns the first prefixLen hexadecimal digits of the SecureHash value.
- Previous - enum entry in net.corda.finance.contracts.DateRollConvention
Previous is the previous business date from this one.
- principal() - function in net.corda.core.context.InvocationContext
- Associated security principal.
- principal() - function in net.corda.core.context.InvocationOrigin
- Returns the Principal for a given Actor.
- principal() - function in net.corda.core.context.InvocationOrigin.Peer
- Returns the Principal for a given Actor.
- principal() - function in net.corda.core.context.InvocationOrigin.RPC
- Returns the Principal for a given Actor.
- principal() - function in net.corda.core.context.InvocationOrigin.Scheduled
- Returns the Principal for a given Actor.
- principal() - function in net.corda.core.context.InvocationOrigin.Service
- Returns the Principal for a given Actor.
- principal() - function in net.corda.core.context.InvocationOrigin.Shell
- Returns the Principal for a given Actor.
- printStackTrace() - function in kotlin.Throwable
- printStackTrace(java.io.PrintStream) - function in kotlin.Throwable
- printStackTrace(java.io.PrintWriter) - function in kotlin.Throwable
- PrivacySalt - class in net.corda.core.contracts
- A privacy salt is required to compute nonces per transaction component in order to ensure that an adversary cannot use brute force techniques and reveal the content of a Merkle-leaf hashed value.
- PrivacySalt.Companion - class in net.corda.core.contracts.PrivacySalt
- PrivateInterner - class in net.corda.core.internal.utilities
- This class converts instances supplied to intern to a common instance within the JVM, amongst all those instances that have been submitted.
- PrivateInterner.Companion - class in net.corda.core.internal.utilities.PrivateInterner
- processQuery(net.corda.core.internal.notary.NotaryService.Query.Request) - function in net.corda.core.internal.notary.NotaryService
- Processes a Query.Request and returns a Query.Result.
- processQuery(net.corda.core.internal.notary.NotaryService.Query.Request) - function in net.corda.core.internal.notary.NotaryService
- Processes a Query.Request and returns a Query.Result.
- ProcessUtilities - class in net.corda.testing.node.internal
- ProgressTracker - class in net.corda.core.utilities
- A progress tracker helps surface information about the progress of an operation to a user interface or API of some kind.
- ProgressTracker.Change - class in net.corda.core.utilities.ProgressTracker
- ProgressTracker.Change.Position - class in net.corda.core.utilities.ProgressTracker.Change
- ProgressTracker.Change.Rendering - class in net.corda.core.utilities.ProgressTracker.Change
- ProgressTracker.Change.Structural - class in net.corda.core.utilities.ProgressTracker.Change
- ProgressTracker.DONE - class in net.corda.core.utilities.ProgressTracker
- ProgressTracker.STARTING - class in net.corda.core.utilities.ProgressTracker
- ProgressTracker.Step - class in net.corda.core.utilities.ProgressTracker
- The superclass of all step objects.
- ProgressTracker.UNSTARTED - class in net.corda.core.utilities.ProgressTracker
- ProgressTrackerKt - class in net.corda.core.internal
- PropertyDelegate - class in net.corda.core.utilities
- Simple interface encapsulating the implicit Kotlin contract for immutable property delegates.
- propertyNames() - function in java.util.Properties
- ProviderMapKt - class in net.corda.core.crypto.internal
- PublicKeyCache - class in net.corda.core.crypto.internal
- publicKeyForCachedBytes(net.corda.core.utilities.ByteSequence) - function in net.corda.core.crypto.internal.PublicKeyCache
- publicKeyOnCurve(net.corda.core.crypto.SignatureScheme,java.security.PublicKey) - function in net.corda.core.crypto.Crypto
- Check if a point's coordinates are on the expected curve to avoid certain types of ECC attacks.
- publicKeysForExternalId(java.util.UUID) - function in net.corda.core.node.services.IdentityService
- This method returns all the PublicKeys which have been mapped to the supplied external ID.
- publishNodeInfo(java.io.InputStream) - function in net.corda.testing.node.internal.network.NetworkMapServer.InMemoryNetworkMapService
- pumpReceive(java.lang.Boolean) - function in net.corda.testing.node.InMemoryMessagingNetwork.MockMessagingService
- Delivers a single message from the internal queue.
- pumpReceive(java.lang.Boolean) - function in net.corda.testing.node.StartedMockNode
- Delivers a single message from the internal queue.
- pumpReceive(java.lang.Boolean) - function in net.corda.testing.node.internal.MockNodeMessagingService
- Delivers a single message from the internal queue.
- pumpReceive(java.lang.Boolean) - function in net.corda.testing.node.internal.TestStartedNode
- pumpSend(java.lang.Boolean) - function in net.corda.testing.node.InMemoryMessagingNetwork
- Send the next queued message to the requested recipient(s) within the network
- put(java.lang.Object,java.lang.Object) - function in java.security.Provider
- putAll(java.util.Map) - function in java.security.Provider
- putIfAbsent(java.lang.Object,java.lang.Object) - function in java.security.Provider
- putJson(java.lang.String,java.lang.Object) - function in net.corda.testing.http.HttpApi
- Send a PUT with a payload to the path on the API specified.
- putJson(java.net.URL,java.lang.String) - function in net.corda.testing.http.HttpUtils
- putSingleton(net.corda.core.serialization.SerializeAsToken) - function in net.corda.core.serialization.SerializeAsTokenContext
- putTo(java.nio.ByteBuffer) - function in net.corda.core.utilities.ByteSequence
- Write this sequence to a ByteBuffer.
- putTo(java.nio.ByteBuffer) - function in net.corda.core.utilities.ByteSequence
- Write this sequence to a ByteBuffer.