CertExtension

Extension for X.509 certificates: cert'''-----BEGIN CERTIFICATE-----...-----END CERTIFICATE-----'''.

Properties

Link copied to clipboard
open override val identifier: String

The extension identifier, e.g., "dt", "ip", "h", "b64", "hash", "b1", "t1", "float".

Functions

Link copied to clipboard
open override fun format(item: DataItem, options: CdnGeneratorOptions, indent: Int): String?

Formats a DataItem into CDN extension syntax, or returns null if not applicable.

Link copied to clipboard
open override fun parseLiteral(content: String, delimiter: Char): DataItem

Parses the string content of an extension literal into a DataItem.