@sudoplatform/sudo-common 5.6.0 → 5.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/bin/yarn-audit-with-suppression.sh +1 -1
- package/dependencies-report.json +2 -2
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +57 -0
- package/docs/assets/icons.css +1043 -0
- package/docs/assets/{images/icons.png → icons.png} +0 -0
- package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
- package/docs/assets/main.js +52 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1384 -0
- package/docs/assets/{images/widgets.png → widgets.png} +0 -0
- package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
- package/docs/classes/AccountLockedError.html +7 -332
- package/docs/classes/AuthenticationError.html +8 -339
- package/docs/classes/Base64.html +3 -283
- package/docs/classes/Buffer.html +3 -324
- package/docs/classes/ConfigurationNotSetError.html +8 -333
- package/docs/classes/ConfigurationSetNotFoundError.html +7 -338
- package/docs/classes/DecodeError.html +7 -338
- package/docs/classes/DefaultConfigurationManager.html +18 -333
- package/docs/classes/DefaultLogger.html +19 -417
- package/docs/classes/DefaultSudoKeyArchive.html +61 -598
- package/docs/classes/DefaultSudoKeyManager.html +60 -1110
- package/docs/classes/FatalError.html +8 -339
- package/docs/classes/IllegalArgumentError.html +7 -338
- package/docs/classes/IllegalStateError.html +8 -339
- package/docs/classes/InsufficientEntitlementsError.html +8 -333
- package/docs/classes/InvalidOwnershipProofError.html +7 -332
- package/docs/classes/InvalidTokenError.html +7 -332
- package/docs/classes/KeyArchiveDecodingError.html +7 -338
- package/docs/classes/KeyArchiveIncorrectPasswordError.html +7 -338
- package/docs/classes/KeyArchiveMissingError.html +7 -338
- package/docs/classes/KeyArchiveNoPasswordRequiredError.html +7 -338
- package/docs/classes/KeyArchivePasswordRequiredError.html +7 -338
- package/docs/classes/KeyArchiveTypeError.html +7 -338
- package/docs/classes/KeyArchiveUnknownKeyTypeError.html +7 -338
- package/docs/classes/KeyArchiveVersionError.html +7 -338
- package/docs/classes/KeyNotFoundError.html +7 -338
- package/docs/classes/KeyStoreNotExportableError.html +7 -338
- package/docs/classes/LimitExceededError.html +8 -333
- package/docs/classes/NoEntitlementsError.html +7 -332
- package/docs/classes/NotAuthorizedError.html +8 -339
- package/docs/classes/NotRegisteredError.html +7 -338
- package/docs/classes/NotSignedInError.html +8 -333
- package/docs/classes/OperationNotImplementedError.html +7 -338
- package/docs/classes/RegisterError.html +8 -339
- package/docs/classes/RequestFailedError.html +12 -380
- package/docs/classes/ServiceError.html +9 -340
- package/docs/classes/SignOutError.html +7 -338
- package/docs/classes/SudoCryptoProviderDefaults.html +1 -224
- package/docs/classes/UnknownGraphQLError.html +7 -338
- package/docs/classes/UnrecognizedAlgorithmError.html +7 -0
- package/docs/classes/UserNotConfirmedError.html +8 -333
- package/docs/classes/VersionMismatchError.html +10 -335
- package/docs/enums/CachePolicy.html +4 -170
- package/docs/enums/EncryptionAlgorithm.html +5 -171
- package/docs/enums/KeyArchiveKeyType.html +4 -198
- package/docs/enums/KeyDataKeyFormat.html +18 -202
- package/docs/enums/KeyDataKeyType.html +3 -197
- package/docs/enums/ListOperationResultStatus.html +10 -0
- package/docs/enums/PublicKeyFormat.html +1 -162
- package/docs/index.html +14 -369
- package/docs/interfaces/AsymmetricEncryptionOptions.html +3 -163
- package/docs/interfaces/BooleanFilter.html +3 -177
- package/docs/interfaces/ConfigurationManager.html +37 -349
- package/docs/interfaces/KeyData.html +8 -236
- package/docs/interfaces/ListOperationFailureResult.html +5 -0
- package/docs/interfaces/ListOperationPartialResult.html +10 -0
- package/docs/interfaces/ListOperationSuccessResult.html +7 -0
- package/docs/interfaces/ListOutput.html +3 -185
- package/docs/interfaces/Logger.html +39 -401
- package/docs/interfaces/Owner.html +1 -170
- package/docs/interfaces/PublicKey.html +1 -170
- package/docs/interfaces/StringFilter.html +3 -191
- package/docs/interfaces/SudoCryptoProvider.html +172 -1305
- package/docs/interfaces/SudoKeyArchive.html +54 -490
- package/docs/interfaces/SudoKeyManager.html +167 -1298
- package/docs/interfaces/SymmetricEncryptionOptions.html +3 -177
- package/docs/modules.html +33 -895
- package/github/CHANGELOG.md +5 -1
- package/github/bin/yarn-audit-with-suppression.sh +1 -1
- package/github/docs/.nojekyll +1 -0
- package/github/docs/assets/highlight.css +57 -0
- package/github/docs/assets/icons.css +1043 -0
- package/github/docs/assets/{images/icons.png → icons.png} +0 -0
- package/github/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
- package/github/docs/assets/main.js +52 -0
- package/github/docs/assets/search.js +1 -0
- package/github/docs/assets/style.css +1384 -0
- package/github/docs/assets/{images/widgets.png → widgets.png} +0 -0
- package/github/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
- package/github/docs/classes/AccountLockedError.html +7 -332
- package/github/docs/classes/AuthenticationError.html +8 -339
- package/github/docs/classes/Base64.html +3 -283
- package/github/docs/classes/Buffer.html +3 -324
- package/github/docs/classes/ConfigurationNotSetError.html +8 -333
- package/github/docs/classes/ConfigurationSetNotFoundError.html +7 -338
- package/github/docs/classes/DecodeError.html +7 -338
- package/github/docs/classes/DefaultConfigurationManager.html +18 -333
- package/github/docs/classes/DefaultLogger.html +19 -417
- package/github/docs/classes/DefaultSudoKeyArchive.html +61 -598
- package/github/docs/classes/DefaultSudoKeyManager.html +60 -1110
- package/github/docs/classes/FatalError.html +8 -339
- package/github/docs/classes/IllegalArgumentError.html +7 -338
- package/github/docs/classes/IllegalStateError.html +8 -339
- package/github/docs/classes/InsufficientEntitlementsError.html +8 -333
- package/github/docs/classes/InvalidOwnershipProofError.html +7 -332
- package/github/docs/classes/InvalidTokenError.html +7 -332
- package/github/docs/classes/KeyArchiveDecodingError.html +7 -338
- package/github/docs/classes/KeyArchiveIncorrectPasswordError.html +7 -338
- package/github/docs/classes/KeyArchiveMissingError.html +7 -338
- package/github/docs/classes/KeyArchiveNoPasswordRequiredError.html +7 -338
- package/github/docs/classes/KeyArchivePasswordRequiredError.html +7 -338
- package/github/docs/classes/KeyArchiveTypeError.html +7 -338
- package/github/docs/classes/KeyArchiveUnknownKeyTypeError.html +7 -338
- package/github/docs/classes/KeyArchiveVersionError.html +7 -338
- package/github/docs/classes/KeyNotFoundError.html +7 -338
- package/github/docs/classes/KeyStoreNotExportableError.html +7 -338
- package/github/docs/classes/LimitExceededError.html +8 -333
- package/github/docs/classes/NoEntitlementsError.html +7 -332
- package/github/docs/classes/NotAuthorizedError.html +8 -339
- package/github/docs/classes/NotRegisteredError.html +7 -338
- package/github/docs/classes/NotSignedInError.html +8 -333
- package/github/docs/classes/OperationNotImplementedError.html +7 -338
- package/github/docs/classes/RegisterError.html +8 -339
- package/github/docs/classes/RequestFailedError.html +12 -380
- package/github/docs/classes/ServiceError.html +9 -340
- package/github/docs/classes/SignOutError.html +7 -338
- package/github/docs/classes/SudoCryptoProviderDefaults.html +1 -224
- package/github/docs/classes/UnknownGraphQLError.html +7 -338
- package/github/docs/classes/UnrecognizedAlgorithmError.html +7 -0
- package/github/docs/classes/UserNotConfirmedError.html +8 -333
- package/github/docs/classes/VersionMismatchError.html +10 -335
- package/github/docs/enums/CachePolicy.html +4 -170
- package/github/docs/enums/EncryptionAlgorithm.html +5 -171
- package/github/docs/enums/KeyArchiveKeyType.html +4 -198
- package/github/docs/enums/KeyDataKeyFormat.html +18 -202
- package/github/docs/enums/KeyDataKeyType.html +3 -197
- package/github/docs/enums/ListOperationResultStatus.html +10 -0
- package/github/docs/enums/PublicKeyFormat.html +1 -162
- package/github/docs/index.html +14 -369
- package/github/docs/interfaces/AsymmetricEncryptionOptions.html +3 -163
- package/github/docs/interfaces/BooleanFilter.html +3 -177
- package/github/docs/interfaces/ConfigurationManager.html +37 -349
- package/github/docs/interfaces/KeyData.html +8 -236
- package/github/docs/interfaces/ListOperationFailureResult.html +5 -0
- package/github/docs/interfaces/ListOperationPartialResult.html +10 -0
- package/github/docs/interfaces/ListOperationSuccessResult.html +7 -0
- package/github/docs/interfaces/ListOutput.html +3 -185
- package/github/docs/interfaces/Logger.html +39 -401
- package/github/docs/interfaces/Owner.html +1 -170
- package/github/docs/interfaces/PublicKey.html +1 -170
- package/github/docs/interfaces/StringFilter.html +3 -191
- package/github/docs/interfaces/SudoCryptoProvider.html +172 -1305
- package/github/docs/interfaces/SudoKeyArchive.html +54 -490
- package/github/docs/interfaces/SudoKeyManager.html +167 -1298
- package/github/docs/interfaces/SymmetricEncryptionOptions.html +3 -177
- package/github/docs/modules.html +33 -895
- package/github/package.json +19 -16
- package/github/src/errors/error.ts +10 -0
- package/github/src/sudoKeyArchive/sudoKeyArchive.ts +1 -1
- package/github/src/sudoKeyManager/sudoCryptoProvider.ts +12 -0
- package/github/src/sudoKeyManager/sudoKeyManager.ts +12 -0
- package/github/src/types/types.ts +78 -0
- package/github/test/utils/listOperationResult.spec.ts +84 -0
- package/github/yarn.lock +871 -1264
- package/lib/errors/error.d.ts +6 -0
- package/lib/errors/error.js +16 -2
- package/lib/logging/bunyanLogger.js +1 -1
- package/lib/sudoKeyArchive/keyArchive.js +2 -2
- package/lib/sudoKeyArchive/keyInfo.js +1 -1
- package/lib/sudoKeyArchive/sudoKeyArchive.d.ts +1 -2
- package/lib/sudoKeyArchive/sudoKeyArchive.js +1 -1
- package/lib/sudoKeyManager/keyData.js +1 -1
- package/lib/sudoKeyManager/sudoCryptoProvider.d.ts +12 -0
- package/lib/sudoKeyManager/sudoKeyManager.d.ts +12 -0
- package/lib/types/types.d.ts +71 -0
- package/lib/types/types.js +14 -2
- package/package.json +20 -17
- package/src/errors/error.ts +10 -0
- package/src/sudoKeyArchive/sudoKeyArchive.ts +1 -1
- package/src/sudoKeyManager/sudoCryptoProvider.ts +12 -0
- package/src/sudoKeyManager/sudoKeyManager.ts +12 -0
- package/src/types/types.ts +78 -0
- package/test/utils/listOperationResult.spec.ts +84 -0
- package/yarn.lock +871 -1264
- package/docs/assets/css/main.css +0 -2660
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
- package/github/docs/assets/css/main.css +0 -2660
- package/github/docs/assets/js/main.js +0 -248
- package/github/docs/assets/js/search.js +0 -1
- package/github/src/sudoKeyManager/encryptionAlgorithmTransformer.ts +0 -21
- package/lib/sudoKeyManager/encryptionAlgorithmTransformer.d.ts +0 -9
- package/lib/sudoKeyManager/encryptionAlgorithmTransformer.js +0 -28
- package/src/sudoKeyManager/encryptionAlgorithmTransformer.ts +0 -21
|
@@ -1,162 +1 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>PublicKeyFormat | @sudoplatform/sudo-common</title>
|
|
7
|
-
<meta name="description" content="Documentation for @sudoplatform/sudo-common">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<header>
|
|
14
|
-
<div class="tsd-page-toolbar">
|
|
15
|
-
<div class="container">
|
|
16
|
-
<div class="table-wrap">
|
|
17
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
-
<div class="field">
|
|
19
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
-
<input id="tsd-search-field" type="text" />
|
|
21
|
-
</div>
|
|
22
|
-
<ul class="results">
|
|
23
|
-
<li class="state loading">Preparing search index...</li>
|
|
24
|
-
<li class="state failure">The search index is not available</li>
|
|
25
|
-
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@sudoplatform/sudo-common</a>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="table-cell" id="tsd-widgets">
|
|
29
|
-
<div id="tsd-filter">
|
|
30
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
-
<div class="tsd-filter-group">
|
|
32
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
-
<span class="tsd-select-label">All</span>
|
|
34
|
-
<ul class="tsd-select-list">
|
|
35
|
-
<li data-value="public">Public</li>
|
|
36
|
-
<li data-value="protected">Public/Protected</li>
|
|
37
|
-
<li data-value="private" class="selected">All</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="tsd-page-title">
|
|
52
|
-
<div class="container">
|
|
53
|
-
<ul class="tsd-breadcrumb">
|
|
54
|
-
<li>
|
|
55
|
-
<a href="../modules.html">@sudoplatform/sudo-common</a>
|
|
56
|
-
</li>
|
|
57
|
-
<li>
|
|
58
|
-
<a href="PublicKeyFormat.html">PublicKeyFormat</a>
|
|
59
|
-
</li>
|
|
60
|
-
</ul>
|
|
61
|
-
<h1>Enumeration PublicKeyFormat</h1>
|
|
62
|
-
</div>
|
|
63
|
-
</div>
|
|
64
|
-
</header>
|
|
65
|
-
<div class="container container-main">
|
|
66
|
-
<div class="row">
|
|
67
|
-
<div class="col-8 col-content">
|
|
68
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
69
|
-
<h2>Index</h2>
|
|
70
|
-
<section class="tsd-panel tsd-index-panel">
|
|
71
|
-
<div class="tsd-index-content">
|
|
72
|
-
<section class="tsd-index-section ">
|
|
73
|
-
<h3>Enumeration members</h3>
|
|
74
|
-
<ul class="tsd-index-list">
|
|
75
|
-
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="PublicKeyFormat.html#RSAPublicKey" class="tsd-kind-icon">RSAPublic<wbr>Key</a></li>
|
|
76
|
-
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="PublicKeyFormat.html#SPKI" class="tsd-kind-icon">SPKI</a></li>
|
|
77
|
-
</ul>
|
|
78
|
-
</section>
|
|
79
|
-
</div>
|
|
80
|
-
</section>
|
|
81
|
-
</section>
|
|
82
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
83
|
-
<h2>Enumeration members</h2>
|
|
84
|
-
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
85
|
-
<a name="RSAPublicKey" class="tsd-anchor"></a>
|
|
86
|
-
<h3>RSAPublic<wbr>Key</h3>
|
|
87
|
-
<div class="tsd-signature tsd-kind-icon">RSAPublic<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 0</span></div>
|
|
88
|
-
<aside class="tsd-sources">
|
|
89
|
-
<ul>
|
|
90
|
-
<li>Defined in src/sudoKeyManager/publicKey.ts:2</li>
|
|
91
|
-
</ul>
|
|
92
|
-
</aside>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
95
|
-
<a name="SPKI" class="tsd-anchor"></a>
|
|
96
|
-
<h3>SPKI</h3>
|
|
97
|
-
<div class="tsd-signature tsd-kind-icon">SPKI<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 1</span></div>
|
|
98
|
-
<aside class="tsd-sources">
|
|
99
|
-
<ul>
|
|
100
|
-
<li>Defined in src/sudoKeyManager/publicKey.ts:3</li>
|
|
101
|
-
</ul>
|
|
102
|
-
</aside>
|
|
103
|
-
</section>
|
|
104
|
-
</section>
|
|
105
|
-
</div>
|
|
106
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
107
|
-
<nav class="tsd-navigation primary">
|
|
108
|
-
<ul>
|
|
109
|
-
<li class=" ">
|
|
110
|
-
<a href="../modules.html">Exports</a>
|
|
111
|
-
</li>
|
|
112
|
-
</ul>
|
|
113
|
-
</nav>
|
|
114
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
115
|
-
<ul class="before-current">
|
|
116
|
-
</ul>
|
|
117
|
-
<ul class="current">
|
|
118
|
-
<li class="current tsd-kind-enum">
|
|
119
|
-
<a href="PublicKeyFormat.html" class="tsd-kind-icon">Public<wbr>Key<wbr>Format</a>
|
|
120
|
-
<ul>
|
|
121
|
-
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
122
|
-
<a href="PublicKeyFormat.html#RSAPublicKey" class="tsd-kind-icon">RSAPublic<wbr>Key</a>
|
|
123
|
-
</li>
|
|
124
|
-
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
125
|
-
<a href="PublicKeyFormat.html#SPKI" class="tsd-kind-icon">SPKI</a>
|
|
126
|
-
</li>
|
|
127
|
-
</ul>
|
|
128
|
-
</li>
|
|
129
|
-
</ul>
|
|
130
|
-
<ul class="after-current">
|
|
131
|
-
</ul>
|
|
132
|
-
</nav>
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
|
-
</div>
|
|
136
|
-
<footer class="with-border-bottom">
|
|
137
|
-
<div class="container">
|
|
138
|
-
<h2>Legend</h2>
|
|
139
|
-
<div class="tsd-legend-group">
|
|
140
|
-
<ul class="tsd-legend">
|
|
141
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
142
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
143
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
144
|
-
</ul>
|
|
145
|
-
<ul class="tsd-legend">
|
|
146
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
147
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
148
|
-
</ul>
|
|
149
|
-
<ul class="tsd-legend">
|
|
150
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
151
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
152
|
-
</ul>
|
|
153
|
-
</div>
|
|
154
|
-
</div>
|
|
155
|
-
</footer>
|
|
156
|
-
<div class="container tsd-generator">
|
|
157
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
158
|
-
</div>
|
|
159
|
-
<div class="overlay"></div>
|
|
160
|
-
<script src="../assets/js/main.js"></script>
|
|
161
|
-
</body>
|
|
162
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>PublicKeyFormat | @sudoplatform/sudo-common</title><meta name="description" content="Documentation for @sudoplatform/sudo-common"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@sudoplatform/sudo-common</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@sudoplatform/sudo-common</a></li><li><a href="PublicKeyFormat.html">PublicKeyFormat</a></li></ul><h1>Enumeration PublicKeyFormat</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="PublicKeyFormat.html#RSAPublicKey" class="tsd-kind-icon">RSAPublic<wbr/>Key</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="PublicKeyFormat.html#SPKI" class="tsd-kind-icon">SPKI</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="RSAPublicKey" class="tsd-anchor"></a><h3>RSAPublic<wbr/>Key</h3><div class="tsd-signature tsd-kind-icon">RSAPublic<wbr/>Key<span class="tsd-signature-symbol"> = 0</span></div><aside class="tsd-sources"><ul><li>Defined in src/sudoKeyManager/publicKey.ts:2</li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="SPKI" class="tsd-anchor"></a><h3>SPKI</h3><div class="tsd-signature tsd-kind-icon">SPKI<span class="tsd-signature-symbol"> = 1</span></div><aside class="tsd-sources"><ul><li>Defined in src/sudoKeyManager/publicKey.ts:3</li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum"><a href="PublicKeyFormat.html" class="tsd-kind-icon">Public<wbr/>Key<wbr/>Format</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="PublicKeyFormat.html#RSAPublicKey" class="tsd-kind-icon">RSAPublic<wbr/>Key</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="PublicKeyFormat.html#SPKI" class="tsd-kind-icon">SPKI</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
package/github/docs/index.html
CHANGED
|
@@ -1,369 +1,14 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<div class="tsd-page-toolbar">
|
|
15
|
-
<div class="container">
|
|
16
|
-
<div class="table-wrap">
|
|
17
|
-
<div class="table-cell" id="tsd-search" data-index="assets/js/search.json" data-base=".">
|
|
18
|
-
<div class="field">
|
|
19
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
-
<input id="tsd-search-field" type="text" />
|
|
21
|
-
</div>
|
|
22
|
-
<ul class="results">
|
|
23
|
-
<li class="state loading">Preparing search index...</li>
|
|
24
|
-
<li class="state failure">The search index is not available</li>
|
|
25
|
-
</ul>
|
|
26
|
-
<a href="index.html" class="title">@sudoplatform/sudo-common</a>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="table-cell" id="tsd-widgets">
|
|
29
|
-
<div id="tsd-filter">
|
|
30
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
-
<div class="tsd-filter-group">
|
|
32
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
-
<span class="tsd-select-label">All</span>
|
|
34
|
-
<ul class="tsd-select-list">
|
|
35
|
-
<li data-value="public">Public</li>
|
|
36
|
-
<li data-value="protected">Public/Protected</li>
|
|
37
|
-
<li data-value="private" class="selected">All</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="tsd-page-title">
|
|
52
|
-
<div class="container">
|
|
53
|
-
<h1>@sudoplatform/sudo-common</h1>
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
56
|
-
</header>
|
|
57
|
-
<div class="container container-main">
|
|
58
|
-
<div class="row">
|
|
59
|
-
<div class="col-8 col-content">
|
|
60
|
-
<div class="tsd-panel tsd-typography">
|
|
61
|
-
<a href="#anonyome-sudo-common-web" id="anonyome-sudo-common-web" style="color: inherit; text-decoration: none;">
|
|
62
|
-
<h1>Anonyome Sudo Common Web</h1>
|
|
63
|
-
</a>
|
|
64
|
-
<p>This project provides tools and libraries to help with creating new Web SDK's and components.</p>
|
|
65
|
-
<a href="#usage" id="usage" style="color: inherit; text-decoration: none;">
|
|
66
|
-
<h2>Usage</h2>
|
|
67
|
-
</a>
|
|
68
|
-
<a href="#yarn-build" id="yarn-build" style="color: inherit; text-decoration: none;">
|
|
69
|
-
<h4><code>yarn build</code></h4>
|
|
70
|
-
</a>
|
|
71
|
-
</div>
|
|
72
|
-
</div>
|
|
73
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
74
|
-
<nav class="tsd-navigation primary">
|
|
75
|
-
<ul>
|
|
76
|
-
<li class=" ">
|
|
77
|
-
<a href="modules.html">Exports</a>
|
|
78
|
-
</li>
|
|
79
|
-
</ul>
|
|
80
|
-
</nav>
|
|
81
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
82
|
-
<ul class="before-current">
|
|
83
|
-
<li class=" tsd-kind-enum">
|
|
84
|
-
<a href="enums/CachePolicy.html" class="tsd-kind-icon">Cache<wbr>Policy</a>
|
|
85
|
-
</li>
|
|
86
|
-
<li class=" tsd-kind-enum">
|
|
87
|
-
<a href="enums/EncryptionAlgorithm.html" class="tsd-kind-icon">Encryption<wbr>Algorithm</a>
|
|
88
|
-
</li>
|
|
89
|
-
<li class=" tsd-kind-enum">
|
|
90
|
-
<a href="enums/KeyArchiveKeyType.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Key<wbr>Type</a>
|
|
91
|
-
</li>
|
|
92
|
-
<li class=" tsd-kind-enum">
|
|
93
|
-
<a href="enums/KeyDataKeyFormat.html" class="tsd-kind-icon">Key<wbr>Data<wbr>Key<wbr>Format</a>
|
|
94
|
-
</li>
|
|
95
|
-
<li class=" tsd-kind-enum">
|
|
96
|
-
<a href="enums/KeyDataKeyType.html" class="tsd-kind-icon">Key<wbr>Data<wbr>Key<wbr>Type</a>
|
|
97
|
-
</li>
|
|
98
|
-
<li class=" tsd-kind-enum">
|
|
99
|
-
<a href="enums/PublicKeyFormat.html" class="tsd-kind-icon">Public<wbr>Key<wbr>Format</a>
|
|
100
|
-
</li>
|
|
101
|
-
<li class=" tsd-kind-class">
|
|
102
|
-
<a href="classes/AccountLockedError.html" class="tsd-kind-icon">Account<wbr>Locked<wbr>Error</a>
|
|
103
|
-
</li>
|
|
104
|
-
<li class=" tsd-kind-class">
|
|
105
|
-
<a href="classes/AuthenticationError.html" class="tsd-kind-icon">Authentication<wbr>Error</a>
|
|
106
|
-
</li>
|
|
107
|
-
<li class=" tsd-kind-class">
|
|
108
|
-
<a href="classes/Base64.html" class="tsd-kind-icon">Base64</a>
|
|
109
|
-
</li>
|
|
110
|
-
<li class=" tsd-kind-class">
|
|
111
|
-
<a href="classes/Buffer.html" class="tsd-kind-icon">Buffer</a>
|
|
112
|
-
</li>
|
|
113
|
-
<li class=" tsd-kind-class">
|
|
114
|
-
<a href="classes/ConfigurationNotSetError.html" class="tsd-kind-icon">Configuration<wbr>Not<wbr>Set<wbr>Error</a>
|
|
115
|
-
</li>
|
|
116
|
-
<li class=" tsd-kind-class">
|
|
117
|
-
<a href="classes/ConfigurationSetNotFoundError.html" class="tsd-kind-icon">Configuration<wbr>Set<wbr>Not<wbr>Found<wbr>Error</a>
|
|
118
|
-
</li>
|
|
119
|
-
<li class=" tsd-kind-class">
|
|
120
|
-
<a href="classes/DecodeError.html" class="tsd-kind-icon">Decode<wbr>Error</a>
|
|
121
|
-
</li>
|
|
122
|
-
<li class=" tsd-kind-class">
|
|
123
|
-
<a href="classes/DefaultConfigurationManager.html" class="tsd-kind-icon">Default<wbr>Configuration<wbr>Manager</a>
|
|
124
|
-
</li>
|
|
125
|
-
<li class=" tsd-kind-class">
|
|
126
|
-
<a href="classes/DefaultLogger.html" class="tsd-kind-icon">Default<wbr>Logger</a>
|
|
127
|
-
</li>
|
|
128
|
-
<li class=" tsd-kind-class">
|
|
129
|
-
<a href="classes/DefaultSudoKeyArchive.html" class="tsd-kind-icon">Default<wbr>Sudo<wbr>Key<wbr>Archive</a>
|
|
130
|
-
</li>
|
|
131
|
-
<li class=" tsd-kind-class">
|
|
132
|
-
<a href="classes/DefaultSudoKeyManager.html" class="tsd-kind-icon">Default<wbr>Sudo<wbr>Key<wbr>Manager</a>
|
|
133
|
-
</li>
|
|
134
|
-
<li class=" tsd-kind-class">
|
|
135
|
-
<a href="classes/FatalError.html" class="tsd-kind-icon">Fatal<wbr>Error</a>
|
|
136
|
-
</li>
|
|
137
|
-
<li class=" tsd-kind-class">
|
|
138
|
-
<a href="classes/IllegalArgumentError.html" class="tsd-kind-icon">Illegal<wbr>Argument<wbr>Error</a>
|
|
139
|
-
</li>
|
|
140
|
-
<li class=" tsd-kind-class">
|
|
141
|
-
<a href="classes/IllegalStateError.html" class="tsd-kind-icon">Illegal<wbr>State<wbr>Error</a>
|
|
142
|
-
</li>
|
|
143
|
-
<li class=" tsd-kind-class">
|
|
144
|
-
<a href="classes/InsufficientEntitlementsError.html" class="tsd-kind-icon">Insufficient<wbr>Entitlements<wbr>Error</a>
|
|
145
|
-
</li>
|
|
146
|
-
<li class=" tsd-kind-class">
|
|
147
|
-
<a href="classes/InvalidOwnershipProofError.html" class="tsd-kind-icon">Invalid<wbr>Ownership<wbr>Proof<wbr>Error</a>
|
|
148
|
-
</li>
|
|
149
|
-
<li class=" tsd-kind-class">
|
|
150
|
-
<a href="classes/InvalidTokenError.html" class="tsd-kind-icon">Invalid<wbr>Token<wbr>Error</a>
|
|
151
|
-
</li>
|
|
152
|
-
<li class=" tsd-kind-class">
|
|
153
|
-
<a href="classes/KeyArchiveDecodingError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Decoding<wbr>Error</a>
|
|
154
|
-
</li>
|
|
155
|
-
<li class=" tsd-kind-class">
|
|
156
|
-
<a href="classes/KeyArchiveIncorrectPasswordError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Incorrect<wbr>Password<wbr>Error</a>
|
|
157
|
-
</li>
|
|
158
|
-
<li class=" tsd-kind-class">
|
|
159
|
-
<a href="classes/KeyArchiveMissingError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Missing<wbr>Error</a>
|
|
160
|
-
</li>
|
|
161
|
-
<li class=" tsd-kind-class">
|
|
162
|
-
<a href="classes/KeyArchiveNoPasswordRequiredError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>NoPassword<wbr>Required<wbr>Error</a>
|
|
163
|
-
</li>
|
|
164
|
-
<li class=" tsd-kind-class">
|
|
165
|
-
<a href="classes/KeyArchivePasswordRequiredError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Password<wbr>Required<wbr>Error</a>
|
|
166
|
-
</li>
|
|
167
|
-
<li class=" tsd-kind-class">
|
|
168
|
-
<a href="classes/KeyArchiveTypeError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Type<wbr>Error</a>
|
|
169
|
-
</li>
|
|
170
|
-
<li class=" tsd-kind-class">
|
|
171
|
-
<a href="classes/KeyArchiveUnknownKeyTypeError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Unknown<wbr>Key<wbr>Type<wbr>Error</a>
|
|
172
|
-
</li>
|
|
173
|
-
<li class=" tsd-kind-class">
|
|
174
|
-
<a href="classes/KeyArchiveVersionError.html" class="tsd-kind-icon">Key<wbr>Archive<wbr>Version<wbr>Error</a>
|
|
175
|
-
</li>
|
|
176
|
-
<li class=" tsd-kind-class">
|
|
177
|
-
<a href="classes/KeyNotFoundError.html" class="tsd-kind-icon">Key<wbr>Not<wbr>Found<wbr>Error</a>
|
|
178
|
-
</li>
|
|
179
|
-
<li class=" tsd-kind-class">
|
|
180
|
-
<a href="classes/KeyStoreNotExportableError.html" class="tsd-kind-icon">Key<wbr>Store<wbr>Not<wbr>Exportable<wbr>Error</a>
|
|
181
|
-
</li>
|
|
182
|
-
<li class=" tsd-kind-class">
|
|
183
|
-
<a href="classes/LimitExceededError.html" class="tsd-kind-icon">Limit<wbr>Exceeded<wbr>Error</a>
|
|
184
|
-
</li>
|
|
185
|
-
<li class=" tsd-kind-class">
|
|
186
|
-
<a href="classes/NoEntitlementsError.html" class="tsd-kind-icon">No<wbr>Entitlements<wbr>Error</a>
|
|
187
|
-
</li>
|
|
188
|
-
<li class=" tsd-kind-class">
|
|
189
|
-
<a href="classes/NotAuthorizedError.html" class="tsd-kind-icon">Not<wbr>Authorized<wbr>Error</a>
|
|
190
|
-
</li>
|
|
191
|
-
<li class=" tsd-kind-class">
|
|
192
|
-
<a href="classes/NotRegisteredError.html" class="tsd-kind-icon">Not<wbr>Registered<wbr>Error</a>
|
|
193
|
-
</li>
|
|
194
|
-
<li class=" tsd-kind-class">
|
|
195
|
-
<a href="classes/NotSignedInError.html" class="tsd-kind-icon">Not<wbr>Signed<wbr>InError</a>
|
|
196
|
-
</li>
|
|
197
|
-
<li class=" tsd-kind-class">
|
|
198
|
-
<a href="classes/OperationNotImplementedError.html" class="tsd-kind-icon">Operation<wbr>Not<wbr>Implemented<wbr>Error</a>
|
|
199
|
-
</li>
|
|
200
|
-
<li class=" tsd-kind-class">
|
|
201
|
-
<a href="classes/RegisterError.html" class="tsd-kind-icon">Register<wbr>Error</a>
|
|
202
|
-
</li>
|
|
203
|
-
<li class=" tsd-kind-class">
|
|
204
|
-
<a href="classes/RequestFailedError.html" class="tsd-kind-icon">Request<wbr>Failed<wbr>Error</a>
|
|
205
|
-
</li>
|
|
206
|
-
<li class=" tsd-kind-class">
|
|
207
|
-
<a href="classes/ServiceError.html" class="tsd-kind-icon">Service<wbr>Error</a>
|
|
208
|
-
</li>
|
|
209
|
-
<li class=" tsd-kind-class">
|
|
210
|
-
<a href="classes/SignOutError.html" class="tsd-kind-icon">Sign<wbr>Out<wbr>Error</a>
|
|
211
|
-
</li>
|
|
212
|
-
<li class=" tsd-kind-class">
|
|
213
|
-
<a href="classes/SudoCryptoProviderDefaults.html" class="tsd-kind-icon">Sudo<wbr>Crypto<wbr>Provider<wbr>Defaults</a>
|
|
214
|
-
</li>
|
|
215
|
-
<li class=" tsd-kind-class">
|
|
216
|
-
<a href="classes/UnknownGraphQLError.html" class="tsd-kind-icon">Unknown<wbr>GraphQLError</a>
|
|
217
|
-
</li>
|
|
218
|
-
<li class=" tsd-kind-class">
|
|
219
|
-
<a href="classes/UserNotConfirmedError.html" class="tsd-kind-icon">User<wbr>Not<wbr>Confirmed<wbr>Error</a>
|
|
220
|
-
</li>
|
|
221
|
-
<li class=" tsd-kind-class">
|
|
222
|
-
<a href="classes/VersionMismatchError.html" class="tsd-kind-icon">Version<wbr>Mismatch<wbr>Error</a>
|
|
223
|
-
</li>
|
|
224
|
-
<li class=" tsd-kind-interface">
|
|
225
|
-
<a href="interfaces/AsymmetricEncryptionOptions.html" class="tsd-kind-icon">Asymmetric<wbr>Encryption<wbr>Options</a>
|
|
226
|
-
</li>
|
|
227
|
-
<li class=" tsd-kind-interface">
|
|
228
|
-
<a href="interfaces/BooleanFilter.html" class="tsd-kind-icon">Boolean<wbr>Filter</a>
|
|
229
|
-
</li>
|
|
230
|
-
<li class=" tsd-kind-interface">
|
|
231
|
-
<a href="interfaces/ConfigurationManager.html" class="tsd-kind-icon">Configuration<wbr>Manager</a>
|
|
232
|
-
</li>
|
|
233
|
-
<li class=" tsd-kind-interface">
|
|
234
|
-
<a href="interfaces/KeyData.html" class="tsd-kind-icon">Key<wbr>Data</a>
|
|
235
|
-
</li>
|
|
236
|
-
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
|
237
|
-
<a href="interfaces/ListOutput.html" class="tsd-kind-icon">List<wbr>Output</a>
|
|
238
|
-
</li>
|
|
239
|
-
<li class=" tsd-kind-interface">
|
|
240
|
-
<a href="interfaces/Logger.html" class="tsd-kind-icon">Logger</a>
|
|
241
|
-
</li>
|
|
242
|
-
<li class=" tsd-kind-interface">
|
|
243
|
-
<a href="interfaces/Owner.html" class="tsd-kind-icon">Owner</a>
|
|
244
|
-
</li>
|
|
245
|
-
<li class=" tsd-kind-interface">
|
|
246
|
-
<a href="interfaces/PublicKey.html" class="tsd-kind-icon">Public<wbr>Key</a>
|
|
247
|
-
</li>
|
|
248
|
-
<li class=" tsd-kind-interface">
|
|
249
|
-
<a href="interfaces/StringFilter.html" class="tsd-kind-icon">String<wbr>Filter</a>
|
|
250
|
-
</li>
|
|
251
|
-
<li class=" tsd-kind-interface">
|
|
252
|
-
<a href="interfaces/SudoCryptoProvider.html" class="tsd-kind-icon">Sudo<wbr>Crypto<wbr>Provider</a>
|
|
253
|
-
</li>
|
|
254
|
-
<li class=" tsd-kind-interface">
|
|
255
|
-
<a href="interfaces/SudoKeyArchive.html" class="tsd-kind-icon">Sudo<wbr>Key<wbr>Archive</a>
|
|
256
|
-
</li>
|
|
257
|
-
<li class=" tsd-kind-interface">
|
|
258
|
-
<a href="interfaces/SudoKeyManager.html" class="tsd-kind-icon">Sudo<wbr>Key<wbr>Manager</a>
|
|
259
|
-
</li>
|
|
260
|
-
<li class=" tsd-kind-interface">
|
|
261
|
-
<a href="interfaces/SymmetricEncryptionOptions.html" class="tsd-kind-icon">Symmetric<wbr>Encryption<wbr>Options</a>
|
|
262
|
-
</li>
|
|
263
|
-
<li class=" tsd-kind-type-alias">
|
|
264
|
-
<a href="modules.html#AppSyncError" class="tsd-kind-icon">App<wbr>Sync<wbr>Error</a>
|
|
265
|
-
</li>
|
|
266
|
-
<li class=" tsd-kind-type-alias">
|
|
267
|
-
<a href="modules.html#AppSyncNetworkError" class="tsd-kind-icon">App<wbr>Sync<wbr>Network<wbr>Error</a>
|
|
268
|
-
</li>
|
|
269
|
-
<li class=" tsd-kind-type-alias">
|
|
270
|
-
<a href="modules.html#InsecureKeyArchive" class="tsd-kind-icon">Insecure<wbr>Key<wbr>Archive</a>
|
|
271
|
-
</li>
|
|
272
|
-
<li class=" tsd-kind-type-alias">
|
|
273
|
-
<a href="modules.html#KeyArchive" class="tsd-kind-icon">Key<wbr>Archive</a>
|
|
274
|
-
</li>
|
|
275
|
-
<li class=" tsd-kind-type-alias">
|
|
276
|
-
<a href="modules.html#KeyArchiveKeyInfo" class="tsd-kind-icon">Key<wbr>Archive<wbr>Key<wbr>Info</a>
|
|
277
|
-
</li>
|
|
278
|
-
<li class=" tsd-kind-type-alias">
|
|
279
|
-
<a href="modules.html#SecureKeyArchive" class="tsd-kind-icon">Secure<wbr>Key<wbr>Archive</a>
|
|
280
|
-
</li>
|
|
281
|
-
<li class=" tsd-kind-type-alias">
|
|
282
|
-
<a href="modules.html#UnrecognizedKeyArchive" class="tsd-kind-icon">Unrecognized<wbr>Key<wbr>Archive</a>
|
|
283
|
-
</li>
|
|
284
|
-
<li class=" tsd-kind-variable">
|
|
285
|
-
<a href="modules.html#CURRENT_ARCHIVE_VERSION" class="tsd-kind-icon">CURRENT_<wbr>ARCHIVE_<wbr>VERSION</a>
|
|
286
|
-
</li>
|
|
287
|
-
<li class=" tsd-kind-variable">
|
|
288
|
-
<a href="modules.html#InsecureKeyArchiveCodec" class="tsd-kind-icon">Insecure<wbr>Key<wbr>Archive<wbr>Codec</a>
|
|
289
|
-
</li>
|
|
290
|
-
<li class=" tsd-kind-variable">
|
|
291
|
-
<a href="modules.html#InsecureKeyArchiveType" class="tsd-kind-icon">Insecure<wbr>Key<wbr>Archive<wbr>Type</a>
|
|
292
|
-
</li>
|
|
293
|
-
<li class=" tsd-kind-variable">
|
|
294
|
-
<a href="modules.html#KeyArchiveCodec" class="tsd-kind-icon">Key<wbr>Archive<wbr>Codec</a>
|
|
295
|
-
</li>
|
|
296
|
-
<li class=" tsd-kind-variable">
|
|
297
|
-
<a href="modules.html#KeyArchiveKeyInfoArrayCodec" class="tsd-kind-icon">Key<wbr>Archive<wbr>Key<wbr>Info<wbr>Array<wbr>Codec</a>
|
|
298
|
-
</li>
|
|
299
|
-
<li class=" tsd-kind-variable">
|
|
300
|
-
<a href="modules.html#KeyArchiveKeyInfoCodec" class="tsd-kind-icon">Key<wbr>Archive<wbr>Key<wbr>Info<wbr>Codec</a>
|
|
301
|
-
</li>
|
|
302
|
-
<li class=" tsd-kind-variable">
|
|
303
|
-
<a href="modules.html#KeyArchiveKeyTypeCodec" class="tsd-kind-icon">Key<wbr>Archive<wbr>Key<wbr>Type<wbr>Codec</a>
|
|
304
|
-
</li>
|
|
305
|
-
<li class=" tsd-kind-variable">
|
|
306
|
-
<a href="modules.html#SecureKeyArchiveCodec" class="tsd-kind-icon">Secure<wbr>Key<wbr>Archive<wbr>Codec</a>
|
|
307
|
-
</li>
|
|
308
|
-
<li class=" tsd-kind-variable">
|
|
309
|
-
<a href="modules.html#SecureKeyArchiveType" class="tsd-kind-icon">Secure<wbr>Key<wbr>Archive<wbr>Type</a>
|
|
310
|
-
</li>
|
|
311
|
-
<li class=" tsd-kind-variable">
|
|
312
|
-
<a href="modules.html#UnrecognizedKeyArchiveCodec" class="tsd-kind-icon">Unrecognized<wbr>Key<wbr>Archive<wbr>Codec</a>
|
|
313
|
-
</li>
|
|
314
|
-
<li class=" tsd-kind-function">
|
|
315
|
-
<a href="modules.html#isAppSyncNetworkError" class="tsd-kind-icon">is<wbr>App<wbr>Sync<wbr>Network<wbr>Error</a>
|
|
316
|
-
</li>
|
|
317
|
-
<li class=" tsd-kind-function">
|
|
318
|
-
<a href="modules.html#isInsecureKeyArchive" class="tsd-kind-icon">is<wbr>Insecure<wbr>Key<wbr>Archive</a>
|
|
319
|
-
</li>
|
|
320
|
-
<li class=" tsd-kind-function">
|
|
321
|
-
<a href="modules.html#isSecureKeyArchive" class="tsd-kind-icon">is<wbr>Secure<wbr>Key<wbr>Archive</a>
|
|
322
|
-
</li>
|
|
323
|
-
<li class=" tsd-kind-function">
|
|
324
|
-
<a href="modules.html#isUnrecognizedKeyArchive" class="tsd-kind-icon">is<wbr>Unrecognized<wbr>Key<wbr>Archive</a>
|
|
325
|
-
</li>
|
|
326
|
-
<li class=" tsd-kind-function">
|
|
327
|
-
<a href="modules.html#keyArchiveInfoFromKeyData" class="tsd-kind-icon">key<wbr>Archive<wbr>Info<wbr>From<wbr>Key<wbr>Data</a>
|
|
328
|
-
</li>
|
|
329
|
-
<li class=" tsd-kind-function">
|
|
330
|
-
<a href="modules.html#keyArchiveKeyTypeFromKeyDataKeyType" class="tsd-kind-icon">key<wbr>Archive<wbr>Key<wbr>Type<wbr>From<wbr>Key<wbr>Data<wbr>Key<wbr>Type</a>
|
|
331
|
-
</li>
|
|
332
|
-
<li class=" tsd-kind-function">
|
|
333
|
-
<a href="modules.html#mapGraphQLToClientError" class="tsd-kind-icon">map<wbr>GraphQLTo<wbr>Client<wbr>Error</a>
|
|
334
|
-
</li>
|
|
335
|
-
<li class=" tsd-kind-function">
|
|
336
|
-
<a href="modules.html#mapNetworkErrorToClientError" class="tsd-kind-icon">map<wbr>Network<wbr>Error<wbr>ToClient<wbr>Error</a>
|
|
337
|
-
</li>
|
|
338
|
-
</ul>
|
|
339
|
-
</nav>
|
|
340
|
-
</div>
|
|
341
|
-
</div>
|
|
342
|
-
</div>
|
|
343
|
-
<footer class="with-border-bottom">
|
|
344
|
-
<div class="container">
|
|
345
|
-
<h2>Legend</h2>
|
|
346
|
-
<div class="tsd-legend-group">
|
|
347
|
-
<ul class="tsd-legend">
|
|
348
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
349
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
350
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
351
|
-
</ul>
|
|
352
|
-
<ul class="tsd-legend">
|
|
353
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
354
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
355
|
-
</ul>
|
|
356
|
-
<ul class="tsd-legend">
|
|
357
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
358
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
359
|
-
</ul>
|
|
360
|
-
</div>
|
|
361
|
-
</div>
|
|
362
|
-
</footer>
|
|
363
|
-
<div class="container tsd-generator">
|
|
364
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
365
|
-
</div>
|
|
366
|
-
<div class="overlay"></div>
|
|
367
|
-
<script src="assets/js/main.js"></script>
|
|
368
|
-
</body>
|
|
369
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>@sudoplatform/sudo-common</title><meta name="description" content="Documentation for @sudoplatform/sudo-common"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@sudoplatform/sudo-common</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><h1>@sudoplatform/sudo-common</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><div class="tsd-panel tsd-typography">
|
|
2
|
+
<a href="#anonyome-sudo-common-web" id="anonyome-sudo-common-web" style="color: inherit; text-decoration: none;">
|
|
3
|
+
<h1>Anonyome Sudo Common Web</h1>
|
|
4
|
+
</a>
|
|
5
|
+
<p>This project provides tools and libraries to help with creating new Web SDK's and components.</p>
|
|
6
|
+
|
|
7
|
+
<a href="#usage" id="usage" style="color: inherit; text-decoration: none;">
|
|
8
|
+
<h2>Usage</h2>
|
|
9
|
+
</a>
|
|
10
|
+
|
|
11
|
+
<a href="#yarn-build" id="yarn-build" style="color: inherit; text-decoration: none;">
|
|
12
|
+
<h4><code>yarn build</code></h4>
|
|
13
|
+
</a>
|
|
14
|
+
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-enum"><a href="enums/CachePolicy.html" class="tsd-kind-icon">Cache<wbr/>Policy</a></li><li class="tsd-kind-enum"><a href="enums/EncryptionAlgorithm.html" class="tsd-kind-icon">Encryption<wbr/>Algorithm</a></li><li class="tsd-kind-enum"><a href="enums/KeyArchiveKeyType.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Key<wbr/>Type</a></li><li class="tsd-kind-enum"><a href="enums/KeyDataKeyFormat.html" class="tsd-kind-icon">Key<wbr/>Data<wbr/>Key<wbr/>Format</a></li><li class="tsd-kind-enum"><a href="enums/KeyDataKeyType.html" class="tsd-kind-icon">Key<wbr/>Data<wbr/>Key<wbr/>Type</a></li><li class="tsd-kind-enum"><a href="enums/ListOperationResultStatus.html" class="tsd-kind-icon">List<wbr/>Operation<wbr/>Result<wbr/>Status</a></li><li class="tsd-kind-enum"><a href="enums/PublicKeyFormat.html" class="tsd-kind-icon">Public<wbr/>Key<wbr/>Format</a></li><li class="tsd-kind-class"><a href="classes/AccountLockedError.html" class="tsd-kind-icon">Account<wbr/>Locked<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/AuthenticationError.html" class="tsd-kind-icon">Authentication<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/Base64.html" class="tsd-kind-icon">Base64</a></li><li class="tsd-kind-class"><a href="classes/Buffer.html" class="tsd-kind-icon">Buffer</a></li><li class="tsd-kind-class"><a href="classes/ConfigurationNotSetError.html" class="tsd-kind-icon">Configuration<wbr/>Not<wbr/>Set<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/ConfigurationSetNotFoundError.html" class="tsd-kind-icon">Configuration<wbr/>Set<wbr/>Not<wbr/>Found<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/DecodeError.html" class="tsd-kind-icon">Decode<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/DefaultConfigurationManager.html" class="tsd-kind-icon">Default<wbr/>Configuration<wbr/>Manager</a></li><li class="tsd-kind-class"><a href="classes/DefaultLogger.html" class="tsd-kind-icon">Default<wbr/>Logger</a></li><li class="tsd-kind-class"><a href="classes/DefaultSudoKeyArchive.html" class="tsd-kind-icon">Default<wbr/>Sudo<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-class"><a href="classes/DefaultSudoKeyManager.html" class="tsd-kind-icon">Default<wbr/>Sudo<wbr/>Key<wbr/>Manager</a></li><li class="tsd-kind-class"><a href="classes/FatalError.html" class="tsd-kind-icon">Fatal<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/IllegalArgumentError.html" class="tsd-kind-icon">Illegal<wbr/>Argument<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/IllegalStateError.html" class="tsd-kind-icon">Illegal<wbr/>State<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/InsufficientEntitlementsError.html" class="tsd-kind-icon">Insufficient<wbr/>Entitlements<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/InvalidOwnershipProofError.html" class="tsd-kind-icon">Invalid<wbr/>Ownership<wbr/>Proof<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/InvalidTokenError.html" class="tsd-kind-icon">Invalid<wbr/>Token<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchiveDecodingError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Decoding<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchiveIncorrectPasswordError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Incorrect<wbr/>Password<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchiveMissingError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Missing<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchiveNoPasswordRequiredError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>No<wbr/>Password<wbr/>Required<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchivePasswordRequiredError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Password<wbr/>Required<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchiveTypeError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Type<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchiveUnknownKeyTypeError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Unknown<wbr/>Key<wbr/>Type<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyArchiveVersionError.html" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Version<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyNotFoundError.html" class="tsd-kind-icon">Key<wbr/>Not<wbr/>Found<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/KeyStoreNotExportableError.html" class="tsd-kind-icon">Key<wbr/>Store<wbr/>Not<wbr/>Exportable<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/LimitExceededError.html" class="tsd-kind-icon">Limit<wbr/>Exceeded<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/NoEntitlementsError.html" class="tsd-kind-icon">No<wbr/>Entitlements<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/NotAuthorizedError.html" class="tsd-kind-icon">Not<wbr/>Authorized<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/NotRegisteredError.html" class="tsd-kind-icon">Not<wbr/>Registered<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/NotSignedInError.html" class="tsd-kind-icon">Not<wbr/>Signed<wbr/>In<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/OperationNotImplementedError.html" class="tsd-kind-icon">Operation<wbr/>Not<wbr/>Implemented<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/RegisterError.html" class="tsd-kind-icon">Register<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/RequestFailedError.html" class="tsd-kind-icon">Request<wbr/>Failed<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/ServiceError.html" class="tsd-kind-icon">Service<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/SignOutError.html" class="tsd-kind-icon">Sign<wbr/>Out<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/SudoCryptoProviderDefaults.html" class="tsd-kind-icon">Sudo<wbr/>Crypto<wbr/>Provider<wbr/>Defaults</a></li><li class="tsd-kind-class"><a href="classes/UnknownGraphQLError.html" class="tsd-kind-icon">Unknown<wbr/>GraphQLError</a></li><li class="tsd-kind-class"><a href="classes/UnrecognizedAlgorithmError.html" class="tsd-kind-icon">Unrecognized<wbr/>Algorithm<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/UserNotConfirmedError.html" class="tsd-kind-icon">User<wbr/>Not<wbr/>Confirmed<wbr/>Error</a></li><li class="tsd-kind-class"><a href="classes/VersionMismatchError.html" class="tsd-kind-icon">Version<wbr/>Mismatch<wbr/>Error</a></li><li class="tsd-kind-interface"><a href="interfaces/AsymmetricEncryptionOptions.html" class="tsd-kind-icon">Asymmetric<wbr/>Encryption<wbr/>Options</a></li><li class="tsd-kind-interface"><a href="interfaces/BooleanFilter.html" class="tsd-kind-icon">Boolean<wbr/>Filter</a></li><li class="tsd-kind-interface"><a href="interfaces/ConfigurationManager.html" class="tsd-kind-icon">Configuration<wbr/>Manager</a></li><li class="tsd-kind-interface"><a href="interfaces/KeyData.html" class="tsd-kind-icon">Key<wbr/>Data</a></li><li class="tsd-kind-interface"><a href="interfaces/ListOperationFailureResult.html" class="tsd-kind-icon">List<wbr/>Operation<wbr/>Failure<wbr/>Result</a></li><li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/ListOperationPartialResult.html" class="tsd-kind-icon">List<wbr/>Operation<wbr/>Partial<wbr/>Result</a></li><li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/ListOperationSuccessResult.html" class="tsd-kind-icon">List<wbr/>Operation<wbr/>Success<wbr/>Result</a></li><li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/ListOutput.html" class="tsd-kind-icon">List<wbr/>Output</a></li><li class="tsd-kind-interface"><a href="interfaces/Logger.html" class="tsd-kind-icon">Logger</a></li><li class="tsd-kind-interface"><a href="interfaces/Owner.html" class="tsd-kind-icon">Owner</a></li><li class="tsd-kind-interface"><a href="interfaces/PublicKey.html" class="tsd-kind-icon">Public<wbr/>Key</a></li><li class="tsd-kind-interface"><a href="interfaces/StringFilter.html" class="tsd-kind-icon">String<wbr/>Filter</a></li><li class="tsd-kind-interface"><a href="interfaces/SudoCryptoProvider.html" class="tsd-kind-icon">Sudo<wbr/>Crypto<wbr/>Provider</a></li><li class="tsd-kind-interface"><a href="interfaces/SudoKeyArchive.html" class="tsd-kind-icon">Sudo<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-interface"><a href="interfaces/SudoKeyManager.html" class="tsd-kind-icon">Sudo<wbr/>Key<wbr/>Manager</a></li><li class="tsd-kind-interface"><a href="interfaces/SymmetricEncryptionOptions.html" class="tsd-kind-icon">Symmetric<wbr/>Encryption<wbr/>Options</a></li><li class="tsd-kind-type-alias"><a href="modules.html#AppSyncError" class="tsd-kind-icon">App<wbr/>Sync<wbr/>Error</a></li><li class="tsd-kind-type-alias"><a href="modules.html#AppSyncNetworkError" class="tsd-kind-icon">App<wbr/>Sync<wbr/>Network<wbr/>Error</a></li><li class="tsd-kind-type-alias"><a href="modules.html#InsecureKeyArchive" class="tsd-kind-icon">Insecure<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-type-alias"><a href="modules.html#KeyArchive" class="tsd-kind-icon">Key<wbr/>Archive</a></li><li class="tsd-kind-type-alias"><a href="modules.html#KeyArchiveKeyInfo" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Key<wbr/>Info</a></li><li class="tsd-kind-type-alias"><a href="modules.html#KeyArchiveKeyInfoDecoded" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Key<wbr/>Info<wbr/>Decoded</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#ListOperationResult" class="tsd-kind-icon">List<wbr/>Operation<wbr/>Result</a></li><li class="tsd-kind-type-alias"><a href="modules.html#SecureKeyArchive" class="tsd-kind-icon">Secure<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><a href="modules.html#Subset" class="tsd-kind-icon">Subset</a></li><li class="tsd-kind-type-alias"><a href="modules.html#UnrecognizedKeyArchive" class="tsd-kind-icon">Unrecognized<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-variable"><a href="modules.html#CURRENT_ARCHIVE_VERSION" class="tsd-kind-icon">CURRENT_<wbr/>ARCHIVE_<wbr/>VERSION</a></li><li class="tsd-kind-variable"><a href="modules.html#InsecureKeyArchiveCodec" class="tsd-kind-icon">Insecure<wbr/>Key<wbr/>Archive<wbr/>Codec</a></li><li class="tsd-kind-variable"><a href="modules.html#InsecureKeyArchiveType" class="tsd-kind-icon">Insecure<wbr/>Key<wbr/>Archive<wbr/>Type</a></li><li class="tsd-kind-variable"><a href="modules.html#KeyArchiveCodec" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Codec</a></li><li class="tsd-kind-variable"><a href="modules.html#KeyArchiveKeyInfoArrayCodec" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Key<wbr/>Info<wbr/>Array<wbr/>Codec</a></li><li class="tsd-kind-variable"><a href="modules.html#KeyArchiveKeyInfoCodec" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Key<wbr/>Info<wbr/>Codec</a></li><li class="tsd-kind-variable"><a href="modules.html#KeyArchiveKeyTypeCodec" class="tsd-kind-icon">Key<wbr/>Archive<wbr/>Key<wbr/>Type<wbr/>Codec</a></li><li class="tsd-kind-variable"><a href="modules.html#SecureKeyArchiveCodec" class="tsd-kind-icon">Secure<wbr/>Key<wbr/>Archive<wbr/>Codec</a></li><li class="tsd-kind-variable"><a href="modules.html#SecureKeyArchiveType" class="tsd-kind-icon">Secure<wbr/>Key<wbr/>Archive<wbr/>Type</a></li><li class="tsd-kind-variable"><a href="modules.html#UnrecognizedKeyArchiveCodec" class="tsd-kind-icon">Unrecognized<wbr/>Key<wbr/>Archive<wbr/>Codec</a></li><li class="tsd-kind-function"><a href="modules.html#isAppSyncNetworkError" class="tsd-kind-icon">is<wbr/>App<wbr/>Sync<wbr/>Network<wbr/>Error</a></li><li class="tsd-kind-function"><a href="modules.html#isInsecureKeyArchive" class="tsd-kind-icon">is<wbr/>Insecure<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-function"><a href="modules.html#isSecureKeyArchive" class="tsd-kind-icon">is<wbr/>Secure<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-function"><a href="modules.html#isUnrecognizedKeyArchive" class="tsd-kind-icon">is<wbr/>Unrecognized<wbr/>Key<wbr/>Archive</a></li><li class="tsd-kind-function"><a href="modules.html#keyArchiveInfoFromKeyData" class="tsd-kind-icon">key<wbr/>Archive<wbr/>Info<wbr/>From<wbr/>Key<wbr/>Data</a></li><li class="tsd-kind-function"><a href="modules.html#keyArchiveKeyTypeFromKeyDataKeyType" class="tsd-kind-icon">key<wbr/>Archive<wbr/>Key<wbr/>Type<wbr/>From<wbr/>Key<wbr/>Data<wbr/>Key<wbr/>Type</a></li><li class="tsd-kind-function"><a href="modules.html#mapGraphQLToClientError" class="tsd-kind-icon">map<wbr/>GraphQLTo<wbr/>Client<wbr/>Error</a></li><li class="tsd-kind-function"><a href="modules.html#mapNetworkErrorToClientError" class="tsd-kind-icon">map<wbr/>Network<wbr/>Error<wbr/>To<wbr/>Client<wbr/>Error</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
|