AlgorithmKey

class AlgorithmKey(val property: String = "algorithm") : KeyProperties(source)

Represents a key that holds an algorithm property.

Constructors

Link copied to clipboard
constructor(property: String = "algorithm")

Properties

Link copied to clipboard
open override val property: String

The value of the algorithm property.