最新的Web开发教程
 

注册机KeyType属性

凯基对象参考 注册机对象

习惯密钥类型:

var x = document.getElementById("myKeygen").keytype;

x的结果将是:

rsa
试一试»

定义和用法

该ketype属性设置或返回的值keytype一凯基场的属性。

keytype属性指定要使用的密钥类型。


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

KeyType属性在所有主流浏览器的支持,除了IE和Safari。


句法

返回KeyType属性:

keygenObject .keytype

将KeyType属性:

keygenObject .keytype="rsa|dsa|ec"

属性值

Value Description
rsa Default. Specifies an RSA security algorithm. The user may be given a choice of RSA key strengths
dsa Specifies a DSA security algorithm. The user may be given a choice of DSA key sizes
ec Specifies an EC security algorithm. The user may be given a choice of EC key strengths

技术细节

返回值: 一个字符串,代表主要的类型使用

相关页面

HTML参考: HTML <keygen>关键字类型属性


凯基对象参考 注册机对象