ProtocolName

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

The name of a cryptographic protocol.

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

Constructors

Link copied to clipboard
fun ProtocolName(name: String)

Functions

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

Properties

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