ตัวอย่าง
ได้รับประเภทของสำคัญที่ใช้:
var x = document.getElementById("myKeygen").keytype;
ผลของ X จะเป็น:
rsa
ลองตัวเอง» ความหมายและการใช้งาน
ชุดคุณสมบัติ ketype หรือผลตอบแทนที่คุ้มค่าของ keytype แอตทริบิวต์ของสนาม Keygen
keytype แอตทริบิวต์ระบุประเภทกุญแจสำคัญที่จะนำมาใช้
สนับสนุนเบราว์เซอร์
คุณสมบัติ keyType ได้รับการสนับสนุนในเบราว์เซอร์ที่สำคัญทั้งหมดยกเว้น Internet Explorer และ 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> keyType แอตทริบิวต์
วัตถุ Keygen