mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
31 lines
577 B
Markdown
31 lines
577 B
Markdown
# Module: key/import
|
|
|
|
## Table of contents
|
|
|
|
### References
|
|
|
|
- [JWK](key_import.md#jwk)
|
|
- [KeyLike](key_import.md#keylike)
|
|
|
|
### Interfaces
|
|
|
|
- [PEMImportOptions](../interfaces/key_import.PEMImportOptions.md)
|
|
|
|
### Functions
|
|
|
|
- [importJWK](../functions/key_import.importJWK.md)
|
|
- [importPKCS8](../functions/key_import.importPKCS8.md)
|
|
- [importSPKI](../functions/key_import.importSPKI.md)
|
|
- [importX509](../functions/key_import.importX509.md)
|
|
|
|
## References
|
|
|
|
### JWK
|
|
|
|
Re-exports: [JWK](../interfaces/types.JWK.md)
|
|
|
|
___
|
|
|
|
### KeyLike
|
|
|
|
Re-exports: [KeyLike](../types/types.KeyLike.md)
|