ProtocolName

data class ProtocolName(name: String) : Name, Comparable<ProtocolName>

The name of a cryptographic protocol.

A Protocol is (essentially) a ProtocolName applied to arguments.

Constructors

ProtocolName
Link copied to clipboard
fun ProtocolName(name: String)

Functions

compareTo
Link copied to clipboard
open operator override fun compareTo(other: ProtocolName): Int
toDocument
Link copied to clipboard
open override fun toDocument(): Document

Properties

name
Link copied to clipboard
open override val name: String
nameCategory
Link copied to clipboard
open override val nameCategory: String