Closed Ulterior closed 4 years ago
on the main page example for keystorage getitem
To get key from KeyStorage var rsaKey = webcrypto.getItem("prvRSA-1024");
needs to be changed to
var rsaKey = webcrypto.keyStorage.getItem("prvRSA-1024");
cheers
on the main page example for keystorage getitem
needs to be changed to
cheers