Esempio
Prendi il tipo di chiave utilizzata:
var x = document.getElementById("myKeygen").keytype;
Il risultato di x sarà:
rsa
Prova tu stesso " Definizione e utilizzo
Gli insiemi di proprietà ketype o restituisce il valore della keytype attributo di un campo keygen.
Il keytype attributo specifica un tipo di chiave da utilizzare.
Supporto per il browser
La proprietà KeyType è supportata in tutti i maggiori browser, ad eccezione di Internet Explorer e Safari.
Sintassi
Riportare la proprietà KeyType:
keygenObject .keytype
Impostare la proprietà KeyType:
keygenObject .keytype="rsa|dsa|ec"
I valori delle proprietà
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 |
Dettagli tecnici
Valore di ritorno: | Una stringa, che rappresenta il tipo di chiave utilizzata |
---|
Pagine correlate
Di riferimento HTML: HTML <keygen> KeyType attributo
keygen Object