- Preparing search index...
- The search index is not available
bun-types
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "ec", options: "crypto".ECKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "ed25519", options?: "crypto".ED25519KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "ed448", options?: "crypto".ED448KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "x25519", options?: "crypto".X25519KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "x448", options?: "crypto".X448KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "rsa", options: "crypto".RSAKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "rsa-pss", options: "crypto".RSAPSSKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "dsa", options: "crypto".DSAKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "ec", options: "crypto".ECKeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "ec", options: "crypto".ECKeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "ed25519", options: "crypto".ED25519KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "ed25519", options?: "crypto".ED25519KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "ed448", options: "crypto".ED448KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "ed448", options?: "crypto".ED448KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "x25519", options: "crypto".X25519KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "x25519", options?: "crypto".X25519KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"pem", "pem">): Promise<{ privateKey: string; publicKey: string }>
-
Returns Promise<{ privateKey: string; publicKey: string }>
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"pem", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
-
Returns Promise<{ privateKey: "buffer".Buffer; publicKey: string }>
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"der", "pem">): Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
-
Returns Promise<{ privateKey: string; publicKey: "buffer".Buffer }>
- __promisify__(type: "x448", options: "crypto".X448KeyPairOptions<"der", "der">): Promise<{ privateKey: "buffer".Buffer; publicKey: "buffer".Buffer }>
-
- __promisify__(type: "x448", options?: "crypto".X448KeyPairKeyObjectOptions): Promise<"crypto".KeyPairKeyObjectResult>
-