How to use the Certificate function from crypto
Find comprehensive JavaScript crypto.Certificate code examples handpicked from public code repositorys.
GitHub: Kode/Krom
189 190 191 192 193 194 195 196 197
> Stability: 0 - Deprecated As a legacy interface, it is possible to create new instances of the `crypto.Certificate` class as illustrated in the examples below. #### `new crypto.Certificate()` Instances of the `Certificate` class can be created using the `new` keyword or by calling `crypto.Certificate()` as a function:
22
89
13
+ 15 other calls in file
crypto.createHash is the most popular function in crypto (882 examples)