node-opcua-crypto 4.7.0 → 4.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.
@@ -1,192 +0,0 @@
1
- import "./chunk-5NV4OKIV.mjs";
2
- import {
3
- CertificatePurpose,
4
- PaddingAlgorithm,
5
- RSA_PKCS1_OAEP_PADDING,
6
- RSA_PKCS1_PADDING,
7
- Subject,
8
- TagType,
9
- _coercePrivateKey,
10
- _findBlockAtIndex,
11
- _getBlock,
12
- _readAlgorithmIdentifier,
13
- _readBitString,
14
- _readBooleanValue,
15
- _readDirectoryName,
16
- _readECCAlgorithmIdentifier,
17
- _readExtension,
18
- _readIntegerAsByteString,
19
- _readIntegerValue,
20
- _readListOfInteger,
21
- _readLongIntegerValue,
22
- _readObjectIdentifier,
23
- _readOctetString,
24
- _readSignatureValue,
25
- _readSignatureValueBin,
26
- _readStruct,
27
- _readTime,
28
- _readValue,
29
- _readVersionValue,
30
- certificateMatchesPrivateKey,
31
- coerceCertificate,
32
- coerceCertificatePem,
33
- coercePEMorDerToPrivateKey,
34
- coercePrivateKeyPem,
35
- coercePublicKeyPem,
36
- coerceRsaPublicKeyPem,
37
- combine_der,
38
- compactDirectoryName,
39
- computeDerivedKeys,
40
- computePaddingFooter,
41
- convertPEMtoDER,
42
- createCertificateSigningRequest,
43
- createPrivateKeyFromNodeJSCrypto,
44
- createSelfSignedCertificate,
45
- decryptBufferWithDerivedKeys,
46
- derToPrivateKey,
47
- encryptBufferWithDerivedKeys,
48
- exploreCertificate,
49
- exploreCertificateInfo,
50
- exploreCertificateRevocationList,
51
- exploreCertificateSigningRequest,
52
- explorePrivateKey,
53
- extractPublicKeyFromCertificate,
54
- extractPublicKeyFromCertificateSync,
55
- formatBuffer2DigitHexWithColum,
56
- generateKeyPair,
57
- generatePrivateKey,
58
- hexDump,
59
- identifyPemType,
60
- isKeyObject,
61
- makeMessageChunkSignature,
62
- makeMessageChunkSignatureWithDerivedKeys,
63
- makePrivateKeyFromPem,
64
- makePseudoRandomBuffer,
65
- makeSHA1Thumbprint,
66
- parseBitString,
67
- pemToPrivateKey,
68
- privateDecrypt,
69
- privateDecrypt_long,
70
- privateDecrypt_native,
71
- privateKeyToPEM,
72
- publicEncrypt,
73
- publicEncrypt_long,
74
- publicEncrypt_native,
75
- publicKeyAndPrivateKeyMatches,
76
- readCertificationRequestInfo,
77
- readNameForCrl,
78
- readTag,
79
- readTbsCertificate,
80
- reduceLength,
81
- removePadding,
82
- removeTrailingLF,
83
- rsaLengthPrivateKey,
84
- rsaLengthPublicKey,
85
- rsaLengthRsaPublicKey,
86
- split_der,
87
- toPem,
88
- toPem2,
89
- verifyCertificateChain,
90
- verifyCertificateOrClrSignature,
91
- verifyCertificateRevocationListSignature,
92
- verifyCertificateSignature,
93
- verifyChunkSignature,
94
- verifyChunkSignatureWithDerivedKeys,
95
- verifyMessageChunkSignature
96
- } from "./chunk-PET55CDS.mjs";
97
- export {
98
- CertificatePurpose,
99
- PaddingAlgorithm,
100
- RSA_PKCS1_OAEP_PADDING,
101
- RSA_PKCS1_PADDING,
102
- Subject,
103
- TagType,
104
- _coercePrivateKey,
105
- _findBlockAtIndex,
106
- _getBlock,
107
- _readAlgorithmIdentifier,
108
- _readBitString,
109
- _readBooleanValue,
110
- _readDirectoryName,
111
- _readECCAlgorithmIdentifier,
112
- _readExtension,
113
- _readIntegerAsByteString,
114
- _readIntegerValue,
115
- _readListOfInteger,
116
- _readLongIntegerValue,
117
- _readObjectIdentifier,
118
- _readOctetString,
119
- _readSignatureValue,
120
- _readSignatureValueBin,
121
- _readStruct,
122
- _readTime,
123
- _readValue,
124
- _readVersionValue,
125
- certificateMatchesPrivateKey,
126
- coerceCertificate,
127
- coerceCertificatePem,
128
- coercePEMorDerToPrivateKey,
129
- coercePrivateKeyPem,
130
- coercePublicKeyPem,
131
- coerceRsaPublicKeyPem,
132
- combine_der,
133
- compactDirectoryName,
134
- computeDerivedKeys,
135
- computePaddingFooter,
136
- convertPEMtoDER,
137
- createCertificateSigningRequest,
138
- createPrivateKeyFromNodeJSCrypto,
139
- createSelfSignedCertificate,
140
- decryptBufferWithDerivedKeys,
141
- derToPrivateKey,
142
- encryptBufferWithDerivedKeys,
143
- exploreCertificate,
144
- exploreCertificateInfo,
145
- exploreCertificateRevocationList,
146
- exploreCertificateSigningRequest,
147
- explorePrivateKey,
148
- extractPublicKeyFromCertificate,
149
- extractPublicKeyFromCertificateSync,
150
- formatBuffer2DigitHexWithColum,
151
- generateKeyPair,
152
- generatePrivateKey,
153
- hexDump,
154
- identifyPemType,
155
- isKeyObject,
156
- makeMessageChunkSignature,
157
- makeMessageChunkSignatureWithDerivedKeys,
158
- makePrivateKeyFromPem,
159
- makePseudoRandomBuffer,
160
- makeSHA1Thumbprint,
161
- parseBitString,
162
- pemToPrivateKey,
163
- privateDecrypt,
164
- privateDecrypt_long,
165
- privateDecrypt_native,
166
- privateKeyToPEM,
167
- publicEncrypt,
168
- publicEncrypt_long,
169
- publicEncrypt_native,
170
- publicKeyAndPrivateKeyMatches,
171
- readCertificationRequestInfo,
172
- readNameForCrl,
173
- readTag,
174
- readTbsCertificate,
175
- reduceLength,
176
- removePadding,
177
- removeTrailingLF,
178
- rsaLengthPrivateKey,
179
- rsaLengthPublicKey,
180
- rsaLengthRsaPublicKey,
181
- split_der,
182
- toPem,
183
- toPem2,
184
- verifyCertificateChain,
185
- verifyCertificateOrClrSignature,
186
- verifyCertificateRevocationListSignature,
187
- verifyCertificateSignature,
188
- verifyChunkSignature,
189
- verifyChunkSignatureWithDerivedKeys,
190
- verifyMessageChunkSignature
191
- };
192
- //# sourceMappingURL=index_web.mjs.map