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.
<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(: String, : String, : NavigableSet<SecureHash>) |
signers |
val signers: NavigableSet<SecureHash> |
symbolicName |
val symbolicName: String |
version |
val version: String |
compareTo |
fun compareTo(other: Identifier): Int |
secureHashComparator |
val secureHashComparator: Comparator<SecureHash?> |