crypto
Extends:
Static Member Summary
Static Public Members | ||
public static get |
algorithmNames: {"sign": *, "verify": *, "generateKey": *, "importKey": *, "exportKey": *, "encrypt": *, "decrypt": *, "deriveBits": *, "deriveKey": *, "wrapKey": *, "unwrapKey": *, "digest": *} |
|
public static get |
algorithms: {"RSASSA-PKCS1-v1_5": *, "RSA-PSS": *, "RSA-OAEP": *, "ECDSA": *, "ECDH": *, "AES-CTR": *, "AES-CBC": *, "AES-GCM": *, "AES-KW": *, "HMAC": *, "HKDF": *, "PBKDF2": *, "DH": *} |
|
public static get |
|
|
public static get |
|
|
public static get |
|
|
public static get |
keyFormats: string[] |
|
public static get |
|
|
public static get |
|
Static Method Summary
Static Public Methods | ||
public static |
randomAlgorithm(): * |
|
public static |
randomAlgorithmName(method: *): * |
|
public static |
randomCandidate(operation: *): * |
|
public static |
randomCurve(): * |
|
public static |
randomDigestName(): * |
|
public static |
randomJwkKeyType(): * |
|
public static |
randomJwkUsage(): * |
|
public static |
randomKeyFormat(): * |
|
public static |
randomKeyType(): * |
|
public static |
randomKeyUsage(): * |
|
public static |
|