packaging / net.corda.packaging / Cpk / Identifier

Identifier

data class Identifier : Comparable<Identifier>

Identifies a CPK whose CorDapp JAR has the matching symbolicName and version, and that is signed by the public keys with the hashes signers.

Constructors

<init>

Identifies a CPK whose CorDapp JAR has the matching symbolicName and version, and that is signed by the public keys with the hashes signers.

Identifier(symbolicName: String, version: String, signers: NavigableSet<SecureHash>)

Properties

signers

val signers: NavigableSet<SecureHash>

symbolicName

val symbolicName: String

version

val version: String

Functions

compareTo

fun compareTo(other: Identifier): Int

Companion Object Properties

secureHashComparator

val secureHashComparator: Comparator<SecureHash?>