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

D

DATA - enum entry in net.corda.data.p2p.crypto.MessageType
 
DatabaseConfig - class in net.corda.schema.configuration
 
DataMessagePayload - class in net.corda.data.p2p
 
DataMessagePayload.Builder - class in net.corda.data.p2p.DataMessagePayload
RecordBuilder for DataMessagePayload instances.
DbSchema - class in net.corda.db.schema
Explicitly lists database schema names to be used for applying Liquibase scripts since Liquibase does not allow specifying schema as part of the changeset definition.
DECLINED - enum entry in net.corda.data.membership.common.RegistrationStatus
 
DECLINED - enum entry in net.corda.data.membership.common.v2.RegistrationStatus
 
DeclineRegistration - class in net.corda.data.membership.command.registration.mgm
Command issued when a member registration has been declined and needs to be updated to declined status.
DeclineRegistration.Builder - class in net.corda.data.membership.command.registration.mgm.DeclineRegistration
RecordBuilder for DeclineRegistration instances.
decode(java.lang.String) - function in net.corda.v5.base.util.Base58
Decodes the given Base58 string into the original data bytes.
decodeToBigInteger(java.lang.String) - function in net.corda.v5.base.util.Base58
 
defaultDigestAlgorithm() - function in net.corda.v5.application.crypto.DigestService
Returns the defaulted digest algorithm.
defaultSignatureSpec(java.security.PublicKey) - function in net.corda.v5.application.crypto.SignatureSpecService
Works out a default signature spec for specified public key, given current security policies.
defaultSignatureSpec(java.security.PublicKey,net.corda.v5.crypto.DigestAlgorithmName) - function in net.corda.v5.application.crypto.SignatureSpecService
Works out a default signature spec for specified public key and digest algorithm given current security policies.
DeleteApprovalRule - class in net.corda.data.membership.db.request.command
Delete a previously persisted approval rule.
DeleteApprovalRule.Builder - class in net.corda.data.membership.db.request.command.DeleteApprovalRule
RecordBuilder for DeleteApprovalRule instances.
DeleteApprovalRuleResponse - class in net.corda.data.membership.db.response.command
Response to a delete approval rule request.
DeleteApprovalRuleResponse.Builder - class in net.corda.data.membership.db.response.command.DeleteApprovalRuleResponse
RecordBuilder for DeleteApprovalRuleResponse instances.
DeleteEntities - class in net.corda.data.persistence
Delete a specific set of entities.
DeleteEntities.Builder - class in net.corda.data.persistence.DeleteEntities
RecordBuilder for DeleteEntities instances.
DeleteEntitiesById - class in net.corda.data.persistence
Delete entities by their ids.
DeleteEntitiesById.Builder - class in net.corda.data.persistence.DeleteEntitiesById
RecordBuilder for DeleteEntitiesById instances.
DemoRecord - class in net.corda.data.demo
 
DemoRecord.Builder - class in net.corda.data.demo.DemoRecord
RecordBuilder for DemoRecord instances.
DemoStateRecord - class in net.corda.data.demo
 
DemoStateRecord.Builder - class in net.corda.data.demo.DemoStateRecord
RecordBuilder for DemoStateRecord instances.
DENY - enum entry in net.corda.data.permissions.PermissionType
 
DeprecatedConstructorForDeserialization - class in net.corda.v5.base.annotations
This annotation is a marker to indicate which secondary constructors should be considered, and in which order, for evolving objects during their deserialization.
DeriveSharedSecretCommand - class in net.corda.data.crypto.wire.ops.rpc.commands
Derive Diffie–Hellman key agreement shared secret
DeriveSharedSecretCommand.Builder - class in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand
RecordBuilder for DeriveSharedSecretCommand instances.
deserialize(net.corda.v5.application.marshalling.json.JsonNodeReader) - function in net.corda.v5.application.marshalling.json.JsonDeserializer
Method called when an object of type T should be deserialized.
deserialize(kotlin.Array,java.lang.Class) - function in net.corda.v5.application.serialization.SerializationService
Deserializes the input serialized bytes into an object of type .
deserialize(net.corda.v5.serialization.SerializedBytes,java.lang.Class) - function in net.corda.v5.application.serialization.SerializationService
Deserializes the input serialized bytes into an object of type .
digest(kotlin.Array) - function in net.corda.v5.crypto.extensions.DigestAlgorithm
Computes the digest of the byte array.
digest(java.io.InputStream) - function in net.corda.v5.crypto.extensions.DigestAlgorithm
Computes the digest of the InputStream bytes.
DigestAlgorithm - class in net.corda.v5.crypto.extensions
Interface defining a custom digest calculation implementation.
DigestAlgorithmFactory - class in net.corda.v5.crypto.extensions
Interface defining a factory creating a custom digest implementation.
DigestAlgorithmName - class in net.corda.v5.crypto
The digest algorithm name.
digestLength(net.corda.v5.crypto.DigestAlgorithmName) - function in net.corda.v5.application.crypto.DigestService
Returns the DigestAlgorithmName digest length in bytes.
DigestService - class in net.corda.v5.application.crypto
Provides hashing capabilities to be used in all sandbox types.
DigitalSignature - class in net.corda.v5.crypto
A wrapper around a digital signature.
DigitalSignature.WithKeyId - class in net.corda.v5.crypto.DigitalSignature
A digital signature that identifies who is the owner of the signing key used to create this signature.
DigitalSignatureAndMetadata - class in net.corda.v5.application.crypto
A wrapper over the signature output accompanied by signer's public key and signature metadata.
DigitalSignatureMetadata - class in net.corda.v5.application.crypto
Metadata attached to a signature.
DigitalSignatureVerificationService - class in net.corda.v5.application.crypto
Allows flows to verify digital signatures.
DistributeGroupParameters - class in net.corda.data.membership.actions.request
Distribute group parameters to the rest of the network.
DistributeGroupParameters.Builder - class in net.corda.data.membership.actions.request.DistributeGroupParameters
RecordBuilder for DistributeGroupParameters instances.
DistributeMemberInfo - class in net.corda.data.membership.actions.request
Distribute an updated member info to the rest of the network.
DistributeMemberInfo.Builder - class in net.corda.data.membership.actions.request.DistributeMemberInfo
RecordBuilder for DistributeMemberInfo instances.
DistributionMetaData - class in net.corda.data.membership.p2p
Basic information regarding a data distribution package which will be sent over the wire, wrapped into the MembershipPackage and the MembershipSyncRequest.
DistributionMetaData.Builder - class in net.corda.data.membership.p2p.DistributionMetaData
RecordBuilder for DistributionMetaData instances.
DistributionType - class in net.corda.data.membership.p2p
 
DoNotImplement - class in net.corda.v5.base.annotations
This annotation is for interfaces and abstract classes that provide Corda functionality to user applications.
doubleValue() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
If this node represents a number in the underlying Json, this method returns the value as a double.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W