最新のWeb開発のチュートリアル
 

鍵生成キータイププロパティ

keygenのオブジェクトリファレンス keygenのオブジェクト

使用するキーの種類を取得します。

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

xの結果は次のようになります。

rsa
»それを自分で試してみてください

定義と使用法

ketypeプロパティセットまたはの値を返すkeytype keygenのフィールドの属性を。

keytype属性は、使用するキーのタイプを指定します。


ブラウザのサポート

Internet ExplorerFirefoxOperaGoogle ChromeSafari

キータイププロパティは、Internet ExplorerとSafariを除いて、すべての主要なブラウザでサポートされています。


構文

キータイププロパティを返します:

keygenObject .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

技術的詳細

戻り値: 使用するキーのタイプを表すString、

関連ページ

HTMLリファレンス: HTML <keygen>キータイプ属性


keygenのオブジェクトリファレンス keygenのオブジェクト