igcv3 - v1.1.0
GitHub
Preparing search index...
lib/bundle-helpers
validateAndSortChain
Function validateAndSortChain
validateAndSortChain
(
leafPath
:
string
,
intermediatePaths
:
string
[]
,
rootPath
:
string
|
undefined
,
logger
?:
BundleHelpersLogger
,
cache
?:
CertCache
,
)
:
ChainSortValidationResult
Validate and sort a chain from paths. Pure function - no UI interaction.
Parameters
leafPath
:
string
intermediatePaths
:
string
[]
rootPath
:
string
|
undefined
logger
:
BundleHelpersLogger
= NOOP_LOGGER
Optional
cache
:
CertCache
Returns
ChainSortValidationResult
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
GitHub
igcv3 - v1.1.0
Loading...
Validate and sort a chain from paths. Pure function - no UI interaction.