/

HTML / CSS / JavaScript Tutorial

HTML Standard attribute: keytype

[this page | pdf | back links]

The HTML keytype attribute specifies the security algorithm of a key. It applies to <keygen> elements.

 

Valid attribute values (when used with <keygen> elements) include:

 

Value

Description

rsa

(Default). Use RSA security algorithm (user may be given choice of key strength)

dsa

Use DSA security algorithm (user may be given choice of key strength)

ec

Use EC security algorithm (user may be given choice of key strength)

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Attributes


Desktop view | Switch to Mobile