HTML 5: The Markup Language (ARIA Edition)

keygenkey-pair generator/input control # T

The keygen element represents a control for generating a public-private key pair and for submitting the public key from that key pair.

Content model #

Attribute model #

Element-specific attributes #

challenge = string
A challenge string that is submitted along with the public key.
keytype = "rsa"
The type of key generated.

Assertions #

Tag omission #

A keygen element must have both a start tag and an end tag.

Permitted contexts #