@wildboar/pkcs 1.0.2 → 1.0.3

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.
Files changed (1290) hide show
  1. package/LICENSE.txt +21 -0
  2. package/package.json +10 -10
  3. package/src/lib/generatePKCS12Key.d.ts +18 -18
  4. package/src/lib/generatePKCS12Key.js +100 -100
  5. package/src/lib/modules/AsymmetricKeyPackageModuleV1/AsymmetricKeyPackage.ta.d.ts +30 -30
  6. package/src/lib/modules/AsymmetricKeyPackageModuleV1/AsymmetricKeyPackage.ta.js +48 -48
  7. package/src/lib/modules/AsymmetricKeyPackageModuleV1/Attributes.ta.d.ts +29 -29
  8. package/src/lib/modules/AsymmetricKeyPackageModuleV1/Attributes.ta.js +44 -44
  9. package/src/lib/modules/AsymmetricKeyPackageModuleV1/ContentSet.osa.d.ts +21 -21
  10. package/src/lib/modules/AsymmetricKeyPackageModuleV1/ContentSet.osa.js +28 -28
  11. package/src/lib/modules/AsymmetricKeyPackageModuleV1/EncryptedData.ta.d.ts +28 -28
  12. package/src/lib/modules/AsymmetricKeyPackageModuleV1/EncryptedData.ta.js +43 -43
  13. package/src/lib/modules/AsymmetricKeyPackageModuleV1/EncryptedPrivateKeyInfo.ta.d.ts +104 -104
  14. package/src/lib/modules/AsymmetricKeyPackageModuleV1/EncryptedPrivateKeyInfo.ta.js +159 -159
  15. package/src/lib/modules/AsymmetricKeyPackageModuleV1/EncryptionAlgorithmIdentifier.ta.d.ts +31 -31
  16. package/src/lib/modules/AsymmetricKeyPackageModuleV1/EncryptionAlgorithmIdentifier.ta.js +43 -43
  17. package/src/lib/modules/AsymmetricKeyPackageModuleV1/KeyEncryptionAlgorithms.osa.d.ts +18 -18
  18. package/src/lib/modules/AsymmetricKeyPackageModuleV1/KeyEncryptionAlgorithms.osa.js +23 -23
  19. package/src/lib/modules/AsymmetricKeyPackageModuleV1/OneAsymmetricKey.ta.d.ts +159 -159
  20. package/src/lib/modules/AsymmetricKeyPackageModuleV1/OneAsymmetricKey.ta.js +223 -223
  21. package/src/lib/modules/AsymmetricKeyPackageModuleV1/OneAsymmetricKeyAttributes.osa.d.ts +18 -18
  22. package/src/lib/modules/AsymmetricKeyPackageModuleV1/OneAsymmetricKeyAttributes.osa.js +23 -23
  23. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKey.ta.d.ts +28 -28
  24. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKey.ta.js +43 -43
  25. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKeyAlgorithmIdentifier.ta.d.ts +31 -31
  26. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKeyAlgorithmIdentifier.ta.js +43 -43
  27. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKeyAlgorithms.osa.d.ts +18 -18
  28. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKeyAlgorithms.osa.js +23 -23
  29. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKeyInfo.ta.d.ts +30 -30
  30. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PrivateKeyInfo.ta.js +47 -47
  31. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PublicKey.ta.d.ts +28 -28
  32. package/src/lib/modules/AsymmetricKeyPackageModuleV1/PublicKey.ta.js +43 -43
  33. package/src/lib/modules/AsymmetricKeyPackageModuleV1/Version.ta.d.ts +52 -52
  34. package/src/lib/modules/AsymmetricKeyPackageModuleV1/Version.ta.js +75 -75
  35. package/src/lib/modules/AsymmetricKeyPackageModuleV1/ct-asymmetric-key-package.oa.d.ts +20 -20
  36. package/src/lib/modules/AsymmetricKeyPackageModuleV1/ct-asymmetric-key-package.oa.js +39 -39
  37. package/src/lib/modules/AsymmetricKeyPackageModuleV1/id-ct-KP-aKeyPackage.va.d.ts +17 -17
  38. package/src/lib/modules/AsymmetricKeyPackageModuleV1/id-ct-KP-aKeyPackage.va.js +35 -35
  39. package/src/lib/modules/CryptographicMessageSyntax/Attribute.ta.d.ts +103 -103
  40. package/src/lib/modules/CryptographicMessageSyntax/Attribute.ta.js +156 -156
  41. package/src/lib/modules/CryptographicMessageSyntax/AttributeValue.ta.d.ts +29 -29
  42. package/src/lib/modules/CryptographicMessageSyntax/AttributeValue.ta.js +43 -43
  43. package/src/lib/modules/CryptographicMessageSyntax/AuthAttributes.ta.d.ts +30 -30
  44. package/src/lib/modules/CryptographicMessageSyntax/AuthAttributes.ta.js +48 -48
  45. package/src/lib/modules/CryptographicMessageSyntax/AuthenticatedData.ta.d.ts +210 -210
  46. package/src/lib/modules/CryptographicMessageSyntax/AuthenticatedData.ta.js +312 -312
  47. package/src/lib/modules/CryptographicMessageSyntax/CBCParameter.ta.d.ts +30 -30
  48. package/src/lib/modules/CryptographicMessageSyntax/CBCParameter.ta.js +46 -46
  49. package/src/lib/modules/CryptographicMessageSyntax/CMS-CONTENT-TYPE.oca.d.ts +2 -2
  50. package/src/lib/modules/CryptographicMessageSyntax/CMS-CONTENT-TYPE.oca.js +4 -4
  51. package/src/lib/modules/CryptographicMessageSyntax/CMSContentTable.osa.d.ts +17 -17
  52. package/src/lib/modules/CryptographicMessageSyntax/CMSContentTable.osa.js +21 -21
  53. package/src/lib/modules/CryptographicMessageSyntax/CMSVersion.ta.d.ts +88 -88
  54. package/src/lib/modules/CryptographicMessageSyntax/CMSVersion.ta.js +123 -123
  55. package/src/lib/modules/CryptographicMessageSyntax/CertificateChoices.ta.d.ts +41 -41
  56. package/src/lib/modules/CryptographicMessageSyntax/CertificateChoices.ta.js +62 -62
  57. package/src/lib/modules/CryptographicMessageSyntax/CertificateRevocationLists.ta.d.ts +29 -29
  58. package/src/lib/modules/CryptographicMessageSyntax/CertificateRevocationLists.ta.js +44 -44
  59. package/src/lib/modules/CryptographicMessageSyntax/CertificateSet.ta.d.ts +30 -30
  60. package/src/lib/modules/CryptographicMessageSyntax/CertificateSet.ta.js +47 -47
  61. package/src/lib/modules/CryptographicMessageSyntax/ContentEncryptionAlgorithmIdentifier.ta.d.ts +29 -29
  62. package/src/lib/modules/CryptographicMessageSyntax/ContentEncryptionAlgorithmIdentifier.ta.js +43 -43
  63. package/src/lib/modules/CryptographicMessageSyntax/ContentInfo.ta.d.ts +103 -103
  64. package/src/lib/modules/CryptographicMessageSyntax/ContentInfo.ta.js +154 -154
  65. package/src/lib/modules/CryptographicMessageSyntax/ContentType.ta.d.ts +28 -28
  66. package/src/lib/modules/CryptographicMessageSyntax/ContentType.ta.js +43 -43
  67. package/src/lib/modules/CryptographicMessageSyntax/Countersignature.ta.d.ts +30 -30
  68. package/src/lib/modules/CryptographicMessageSyntax/Countersignature.ta.js +47 -47
  69. package/src/lib/modules/CryptographicMessageSyntax/Digest.ta.d.ts +28 -28
  70. package/src/lib/modules/CryptographicMessageSyntax/Digest.ta.js +43 -43
  71. package/src/lib/modules/CryptographicMessageSyntax/DigestAlgorithmIdentifier.ta.d.ts +29 -29
  72. package/src/lib/modules/CryptographicMessageSyntax/DigestAlgorithmIdentifier.ta.js +43 -43
  73. package/src/lib/modules/CryptographicMessageSyntax/DigestAlgorithmIdentifiers.ta.d.ts +30 -30
  74. package/src/lib/modules/CryptographicMessageSyntax/DigestAlgorithmIdentifiers.ta.js +47 -47
  75. package/src/lib/modules/CryptographicMessageSyntax/DigestedData.ta.d.ts +135 -135
  76. package/src/lib/modules/CryptographicMessageSyntax/DigestedData.ta.js +205 -205
  77. package/src/lib/modules/CryptographicMessageSyntax/EncapsulatedContentInfo.ta.d.ts +103 -103
  78. package/src/lib/modules/CryptographicMessageSyntax/EncapsulatedContentInfo.ta.js +162 -162
  79. package/src/lib/modules/CryptographicMessageSyntax/EncryptedContent.ta.d.ts +28 -28
  80. package/src/lib/modules/CryptographicMessageSyntax/EncryptedContent.ta.js +43 -43
  81. package/src/lib/modules/CryptographicMessageSyntax/EncryptedContentInfo.ta.d.ts +120 -120
  82. package/src/lib/modules/CryptographicMessageSyntax/EncryptedContentInfo.ta.js +184 -184
  83. package/src/lib/modules/CryptographicMessageSyntax/EncryptedData.ta.d.ts +120 -120
  84. package/src/lib/modules/CryptographicMessageSyntax/EncryptedData.ta.js +195 -195
  85. package/src/lib/modules/CryptographicMessageSyntax/EncryptedKey.ta.d.ts +28 -28
  86. package/src/lib/modules/CryptographicMessageSyntax/EncryptedKey.ta.js +43 -43
  87. package/src/lib/modules/CryptographicMessageSyntax/EnvelopedData.ta.d.ts +150 -150
  88. package/src/lib/modules/CryptographicMessageSyntax/EnvelopedData.ta.js +234 -234
  89. package/src/lib/modules/CryptographicMessageSyntax/ExtendedCertificate.ta.d.ts +120 -120
  90. package/src/lib/modules/CryptographicMessageSyntax/ExtendedCertificate.ta.js +178 -178
  91. package/src/lib/modules/CryptographicMessageSyntax/ExtendedCertificateInfo.ta.d.ts +117 -117
  92. package/src/lib/modules/CryptographicMessageSyntax/ExtendedCertificateInfo.ta.js +168 -168
  93. package/src/lib/modules/CryptographicMessageSyntax/IV.ta.d.ts +28 -28
  94. package/src/lib/modules/CryptographicMessageSyntax/IV.ta.js +43 -43
  95. package/src/lib/modules/CryptographicMessageSyntax/IssuerAndSerialNumber.ta.d.ts +103 -103
  96. package/src/lib/modules/CryptographicMessageSyntax/IssuerAndSerialNumber.ta.js +154 -154
  97. package/src/lib/modules/CryptographicMessageSyntax/KEKIdentifier.ta.d.ts +116 -116
  98. package/src/lib/modules/CryptographicMessageSyntax/KEKIdentifier.ta.js +179 -179
  99. package/src/lib/modules/CryptographicMessageSyntax/KEKRecipientInfo.ta.d.ts +135 -135
  100. package/src/lib/modules/CryptographicMessageSyntax/KEKRecipientInfo.ta.js +205 -205
  101. package/src/lib/modules/CryptographicMessageSyntax/KeyAgreeRecipientIdentifier.ta.d.ts +39 -39
  102. package/src/lib/modules/CryptographicMessageSyntax/KeyAgreeRecipientIdentifier.ta.js +67 -67
  103. package/src/lib/modules/CryptographicMessageSyntax/KeyAgreeRecipientInfo.ta.d.ts +150 -150
  104. package/src/lib/modules/CryptographicMessageSyntax/KeyAgreeRecipientInfo.ta.js +230 -230
  105. package/src/lib/modules/CryptographicMessageSyntax/KeyEncryptionAlgorithmIdentifier.ta.d.ts +29 -29
  106. package/src/lib/modules/CryptographicMessageSyntax/KeyEncryptionAlgorithmIdentifier.ta.js +43 -43
  107. package/src/lib/modules/CryptographicMessageSyntax/KeyTransRecipientInfo.ta.d.ts +135 -135
  108. package/src/lib/modules/CryptographicMessageSyntax/KeyTransRecipientInfo.ta.js +204 -204
  109. package/src/lib/modules/CryptographicMessageSyntax/KeyWrapAlgorithm.ta.d.ts +29 -29
  110. package/src/lib/modules/CryptographicMessageSyntax/KeyWrapAlgorithm.ta.js +43 -43
  111. package/src/lib/modules/CryptographicMessageSyntax/MessageAuthenticationCode.ta.d.ts +28 -28
  112. package/src/lib/modules/CryptographicMessageSyntax/MessageAuthenticationCode.ta.js +43 -43
  113. package/src/lib/modules/CryptographicMessageSyntax/MessageAuthenticationCodeAlgorithm.ta.d.ts +29 -29
  114. package/src/lib/modules/CryptographicMessageSyntax/MessageAuthenticationCodeAlgorithm.ta.js +43 -43
  115. package/src/lib/modules/CryptographicMessageSyntax/MessageDigest.ta.d.ts +28 -28
  116. package/src/lib/modules/CryptographicMessageSyntax/MessageDigest.ta.js +43 -43
  117. package/src/lib/modules/CryptographicMessageSyntax/OPEN.oca.d.ts +37 -37
  118. package/src/lib/modules/CryptographicMessageSyntax/OPEN.oca.js +4 -4
  119. package/src/lib/modules/CryptographicMessageSyntax/OTHER-KEY-ATTRIBUTE.oca.d.ts +2 -2
  120. package/src/lib/modules/CryptographicMessageSyntax/OTHER-KEY-ATTRIBUTE.oca.js +4 -4
  121. package/src/lib/modules/CryptographicMessageSyntax/OriginatorIdentifierOrKey.ta.d.ts +44 -44
  122. package/src/lib/modules/CryptographicMessageSyntax/OriginatorIdentifierOrKey.ta.js +76 -76
  123. package/src/lib/modules/CryptographicMessageSyntax/OriginatorInfo.ta.d.ts +105 -105
  124. package/src/lib/modules/CryptographicMessageSyntax/OriginatorInfo.ta.js +168 -168
  125. package/src/lib/modules/CryptographicMessageSyntax/OriginatorPublicKey.ta.d.ts +102 -102
  126. package/src/lib/modules/CryptographicMessageSyntax/OriginatorPublicKey.ta.js +153 -153
  127. package/src/lib/modules/CryptographicMessageSyntax/OtherKeyAttribute.ta.d.ts +105 -105
  128. package/src/lib/modules/CryptographicMessageSyntax/OtherKeyAttribute.ta.js +162 -162
  129. package/src/lib/modules/CryptographicMessageSyntax/OtherKeyAttributeTable.osa.d.ts +17 -17
  130. package/src/lib/modules/CryptographicMessageSyntax/OtherKeyAttributeTable.osa.js +21 -21
  131. package/src/lib/modules/CryptographicMessageSyntax/RC2CBCParameter.ta.d.ts +101 -101
  132. package/src/lib/modules/CryptographicMessageSyntax/RC2CBCParameter.ta.js +152 -152
  133. package/src/lib/modules/CryptographicMessageSyntax/RC2ParameterVersion.ta.d.ts +28 -28
  134. package/src/lib/modules/CryptographicMessageSyntax/RC2ParameterVersion.ta.js +43 -43
  135. package/src/lib/modules/CryptographicMessageSyntax/RC2wrapParameter.ta.d.ts +30 -30
  136. package/src/lib/modules/CryptographicMessageSyntax/RC2wrapParameter.ta.js +46 -46
  137. package/src/lib/modules/CryptographicMessageSyntax/RecipientEncryptedKey.ta.d.ts +105 -105
  138. package/src/lib/modules/CryptographicMessageSyntax/RecipientEncryptedKey.ta.js +160 -160
  139. package/src/lib/modules/CryptographicMessageSyntax/RecipientEncryptedKeys.ta.d.ts +30 -30
  140. package/src/lib/modules/CryptographicMessageSyntax/RecipientEncryptedKeys.ta.js +48 -48
  141. package/src/lib/modules/CryptographicMessageSyntax/RecipientIdentifier.ta.d.ts +39 -39
  142. package/src/lib/modules/CryptographicMessageSyntax/RecipientIdentifier.ta.js +66 -66
  143. package/src/lib/modules/CryptographicMessageSyntax/RecipientInfo.ta.d.ts +44 -44
  144. package/src/lib/modules/CryptographicMessageSyntax/RecipientInfo.ta.js +74 -74
  145. package/src/lib/modules/CryptographicMessageSyntax/RecipientInfos.ta.d.ts +30 -30
  146. package/src/lib/modules/CryptographicMessageSyntax/RecipientInfos.ta.js +47 -47
  147. package/src/lib/modules/CryptographicMessageSyntax/RecipientKeyIdentifier.ta.d.ts +118 -118
  148. package/src/lib/modules/CryptographicMessageSyntax/RecipientKeyIdentifier.ta.js +183 -183
  149. package/src/lib/modules/CryptographicMessageSyntax/Signature.ta.d.ts +28 -28
  150. package/src/lib/modules/CryptographicMessageSyntax/Signature.ta.js +43 -43
  151. package/src/lib/modules/CryptographicMessageSyntax/SignatureAlgorithmIdentifier.ta.d.ts +29 -29
  152. package/src/lib/modules/CryptographicMessageSyntax/SignatureAlgorithmIdentifier.ta.js +43 -43
  153. package/src/lib/modules/CryptographicMessageSyntax/SignatureValue.ta.d.ts +28 -28
  154. package/src/lib/modules/CryptographicMessageSyntax/SignatureValue.ta.js +43 -43
  155. package/src/lib/modules/CryptographicMessageSyntax/SignedAttributes.ta.d.ts +30 -30
  156. package/src/lib/modules/CryptographicMessageSyntax/SignedAttributes.ta.js +48 -48
  157. package/src/lib/modules/CryptographicMessageSyntax/SignedData.ta.d.ts +165 -165
  158. package/src/lib/modules/CryptographicMessageSyntax/SignedData.ta.js +251 -251
  159. package/src/lib/modules/CryptographicMessageSyntax/SignerIdentifier.ta.d.ts +39 -39
  160. package/src/lib/modules/CryptographicMessageSyntax/SignerIdentifier.ta.js +66 -66
  161. package/src/lib/modules/CryptographicMessageSyntax/SignerInfo.ta.d.ts +180 -180
  162. package/src/lib/modules/CryptographicMessageSyntax/SignerInfo.ta.js +268 -268
  163. package/src/lib/modules/CryptographicMessageSyntax/SignerInfos.ta.d.ts +30 -30
  164. package/src/lib/modules/CryptographicMessageSyntax/SignerInfos.ta.js +48 -48
  165. package/src/lib/modules/CryptographicMessageSyntax/SigningTime.ta.d.ts +30 -30
  166. package/src/lib/modules/CryptographicMessageSyntax/SigningTime.ta.js +46 -46
  167. package/src/lib/modules/CryptographicMessageSyntax/SubjectKeyIdentifier.ta.d.ts +28 -28
  168. package/src/lib/modules/CryptographicMessageSyntax/SubjectKeyIdentifier.ta.js +43 -43
  169. package/src/lib/modules/CryptographicMessageSyntax/Time.ta.d.ts +34 -34
  170. package/src/lib/modules/CryptographicMessageSyntax/Time.ta.js +49 -49
  171. package/src/lib/modules/CryptographicMessageSyntax/UnauthAttributes.ta.d.ts +30 -30
  172. package/src/lib/modules/CryptographicMessageSyntax/UnauthAttributes.ta.js +48 -48
  173. package/src/lib/modules/CryptographicMessageSyntax/UnprotectedAttributes.ta.d.ts +30 -30
  174. package/src/lib/modules/CryptographicMessageSyntax/UnprotectedAttributes.ta.js +48 -48
  175. package/src/lib/modules/CryptographicMessageSyntax/UnsignedAttributes.ta.d.ts +30 -30
  176. package/src/lib/modules/CryptographicMessageSyntax/UnsignedAttributes.ta.js +48 -48
  177. package/src/lib/modules/CryptographicMessageSyntax/UserKeyingMaterial.ta.d.ts +28 -28
  178. package/src/lib/modules/CryptographicMessageSyntax/UserKeyingMaterial.ta.js +43 -43
  179. package/src/lib/modules/CryptographicMessageSyntax/des-ede3-cbc.va.d.ts +14 -14
  180. package/src/lib/modules/CryptographicMessageSyntax/des-ede3-cbc.va.js +28 -28
  181. package/src/lib/modules/CryptographicMessageSyntax/dh-public-number.va.d.ts +14 -14
  182. package/src/lib/modules/CryptographicMessageSyntax/dh-public-number.va.js +28 -28
  183. package/src/lib/modules/CryptographicMessageSyntax/hMAC-SHA1.va.d.ts +15 -15
  184. package/src/lib/modules/CryptographicMessageSyntax/hMAC-SHA1.va.js +32 -32
  185. package/src/lib/modules/CryptographicMessageSyntax/id-alg-CMS3DESwrap.va.d.ts +15 -15
  186. package/src/lib/modules/CryptographicMessageSyntax/id-alg-CMS3DESwrap.va.js +32 -32
  187. package/src/lib/modules/CryptographicMessageSyntax/id-alg-CMSRC2wrap.va.d.ts +15 -15
  188. package/src/lib/modules/CryptographicMessageSyntax/id-alg-CMSRC2wrap.va.js +32 -32
  189. package/src/lib/modules/CryptographicMessageSyntax/id-alg-ESDH.va.d.ts +15 -15
  190. package/src/lib/modules/CryptographicMessageSyntax/id-alg-ESDH.va.js +32 -32
  191. package/src/lib/modules/CryptographicMessageSyntax/id-contentType.va.d.ts +14 -14
  192. package/src/lib/modules/CryptographicMessageSyntax/id-contentType.va.js +29 -29
  193. package/src/lib/modules/CryptographicMessageSyntax/id-countersignature.va.d.ts +14 -14
  194. package/src/lib/modules/CryptographicMessageSyntax/id-countersignature.va.js +29 -29
  195. package/src/lib/modules/CryptographicMessageSyntax/id-ct-authData.va.d.ts +15 -15
  196. package/src/lib/modules/CryptographicMessageSyntax/id-ct-authData.va.js +32 -32
  197. package/src/lib/modules/CryptographicMessageSyntax/id-ct-contentInfo.va.d.ts +15 -15
  198. package/src/lib/modules/CryptographicMessageSyntax/id-ct-contentInfo.va.js +32 -32
  199. package/src/lib/modules/CryptographicMessageSyntax/id-data.va.d.ts +14 -14
  200. package/src/lib/modules/CryptographicMessageSyntax/id-data.va.js +29 -29
  201. package/src/lib/modules/CryptographicMessageSyntax/id-digestedData.va.d.ts +14 -14
  202. package/src/lib/modules/CryptographicMessageSyntax/id-digestedData.va.js +29 -29
  203. package/src/lib/modules/CryptographicMessageSyntax/id-dsa-with-sha1.va.d.ts +14 -14
  204. package/src/lib/modules/CryptographicMessageSyntax/id-dsa-with-sha1.va.js +28 -28
  205. package/src/lib/modules/CryptographicMessageSyntax/id-encryptedData.va.d.ts +14 -14
  206. package/src/lib/modules/CryptographicMessageSyntax/id-encryptedData.va.js +29 -29
  207. package/src/lib/modules/CryptographicMessageSyntax/id-envelopedData.va.d.ts +14 -14
  208. package/src/lib/modules/CryptographicMessageSyntax/id-envelopedData.va.js +29 -29
  209. package/src/lib/modules/CryptographicMessageSyntax/id-messageDigest.va.d.ts +14 -14
  210. package/src/lib/modules/CryptographicMessageSyntax/id-messageDigest.va.js +29 -29
  211. package/src/lib/modules/CryptographicMessageSyntax/id-signedData.va.d.ts +14 -14
  212. package/src/lib/modules/CryptographicMessageSyntax/id-signedData.va.js +29 -29
  213. package/src/lib/modules/CryptographicMessageSyntax/id-signingTime.va.d.ts +14 -14
  214. package/src/lib/modules/CryptographicMessageSyntax/id-signingTime.va.js +29 -29
  215. package/src/lib/modules/CryptographicMessageSyntax/md5.va.d.ts +14 -14
  216. package/src/lib/modules/CryptographicMessageSyntax/md5.va.js +28 -28
  217. package/src/lib/modules/CryptographicMessageSyntax/rc2-cbc.va.d.ts +14 -14
  218. package/src/lib/modules/CryptographicMessageSyntax/rc2-cbc.va.js +28 -28
  219. package/src/lib/modules/CryptographicMessageSyntax/rsaEncryption.va.d.ts +14 -14
  220. package/src/lib/modules/CryptographicMessageSyntax/rsaEncryption.va.js +29 -29
  221. package/src/lib/modules/CryptographicMessageSyntax/sha-1.va.d.ts +14 -14
  222. package/src/lib/modules/CryptographicMessageSyntax/sha-1.va.js +28 -28
  223. package/src/lib/modules/CryptographicMessageSyntax-2009/CONTENT-TYPE.oca.d.ts +2 -2
  224. package/src/lib/modules/CryptographicMessageSyntax-2009/CONTENT-TYPE.oca.js +4 -4
  225. package/src/lib/modules/NIST-SHA2/hashAlgs.va.d.ts +2 -2
  226. package/src/lib/modules/NIST-SHA2/hashAlgs.va.js +14 -14
  227. package/src/lib/modules/NIST-SHA2/id-sha224.va.d.ts +2 -2
  228. package/src/lib/modules/NIST-SHA2/id-sha224.va.js +15 -15
  229. package/src/lib/modules/NIST-SHA2/id-sha256.va.d.ts +2 -2
  230. package/src/lib/modules/NIST-SHA2/id-sha256.va.js +15 -15
  231. package/src/lib/modules/NIST-SHA2/id-sha384.va.d.ts +2 -2
  232. package/src/lib/modules/NIST-SHA2/id-sha384.va.js +15 -15
  233. package/src/lib/modules/NIST-SHA2/id-sha512-224.va.d.ts +2 -2
  234. package/src/lib/modules/NIST-SHA2/id-sha512-224.va.js +15 -15
  235. package/src/lib/modules/NIST-SHA2/id-sha512-256.va.d.ts +2 -2
  236. package/src/lib/modules/NIST-SHA2/id-sha512-256.va.js +15 -15
  237. package/src/lib/modules/NIST-SHA2/id-sha512.va.d.ts +2 -2
  238. package/src/lib/modules/NIST-SHA2/id-sha512.va.js +15 -15
  239. package/src/lib/modules/PKCS-1/ALGORITHM-IDENTIFIER.oca.d.ts +44 -44
  240. package/src/lib/modules/PKCS-1/ALGORITHM-IDENTIFIER.oca.js +4 -4
  241. package/src/lib/modules/PKCS-1/AlgorithmIdentifier.ta.d.ts +1 -1
  242. package/src/lib/modules/PKCS-1/AlgorithmIdentifier.ta.js +7 -7
  243. package/src/lib/modules/PKCS-1/DigestAlgorithm.ta.d.ts +32 -32
  244. package/src/lib/modules/PKCS-1/DigestAlgorithm.ta.js +47 -47
  245. package/src/lib/modules/PKCS-1/DigestInfo.ta.d.ts +103 -103
  246. package/src/lib/modules/PKCS-1/DigestInfo.ta.js +156 -156
  247. package/src/lib/modules/PKCS-1/EncodingParameters.ta.d.ts +28 -28
  248. package/src/lib/modules/PKCS-1/EncodingParameters.ta.js +43 -43
  249. package/src/lib/modules/PKCS-1/HashAlgorithm.ta.d.ts +30 -30
  250. package/src/lib/modules/PKCS-1/HashAlgorithm.ta.js +47 -47
  251. package/src/lib/modules/PKCS-1/MaskGenAlgorithm.ta.d.ts +30 -30
  252. package/src/lib/modules/PKCS-1/MaskGenAlgorithm.ta.js +47 -47
  253. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union0-Intersection0-Element.oa.d.ts +19 -19
  254. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union0-Intersection0-Element.oa.js +35 -35
  255. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union1-Intersection0-Element.oa.d.ts +18 -18
  256. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union1-Intersection0-Element.oa.js +33 -33
  257. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union2-Intersection0-Element.oa.d.ts +18 -18
  258. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union2-Intersection0-Element.oa.js +33 -33
  259. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union3-Intersection0-Element.oa.d.ts +18 -18
  260. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union3-Intersection0-Element.oa.js +33 -33
  261. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union4-Intersection0-Element.oa.d.ts +18 -18
  262. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union4-Intersection0-Element.oa.js +33 -33
  263. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union5-Intersection0-Element.oa.d.ts +18 -18
  264. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union5-Intersection0-Element.oa.js +33 -33
  265. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union6-Intersection0-Element.oa.d.ts +18 -18
  266. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms-Union6-Intersection0-Element.oa.js +33 -33
  267. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms.osa.d.ts +25 -25
  268. package/src/lib/modules/PKCS-1/OAEP-PSSDigestAlgorithms.osa.js +45 -45
  269. package/src/lib/modules/PKCS-1/OtherPrimeInfo.ta.d.ts +114 -114
  270. package/src/lib/modules/PKCS-1/OtherPrimeInfo.ta.js +165 -165
  271. package/src/lib/modules/PKCS-1/OtherPrimeInfos.ta.d.ts +30 -30
  272. package/src/lib/modules/PKCS-1/OtherPrimeInfos.ta.js +48 -48
  273. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union0-Intersection0-Element.oa.d.ts +19 -19
  274. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union0-Intersection0-Element.oa.js +35 -35
  275. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union1-Intersection0-Element.oa.d.ts +19 -19
  276. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union1-Intersection0-Element.oa.js +35 -35
  277. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union2-Intersection0-Element.oa.d.ts +19 -19
  278. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union2-Intersection0-Element.oa.js +35 -35
  279. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union3-Intersection0-Element.oa.d.ts +18 -18
  280. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union3-Intersection0-Element.oa.js +33 -33
  281. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union4-Intersection0-Element.oa.d.ts +18 -18
  282. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union4-Intersection0-Element.oa.js +33 -33
  283. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union5-Intersection0-Element.oa.d.ts +18 -18
  284. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union5-Intersection0-Element.oa.js +33 -33
  285. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union6-Intersection0-Element.oa.d.ts +18 -18
  286. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union6-Intersection0-Element.oa.js +33 -33
  287. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union7-Intersection0-Element.oa.d.ts +18 -18
  288. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union7-Intersection0-Element.oa.js +33 -33
  289. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union8-Intersection0-Element.oa.d.ts +18 -18
  290. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms-Union8-Intersection0-Element.oa.js +33 -33
  291. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms.osa.d.ts +26 -26
  292. package/src/lib/modules/PKCS-1/PKCS1-v1-5DigestAlgorithms.osa.js +50 -50
  293. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union0-Intersection0-Element.oa.d.ts +19 -19
  294. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union0-Intersection0-Element.oa.js +35 -35
  295. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union1-Intersection0-Element.oa.d.ts +19 -19
  296. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union1-Intersection0-Element.oa.js +35 -35
  297. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union10-Intersection0-Element.oa.d.ts +20 -20
  298. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union10-Intersection0-Element.oa.js +39 -39
  299. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union12-Intersection0-Element.oa.d.ts +20 -20
  300. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union12-Intersection0-Element.oa.js +39 -39
  301. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union2-Intersection0-Element.oa.d.ts +19 -19
  302. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union2-Intersection0-Element.oa.js +35 -35
  303. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union3-Intersection0-Element.oa.d.ts +19 -19
  304. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union3-Intersection0-Element.oa.js +35 -35
  305. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union4-Intersection0-Element.oa.d.ts +19 -19
  306. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union4-Intersection0-Element.oa.js +35 -35
  307. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union5-Intersection0-Element.oa.d.ts +19 -19
  308. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union5-Intersection0-Element.oa.js +35 -35
  309. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union6-Intersection0-Element.oa.d.ts +19 -19
  310. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union6-Intersection0-Element.oa.js +35 -35
  311. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union7-Intersection0-Element.oa.d.ts +19 -19
  312. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union7-Intersection0-Element.oa.js +35 -35
  313. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union8-Intersection0-Element.oa.d.ts +19 -19
  314. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union8-Intersection0-Element.oa.js +35 -35
  315. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union9-Intersection0-Element.oa.d.ts +19 -19
  316. package/src/lib/modules/PKCS-1/PKCS1Algorithms-Union9-Intersection0-Element.oa.js +35 -35
  317. package/src/lib/modules/PKCS-1/PKCS1Algorithms.osa.d.ts +31 -31
  318. package/src/lib/modules/PKCS-1/PKCS1Algorithms.osa.js +63 -63
  319. package/src/lib/modules/PKCS-1/PKCS1MGFAlgorithms-Union0-Intersection0-Element.oa.d.ts +20 -20
  320. package/src/lib/modules/PKCS-1/PKCS1MGFAlgorithms-Union0-Intersection0-Element.oa.js +38 -38
  321. package/src/lib/modules/PKCS-1/PKCS1MGFAlgorithms.osa.d.ts +19 -19
  322. package/src/lib/modules/PKCS-1/PKCS1MGFAlgorithms.osa.js +27 -27
  323. package/src/lib/modules/PKCS-1/PKCS1PSourceAlgorithms-Union0-Intersection0-Element.oa.d.ts +20 -20
  324. package/src/lib/modules/PKCS-1/PKCS1PSourceAlgorithms-Union0-Intersection0-Element.oa.js +38 -38
  325. package/src/lib/modules/PKCS-1/PKCS1PSourceAlgorithms.osa.d.ts +19 -19
  326. package/src/lib/modules/PKCS-1/PKCS1PSourceAlgorithms.osa.js +27 -27
  327. package/src/lib/modules/PKCS-1/PSourceAlgorithm.ta.d.ts +30 -30
  328. package/src/lib/modules/PKCS-1/PSourceAlgorithm.ta.js +47 -47
  329. package/src/lib/modules/PKCS-1/RSAES-AlgorithmIdentifier.ta.d.ts +32 -32
  330. package/src/lib/modules/PKCS-1/RSAES-AlgorithmIdentifier.ta.js +47 -47
  331. package/src/lib/modules/PKCS-1/RSAES-OAEP-params.ta.d.ts +144 -144
  332. package/src/lib/modules/PKCS-1/RSAES-OAEP-params.ta.js +227 -227
  333. package/src/lib/modules/PKCS-1/RSAPrivateKey.ta.d.ts +209 -209
  334. package/src/lib/modules/PKCS-1/RSAPrivateKey.ta.js +282 -282
  335. package/src/lib/modules/PKCS-1/RSAPublicKey.ta.d.ts +101 -101
  336. package/src/lib/modules/PKCS-1/RSAPublicKey.ta.js +152 -152
  337. package/src/lib/modules/PKCS-1/RSASSA-AlgorithmIdentifier.ta.d.ts +32 -32
  338. package/src/lib/modules/PKCS-1/RSASSA-AlgorithmIdentifier.ta.js +47 -47
  339. package/src/lib/modules/PKCS-1/RSASSA-PSS-params.ta.d.ts +163 -163
  340. package/src/lib/modules/PKCS-1/RSASSA-PSS-params.ta.js +252 -252
  341. package/src/lib/modules/PKCS-1/SHA1Parameters.ta.d.ts +28 -28
  342. package/src/lib/modules/PKCS-1/SHA1Parameters.ta.js +43 -43
  343. package/src/lib/modules/PKCS-1/TrailerField.ta.d.ts +40 -40
  344. package/src/lib/modules/PKCS-1/TrailerField.ta.js +59 -59
  345. package/src/lib/modules/PKCS-1/Version.ta.d.ts +54 -54
  346. package/src/lib/modules/PKCS-1/Version.ta.js +75 -75
  347. package/src/lib/modules/PKCS-1/emptyString.va.d.ts +15 -15
  348. package/src/lib/modules/PKCS-1/emptyString.va.js +22 -22
  349. package/src/lib/modules/PKCS-1/id-RSAES-OAEP.va.d.ts +15 -15
  350. package/src/lib/modules/PKCS-1/id-RSAES-OAEP.va.js +24 -24
  351. package/src/lib/modules/PKCS-1/id-RSASSA-PSS.va.d.ts +15 -15
  352. package/src/lib/modules/PKCS-1/id-RSASSA-PSS.va.js +24 -24
  353. package/src/lib/modules/PKCS-1/id-md2.va.d.ts +16 -16
  354. package/src/lib/modules/PKCS-1/id-md2.va.js +30 -30
  355. package/src/lib/modules/PKCS-1/id-md5.va.d.ts +16 -16
  356. package/src/lib/modules/PKCS-1/id-md5.va.js +30 -30
  357. package/src/lib/modules/PKCS-1/id-mgf1.va.d.ts +15 -15
  358. package/src/lib/modules/PKCS-1/id-mgf1.va.js +24 -24
  359. package/src/lib/modules/PKCS-1/id-pSpecified.va.d.ts +15 -15
  360. package/src/lib/modules/PKCS-1/id-pSpecified.va.js +24 -24
  361. package/src/lib/modules/PKCS-1/id-sha1.va.d.ts +16 -16
  362. package/src/lib/modules/PKCS-1/id-sha1.va.js +30 -30
  363. package/src/lib/modules/PKCS-1/md2WithRSAEncryption.va.d.ts +15 -15
  364. package/src/lib/modules/PKCS-1/md2WithRSAEncryption.va.js +24 -24
  365. package/src/lib/modules/PKCS-1/md5WithRSAEncryption.va.d.ts +15 -15
  366. package/src/lib/modules/PKCS-1/md5WithRSAEncryption.va.js +24 -24
  367. package/src/lib/modules/PKCS-1/mgf1SHA1.va.d.ts +17 -17
  368. package/src/lib/modules/PKCS-1/mgf1SHA1.va.js +31 -31
  369. package/src/lib/modules/PKCS-1/pSpecifiedEmpty.va.d.ts +17 -17
  370. package/src/lib/modules/PKCS-1/pSpecifiedEmpty.va.js +31 -31
  371. package/src/lib/modules/PKCS-1/pkcs-1.va.d.ts +16 -16
  372. package/src/lib/modules/PKCS-1/pkcs-1.va.js +30 -30
  373. package/src/lib/modules/PKCS-1/rSAES-OAEP-Default-Identifier.va.d.ts +21 -21
  374. package/src/lib/modules/PKCS-1/rSAES-OAEP-Default-Identifier.va.js +42 -42
  375. package/src/lib/modules/PKCS-1/rSASSA-PSS-Default-Identifier.va.d.ts +22 -22
  376. package/src/lib/modules/PKCS-1/rSASSA-PSS-Default-Identifier.va.js +39 -39
  377. package/src/lib/modules/PKCS-1/rsaEncryption.va.d.ts +15 -15
  378. package/src/lib/modules/PKCS-1/rsaEncryption.va.js +24 -24
  379. package/src/lib/modules/PKCS-1/sha1.va.d.ts +18 -18
  380. package/src/lib/modules/PKCS-1/sha1.va.js +31 -31
  381. package/src/lib/modules/PKCS-1/sha1WithRSAEncryption.va.d.ts +15 -15
  382. package/src/lib/modules/PKCS-1/sha1WithRSAEncryption.va.js +24 -24
  383. package/src/lib/modules/PKCS-1/sha224WithRSAEncryption.va.d.ts +15 -15
  384. package/src/lib/modules/PKCS-1/sha224WithRSAEncryption.va.js +24 -24
  385. package/src/lib/modules/PKCS-1/sha256WithRSAEncryption.va.d.ts +15 -15
  386. package/src/lib/modules/PKCS-1/sha256WithRSAEncryption.va.js +24 -24
  387. package/src/lib/modules/PKCS-1/sha384WithRSAEncryption.va.d.ts +15 -15
  388. package/src/lib/modules/PKCS-1/sha384WithRSAEncryption.va.js +24 -24
  389. package/src/lib/modules/PKCS-1/sha512-224WithRSAEncryption.va.d.ts +15 -15
  390. package/src/lib/modules/PKCS-1/sha512-224WithRSAEncryption.va.js +24 -24
  391. package/src/lib/modules/PKCS-1/sha512-256WithRSAEncryption.va.d.ts +15 -15
  392. package/src/lib/modules/PKCS-1/sha512-256WithRSAEncryption.va.js +24 -24
  393. package/src/lib/modules/PKCS-1/sha512WithRSAEncryption.va.d.ts +15 -15
  394. package/src/lib/modules/PKCS-1/sha512WithRSAEncryption.va.js +24 -24
  395. package/src/lib/modules/PKCS-10/AlgorithmIdentifier.ta.d.ts +1 -1
  396. package/src/lib/modules/PKCS-10/AlgorithmIdentifier.ta.js +7 -7
  397. package/src/lib/modules/PKCS-10/Attribute.ta.d.ts +101 -101
  398. package/src/lib/modules/PKCS-10/Attribute.ta.js +152 -152
  399. package/src/lib/modules/PKCS-10/Attributes.ta.d.ts +30 -30
  400. package/src/lib/modules/PKCS-10/Attributes.ta.js +48 -48
  401. package/src/lib/modules/PKCS-10/CRIAttributes.osa.d.ts +17 -17
  402. package/src/lib/modules/PKCS-10/CRIAttributes.osa.js +22 -22
  403. package/src/lib/modules/PKCS-10/CertificationRequest.ta.d.ts +118 -118
  404. package/src/lib/modules/PKCS-10/CertificationRequest.ta.js +175 -175
  405. package/src/lib/modules/PKCS-10/CertificationRequestInfo-version.ta.d.ts +40 -40
  406. package/src/lib/modules/PKCS-10/CertificationRequestInfo-version.ta.js +59 -59
  407. package/src/lib/modules/PKCS-10/CertificationRequestInfo.ta.d.ts +131 -131
  408. package/src/lib/modules/PKCS-10/CertificationRequestInfo.ta.js +182 -182
  409. package/src/lib/modules/PKCS-10/PKInfoAlgorithms.osa.d.ts +17 -17
  410. package/src/lib/modules/PKCS-10/PKInfoAlgorithms.osa.js +22 -22
  411. package/src/lib/modules/PKCS-10/SignatureAlgorithms.osa.d.ts +17 -17
  412. package/src/lib/modules/PKCS-10/SignatureAlgorithms.osa.js +22 -22
  413. package/src/lib/modules/PKCS-10/SubjectPublicKeyInfo.ta.d.ts +103 -103
  414. package/src/lib/modules/PKCS-10/SubjectPublicKeyInfo.ta.js +157 -157
  415. package/src/lib/modules/PKCS-12/AuthenticatedSafe.ta.d.ts +29 -29
  416. package/src/lib/modules/PKCS-12/AuthenticatedSafe.ta.js +44 -44
  417. package/src/lib/modules/PKCS-12/BAG-TYPE.oca.d.ts +2 -2
  418. package/src/lib/modules/PKCS-12/BAG-TYPE.oca.js +4 -4
  419. package/src/lib/modules/PKCS-12/CRLBag.ta.d.ts +103 -103
  420. package/src/lib/modules/PKCS-12/CRLBag.ta.js +154 -154
  421. package/src/lib/modules/PKCS-12/CRLTypes.osa.d.ts +21 -21
  422. package/src/lib/modules/PKCS-12/CRLTypes.osa.js +27 -27
  423. package/src/lib/modules/PKCS-12/CertBag.ta.d.ts +103 -103
  424. package/src/lib/modules/PKCS-12/CertBag.ta.js +154 -154
  425. package/src/lib/modules/PKCS-12/CertTypes.osa.d.ts +23 -23
  426. package/src/lib/modules/PKCS-12/CertTypes.osa.js +31 -31
  427. package/src/lib/modules/PKCS-12/KeyBag.ta.d.ts +29 -29
  428. package/src/lib/modules/PKCS-12/KeyBag.ta.js +43 -43
  429. package/src/lib/modules/PKCS-12/MacData.ta.d.ts +124 -124
  430. package/src/lib/modules/PKCS-12/MacData.ta.js +185 -185
  431. package/src/lib/modules/PKCS-12/PFX-version.ta.d.ts +40 -40
  432. package/src/lib/modules/PKCS-12/PFX-version.ta.js +59 -59
  433. package/src/lib/modules/PKCS-12/PFX.ta.d.ts +117 -117
  434. package/src/lib/modules/PKCS-12/PFX.ta.js +175 -175
  435. package/src/lib/modules/PKCS-12/PKCS12AttrSet.osa.d.ts +20 -20
  436. package/src/lib/modules/PKCS-12/PKCS12AttrSet.osa.js +27 -27
  437. package/src/lib/modules/PKCS-12/PKCS12Attribute.ta.d.ts +101 -101
  438. package/src/lib/modules/PKCS-12/PKCS12Attribute.ta.js +152 -152
  439. package/src/lib/modules/PKCS-12/PKCS12BagSet.osa.d.ts +31 -31
  440. package/src/lib/modules/PKCS-12/PKCS12BagSet.osa.js +54 -54
  441. package/src/lib/modules/PKCS-12/PKCS8ShroudedKeyBag.ta.d.ts +29 -29
  442. package/src/lib/modules/PKCS-12/PKCS8ShroudedKeyBag.ta.js +43 -43
  443. package/src/lib/modules/PKCS-12/SafeBag.ta.d.ts +118 -118
  444. package/src/lib/modules/PKCS-12/SafeBag.ta.js +179 -179
  445. package/src/lib/modules/PKCS-12/SafeContents.ta.d.ts +30 -30
  446. package/src/lib/modules/PKCS-12/SafeContents.ta.js +48 -48
  447. package/src/lib/modules/PKCS-12/SecretBag.ta.d.ts +104 -104
  448. package/src/lib/modules/PKCS-12/SecretBag.ta.js +155 -155
  449. package/src/lib/modules/PKCS-12/SecretTypes.osa.d.ts +19 -19
  450. package/src/lib/modules/PKCS-12/SecretTypes.osa.js +23 -23
  451. package/src/lib/modules/PKCS-12/bagtypes.va.d.ts +15 -15
  452. package/src/lib/modules/PKCS-12/bagtypes.va.js +24 -24
  453. package/src/lib/modules/PKCS-12/certBag.oa.d.ts +20 -20
  454. package/src/lib/modules/PKCS-12/certBag.oa.js +41 -41
  455. package/src/lib/modules/PKCS-12/crlBag.oa.d.ts +20 -20
  456. package/src/lib/modules/PKCS-12/crlBag.oa.js +41 -41
  457. package/src/lib/modules/PKCS-12/keyBag.oa.d.ts +20 -20
  458. package/src/lib/modules/PKCS-12/keyBag.oa.js +40 -40
  459. package/src/lib/modules/PKCS-12/pbeWithSHAAnd128BitRC2-CBC.va.d.ts +15 -15
  460. package/src/lib/modules/PKCS-12/pbeWithSHAAnd128BitRC2-CBC.va.js +24 -24
  461. package/src/lib/modules/PKCS-12/pbeWithSHAAnd128BitRC4.va.d.ts +15 -15
  462. package/src/lib/modules/PKCS-12/pbeWithSHAAnd128BitRC4.va.js +24 -24
  463. package/src/lib/modules/PKCS-12/pbeWithSHAAnd2-KeyTripleDES-CBC.va.d.ts +15 -15
  464. package/src/lib/modules/PKCS-12/pbeWithSHAAnd2-KeyTripleDES-CBC.va.js +24 -24
  465. package/src/lib/modules/PKCS-12/pbeWithSHAAnd3-KeyTripleDES-CBC.va.d.ts +15 -15
  466. package/src/lib/modules/PKCS-12/pbeWithSHAAnd3-KeyTripleDES-CBC.va.js +24 -24
  467. package/src/lib/modules/PKCS-12/pbeWithSHAAnd40BitRC4.va.d.ts +15 -15
  468. package/src/lib/modules/PKCS-12/pbeWithSHAAnd40BitRC4.va.js +24 -24
  469. package/src/lib/modules/PKCS-12/pbewithSHAAnd40BitRC2-CBC.va.d.ts +15 -15
  470. package/src/lib/modules/PKCS-12/pbewithSHAAnd40BitRC2-CBC.va.js +24 -24
  471. package/src/lib/modules/PKCS-12/pkcs-12.va.d.ts +15 -15
  472. package/src/lib/modules/PKCS-12/pkcs-12.va.js +24 -24
  473. package/src/lib/modules/PKCS-12/pkcs-12PbeIds.va.d.ts +15 -15
  474. package/src/lib/modules/PKCS-12/pkcs-12PbeIds.va.js +24 -24
  475. package/src/lib/modules/PKCS-12/pkcs.va.d.ts +15 -15
  476. package/src/lib/modules/PKCS-12/pkcs.va.js +24 -24
  477. package/src/lib/modules/PKCS-12/pkcs8ShroudedKeyBag.oa.d.ts +20 -20
  478. package/src/lib/modules/PKCS-12/pkcs8ShroudedKeyBag.oa.js +40 -40
  479. package/src/lib/modules/PKCS-12/rsadsi.va.d.ts +15 -15
  480. package/src/lib/modules/PKCS-12/rsadsi.va.js +27 -27
  481. package/src/lib/modules/PKCS-12/safeContentsBag.oa.d.ts +20 -20
  482. package/src/lib/modules/PKCS-12/safeContentsBag.oa.js +40 -40
  483. package/src/lib/modules/PKCS-12/sdsiCertificate.oa.d.ts +19 -19
  484. package/src/lib/modules/PKCS-12/sdsiCertificate.oa.js +37 -37
  485. package/src/lib/modules/PKCS-12/secretBag.oa.d.ts +20 -20
  486. package/src/lib/modules/PKCS-12/secretBag.oa.js +41 -41
  487. package/src/lib/modules/PKCS-12/x509CRL.oa.d.ts +19 -19
  488. package/src/lib/modules/PKCS-12/x509CRL.oa.js +37 -37
  489. package/src/lib/modules/PKCS-12/x509Certificate.oa.d.ts +19 -19
  490. package/src/lib/modules/PKCS-12/x509Certificate.oa.js +37 -37
  491. package/src/lib/modules/PKCS-15/AccessControlRule.ta.d.ts +118 -118
  492. package/src/lib/modules/PKCS-15/AccessControlRule.ta.js +176 -176
  493. package/src/lib/modules/PKCS-15/AccessMode.ta.d.ts +58 -58
  494. package/src/lib/modules/PKCS-15/AccessMode.ta.js +85 -85
  495. package/src/lib/modules/PKCS-15/AlgorithmInfo.ta.d.ts +157 -157
  496. package/src/lib/modules/PKCS-15/AlgorithmInfo.ta.js +222 -222
  497. package/src/lib/modules/PKCS-15/AlgorithmSet.osa.d.ts +21 -21
  498. package/src/lib/modules/PKCS-15/AlgorithmSet.osa.js +28 -28
  499. package/src/lib/modules/PKCS-15/AuthKeyAttributes.ta.d.ts +123 -123
  500. package/src/lib/modules/PKCS-15/AuthKeyAttributes.ta.js +185 -185
  501. package/src/lib/modules/PKCS-15/AuthObjects.ta.d.ts +32 -32
  502. package/src/lib/modules/PKCS-15/AuthObjects.ta.js +50 -50
  503. package/src/lib/modules/PKCS-15/AuthenticationObject.ta.d.ts +30 -30
  504. package/src/lib/modules/PKCS-15/AuthenticationObject.ta.js +39 -39
  505. package/src/lib/modules/PKCS-15/AuthenticationType.ta.d.ts +52 -52
  506. package/src/lib/modules/PKCS-15/AuthenticationType.ta.js +90 -90
  507. package/src/lib/modules/PKCS-15/BiometricAttributes.ta.d.ts +181 -181
  508. package/src/lib/modules/PKCS-15/BiometricAttributes.ta.js +272 -272
  509. package/src/lib/modules/PKCS-15/BiometricFlags.ta.d.ts +106 -106
  510. package/src/lib/modules/PKCS-15/BiometricFlags.ta.js +141 -141
  511. package/src/lib/modules/PKCS-15/BiometricType.ta.d.ts +48 -48
  512. package/src/lib/modules/PKCS-15/BiometricType.ta.js +64 -64
  513. package/src/lib/modules/PKCS-15/CVCertificateAttributes.ta.d.ts +104 -104
  514. package/src/lib/modules/PKCS-15/CVCertificateAttributes.ta.js +153 -153
  515. package/src/lib/modules/PKCS-15/CertBasedAuthenticationAttributes.ta.d.ts +101 -101
  516. package/src/lib/modules/PKCS-15/CertBasedAuthenticationAttributes.ta.js +149 -149
  517. package/src/lib/modules/PKCS-15/CertificateObject.ta.d.ts +30 -30
  518. package/src/lib/modules/PKCS-15/CertificateObject.ta.js +39 -39
  519. package/src/lib/modules/PKCS-15/CertificateType.ta.d.ts +67 -67
  520. package/src/lib/modules/PKCS-15/CertificateType.ta.js +121 -121
  521. package/src/lib/modules/PKCS-15/Certificates.ta.d.ts +32 -32
  522. package/src/lib/modules/PKCS-15/Certificates.ta.js +50 -50
  523. package/src/lib/modules/PKCS-15/CommonAuthenticationObjectAttributes.ta.d.ts +103 -103
  524. package/src/lib/modules/PKCS-15/CommonAuthenticationObjectAttributes.ta.js +153 -153
  525. package/src/lib/modules/PKCS-15/CommonCertificateAttributes.ta.d.ts +197 -197
  526. package/src/lib/modules/PKCS-15/CommonCertificateAttributes.ta.js +278 -278
  527. package/src/lib/modules/PKCS-15/CommonDataObjectAttributes.ta.d.ts +116 -116
  528. package/src/lib/modules/PKCS-15/CommonDataObjectAttributes.ta.js +177 -177
  529. package/src/lib/modules/PKCS-15/CommonKeyAttributes.ta.d.ts +194 -194
  530. package/src/lib/modules/PKCS-15/CommonKeyAttributes.ta.js +305 -305
  531. package/src/lib/modules/PKCS-15/CommonObjectAttributes.ta.d.ts +158 -158
  532. package/src/lib/modules/PKCS-15/CommonObjectAttributes.ta.js +229 -229
  533. package/src/lib/modules/PKCS-15/CommonObjectFlags.ta.d.ts +48 -48
  534. package/src/lib/modules/PKCS-15/CommonObjectFlags.ta.js +71 -71
  535. package/src/lib/modules/PKCS-15/CommonPrivateKeyAttributes.ta.d.ts +116 -116
  536. package/src/lib/modules/PKCS-15/CommonPrivateKeyAttributes.ta.js +175 -175
  537. package/src/lib/modules/PKCS-15/CommonPublicKeyAttributes.ta.d.ts +116 -116
  538. package/src/lib/modules/PKCS-15/CommonPublicKeyAttributes.ta.js +177 -177
  539. package/src/lib/modules/PKCS-15/CommonSecretKeyAttributes.ta.d.ts +101 -101
  540. package/src/lib/modules/PKCS-15/CommonSecretKeyAttributes.ta.js +157 -157
  541. package/src/lib/modules/PKCS-15/ContentEncryptionAlgorithms-Union0-Intersection0-Exclusion.oa.d.ts +9 -9
  542. package/src/lib/modules/PKCS-15/ContentEncryptionAlgorithms-Union0-Intersection0-Exclusion.oa.js +22 -22
  543. package/src/lib/modules/PKCS-15/ContentEncryptionAlgorithms.osa.d.ts +19 -19
  544. package/src/lib/modules/PKCS-15/ContentEncryptionAlgorithms.osa.js +33 -33
  545. package/src/lib/modules/PKCS-15/CredentialIdentifier.ta.d.ts +102 -102
  546. package/src/lib/modules/PKCS-15/CredentialIdentifier.ta.js +152 -152
  547. package/src/lib/modules/PKCS-15/DDO.ta.d.ts +142 -142
  548. package/src/lib/modules/PKCS-15/DDO.ta.js +208 -208
  549. package/src/lib/modules/PKCS-15/DHPrivateKey.ta.d.ts +28 -28
  550. package/src/lib/modules/PKCS-15/DHPrivateKey.ta.js +43 -43
  551. package/src/lib/modules/PKCS-15/DHPublicKeyChoice.ta.d.ts +38 -38
  552. package/src/lib/modules/PKCS-15/DHPublicKeyChoice.ta.js +52 -52
  553. package/src/lib/modules/PKCS-15/DIRRecord.ta.d.ts +129 -129
  554. package/src/lib/modules/PKCS-15/DIRRecord.ta.js +193 -193
  555. package/src/lib/modules/PKCS-15/DSAPrivateKey.ta.d.ts +28 -28
  556. package/src/lib/modules/PKCS-15/DSAPrivateKey.ta.js +43 -43
  557. package/src/lib/modules/PKCS-15/DSAPublicKeyChoice.ta.d.ts +37 -37
  558. package/src/lib/modules/PKCS-15/DSAPublicKeyChoice.ta.js +50 -50
  559. package/src/lib/modules/PKCS-15/DataObject.ta.d.ts +30 -30
  560. package/src/lib/modules/PKCS-15/DataObject.ta.js +39 -39
  561. package/src/lib/modules/PKCS-15/DataObjects.ta.d.ts +32 -32
  562. package/src/lib/modules/PKCS-15/DataObjects.ta.js +50 -50
  563. package/src/lib/modules/PKCS-15/DataType.ta.d.ts +47 -47
  564. package/src/lib/modules/PKCS-15/DataType.ta.js +79 -79
  565. package/src/lib/modules/PKCS-15/DigestAlgorithms-Union0-Intersection0-Element.oa.d.ts +10 -10
  566. package/src/lib/modules/PKCS-15/DigestAlgorithms-Union0-Intersection0-Element.oa.js +23 -23
  567. package/src/lib/modules/PKCS-15/DigestAlgorithms.osa.d.ts +19 -19
  568. package/src/lib/modules/PKCS-15/DigestAlgorithms.osa.js +27 -27
  569. package/src/lib/modules/PKCS-15/DigestInfoWithDefault.ta.d.ts +109 -109
  570. package/src/lib/modules/PKCS-15/DigestInfoWithDefault.ta.js +170 -170
  571. package/src/lib/modules/PKCS-15/ECPrivateKey.ta.d.ts +28 -28
  572. package/src/lib/modules/PKCS-15/ECPrivateKey.ta.js +43 -43
  573. package/src/lib/modules/PKCS-15/ECPublicKeyChoice.ta.d.ts +38 -38
  574. package/src/lib/modules/PKCS-15/ECPublicKeyChoice.ta.js +52 -52
  575. package/src/lib/modules/PKCS-15/EncryptedContentInfo.ta.d.ts +115 -115
  576. package/src/lib/modules/PKCS-15/EncryptedContentInfo.ta.js +161 -161
  577. package/src/lib/modules/PKCS-15/EnvelopedData-version.ta.d.ts +86 -86
  578. package/src/lib/modules/PKCS-15/EnvelopedData-version.ta.js +109 -109
  579. package/src/lib/modules/PKCS-15/EnvelopedData.ta.d.ts +143 -143
  580. package/src/lib/modules/PKCS-15/EnvelopedData.ta.js +193 -193
  581. package/src/lib/modules/PKCS-15/ExternalAuthObjectAttributes.ta.d.ts +40 -40
  582. package/src/lib/modules/PKCS-15/ExternalAuthObjectAttributes.ta.js +67 -67
  583. package/src/lib/modules/PKCS-15/ExternalIDO.ta.d.ts +33 -33
  584. package/src/lib/modules/PKCS-15/ExternalIDO.ta.js +47 -47
  585. package/src/lib/modules/PKCS-15/FingerPrint-finger.ta.d.ts +116 -116
  586. package/src/lib/modules/PKCS-15/FingerPrint-finger.ta.js +155 -155
  587. package/src/lib/modules/PKCS-15/FingerPrint-hand.ta.d.ts +77 -77
  588. package/src/lib/modules/PKCS-15/FingerPrint-hand.ta.js +104 -104
  589. package/src/lib/modules/PKCS-15/FingerPrint.ta.d.ts +130 -130
  590. package/src/lib/modules/PKCS-15/FingerPrint.ta.js +200 -200
  591. package/src/lib/modules/PKCS-15/GenericSecretKeyAttributes.ta.d.ts +103 -103
  592. package/src/lib/modules/PKCS-15/GenericSecretKeyAttributes.ta.js +153 -153
  593. package/src/lib/modules/PKCS-15/Identifier.ta.d.ts +28 -28
  594. package/src/lib/modules/PKCS-15/Identifier.ta.js +43 -43
  595. package/src/lib/modules/PKCS-15/IrisScan-eye.ta.d.ts +77 -77
  596. package/src/lib/modules/PKCS-15/IrisScan-eye.ta.js +104 -104
  597. package/src/lib/modules/PKCS-15/IrisScan.ta.d.ts +109 -109
  598. package/src/lib/modules/PKCS-15/IrisScan.ta.js +165 -165
  599. package/src/lib/modules/PKCS-15/KEAPrivateKey.ta.d.ts +28 -28
  600. package/src/lib/modules/PKCS-15/KEAPrivateKey.ta.js +43 -43
  601. package/src/lib/modules/PKCS-15/KEAPublicKeyChoice.ta.d.ts +37 -37
  602. package/src/lib/modules/PKCS-15/KEAPublicKeyChoice.ta.js +50 -50
  603. package/src/lib/modules/PKCS-15/KEY-IDENTIFIER.oca.d.ts +46 -46
  604. package/src/lib/modules/PKCS-15/KEY-IDENTIFIER.oca.js +4 -4
  605. package/src/lib/modules/PKCS-15/KeyAccessFlags.ta.d.ts +78 -78
  606. package/src/lib/modules/PKCS-15/KeyAccessFlags.ta.js +113 -113
  607. package/src/lib/modules/PKCS-15/KeyDerivationAlgorithms.osa.d.ts +19 -19
  608. package/src/lib/modules/PKCS-15/KeyDerivationAlgorithms.osa.js +27 -27
  609. package/src/lib/modules/PKCS-15/KeyEncryptionAlgorithms-Union0-Intersection0-Element.oa.d.ts +10 -10
  610. package/src/lib/modules/PKCS-15/KeyEncryptionAlgorithms-Union0-Intersection0-Element.oa.js +23 -23
  611. package/src/lib/modules/PKCS-15/KeyEncryptionAlgorithms-Union1-Intersection0-Element.oa.d.ts +10 -10
  612. package/src/lib/modules/PKCS-15/KeyEncryptionAlgorithms-Union1-Intersection0-Element.oa.js +23 -23
  613. package/src/lib/modules/PKCS-15/KeyEncryptionAlgorithms.osa.d.ts +20 -20
  614. package/src/lib/modules/PKCS-15/KeyEncryptionAlgorithms.osa.js +30 -30
  615. package/src/lib/modules/PKCS-15/KeyIdentifiers.osa.d.ts +32 -32
  616. package/src/lib/modules/PKCS-15/KeyIdentifiers.osa.js +59 -59
  617. package/src/lib/modules/PKCS-15/KeyInfo-paramsAndOps.ta.d.ts +96 -96
  618. package/src/lib/modules/PKCS-15/KeyInfo-paramsAndOps.ta.js +139 -139
  619. package/src/lib/modules/PKCS-15/KeyInfo.ta.d.ts +39 -39
  620. package/src/lib/modules/PKCS-15/KeyInfo.ta.js +47 -47
  621. package/src/lib/modules/PKCS-15/KeyManagementInfo-Item-keyInfo.ta.d.ts +36 -36
  622. package/src/lib/modules/PKCS-15/KeyManagementInfo-Item-keyInfo.ta.js +65 -65
  623. package/src/lib/modules/PKCS-15/KeyManagementInfo-Item.ta.d.ts +102 -102
  624. package/src/lib/modules/PKCS-15/KeyManagementInfo-Item.ta.js +157 -157
  625. package/src/lib/modules/PKCS-15/KeyManagementInfo.ta.d.ts +36 -36
  626. package/src/lib/modules/PKCS-15/KeyManagementInfo.ta.js +48 -48
  627. package/src/lib/modules/PKCS-15/KeyUsageFlags.ta.d.ts +128 -128
  628. package/src/lib/modules/PKCS-15/KeyUsageFlags.ta.js +183 -183
  629. package/src/lib/modules/PKCS-15/Label.ta.d.ts +28 -28
  630. package/src/lib/modules/PKCS-15/Label.ta.js +43 -43
  631. package/src/lib/modules/PKCS-15/LastUpdate.ta.d.ts +38 -38
  632. package/src/lib/modules/PKCS-15/LastUpdate.ta.js +64 -64
  633. package/src/lib/modules/PKCS-15/MACAlgorithms-Union0-Intersection0-Element.oa.d.ts +10 -10
  634. package/src/lib/modules/PKCS-15/MACAlgorithms-Union0-Intersection0-Element.oa.js +23 -23
  635. package/src/lib/modules/PKCS-15/MACAlgorithms.osa.d.ts +19 -19
  636. package/src/lib/modules/PKCS-15/MACAlgorithms.osa.js +27 -27
  637. package/src/lib/modules/PKCS-15/ObjectValue.ta.d.ts +45 -45
  638. package/src/lib/modules/PKCS-15/ObjectValue.ta.js +67 -67
  639. package/src/lib/modules/PKCS-15/OidDO.ta.d.ts +104 -104
  640. package/src/lib/modules/PKCS-15/OidDO.ta.js +156 -156
  641. package/src/lib/modules/PKCS-15/Opaque.ta.d.ts +31 -31
  642. package/src/lib/modules/PKCS-15/Opaque.ta.js +47 -47
  643. package/src/lib/modules/PKCS-15/Operations.ta.d.ts +117 -117
  644. package/src/lib/modules/PKCS-15/Operations.ta.js +155 -155
  645. package/src/lib/modules/PKCS-15/OtherKey.ta.d.ts +105 -105
  646. package/src/lib/modules/PKCS-15/OtherKey.ta.js +161 -161
  647. package/src/lib/modules/PKCS-15/PGPCertificateAttributes.ta.d.ts +104 -104
  648. package/src/lib/modules/PKCS-15/PGPCertificateAttributes.ta.js +153 -153
  649. package/src/lib/modules/PKCS-15/PKCS15-ALGORITHM.oca.d.ts +60 -60
  650. package/src/lib/modules/PKCS-15/PKCS15-ALGORITHM.oca.js +24 -24
  651. package/src/lib/modules/PKCS-15/PKCS15-OPAQUE.oca.d.ts +2 -2
  652. package/src/lib/modules/PKCS-15/PKCS15-OPAQUE.oca.js +4 -4
  653. package/src/lib/modules/PKCS-15/PKCS15Object.ta.d.ts +127 -127
  654. package/src/lib/modules/PKCS-15/PKCS15Object.ta.js +177 -177
  655. package/src/lib/modules/PKCS-15/PKCS15Objects.ta.d.ts +69 -69
  656. package/src/lib/modules/PKCS-15/PKCS15Objects.ta.js +116 -116
  657. package/src/lib/modules/PKCS-15/PKCS15Token-version.ta.d.ts +40 -40
  658. package/src/lib/modules/PKCS-15/PKCS15Token-version.ta.js +59 -59
  659. package/src/lib/modules/PKCS-15/PKCS15Token.ta.d.ts +120 -120
  660. package/src/lib/modules/PKCS-15/PKCS15Token.ta.js +186 -186
  661. package/src/lib/modules/PKCS-15/PasswordInfo.ta.d.ts +117 -117
  662. package/src/lib/modules/PKCS-15/PasswordInfo.ta.js +176 -176
  663. package/src/lib/modules/PKCS-15/Path.ta.d.ts +114 -114
  664. package/src/lib/modules/PKCS-15/Path.ta.js +174 -174
  665. package/src/lib/modules/PKCS-15/PathOrObjects.ta.d.ts +46 -46
  666. package/src/lib/modules/PKCS-15/PathOrObjects.ta.js +64 -64
  667. package/src/lib/modules/PKCS-15/PinAttributes.ta.d.ts +226 -226
  668. package/src/lib/modules/PKCS-15/PinAttributes.ta.js +345 -345
  669. package/src/lib/modules/PKCS-15/PinFlags.ta.d.ts +161 -161
  670. package/src/lib/modules/PKCS-15/PinFlags.ta.js +211 -211
  671. package/src/lib/modules/PKCS-15/PinType.ta.d.ts +95 -95
  672. package/src/lib/modules/PKCS-15/PinType.ta.js +132 -132
  673. package/src/lib/modules/PKCS-15/PrivateDHKeyAttributes.ta.d.ts +119 -119
  674. package/src/lib/modules/PKCS-15/PrivateDHKeyAttributes.ta.js +175 -175
  675. package/src/lib/modules/PKCS-15/PrivateDSAKeyAttributes.ta.d.ts +119 -119
  676. package/src/lib/modules/PKCS-15/PrivateDSAKeyAttributes.ta.js +175 -175
  677. package/src/lib/modules/PKCS-15/PrivateECKeyAttributes.ta.d.ts +119 -119
  678. package/src/lib/modules/PKCS-15/PrivateECKeyAttributes.ta.js +175 -175
  679. package/src/lib/modules/PKCS-15/PrivateKEAKeyAttributes.ta.d.ts +119 -119
  680. package/src/lib/modules/PKCS-15/PrivateKEAKeyAttributes.ta.js +175 -175
  681. package/src/lib/modules/PKCS-15/PrivateKeyObject.ta.d.ts +36 -36
  682. package/src/lib/modules/PKCS-15/PrivateKeyObject.ta.js +43 -43
  683. package/src/lib/modules/PKCS-15/PrivateKeyType.ta.d.ts +57 -57
  684. package/src/lib/modules/PKCS-15/PrivateKeyType.ta.js +101 -101
  685. package/src/lib/modules/PKCS-15/PrivateKeys.ta.d.ts +32 -32
  686. package/src/lib/modules/PKCS-15/PrivateKeys.ta.js +50 -50
  687. package/src/lib/modules/PKCS-15/PrivateRSAKeyAttributes.ta.d.ts +135 -135
  688. package/src/lib/modules/PKCS-15/PrivateRSAKeyAttributes.ta.js +202 -202
  689. package/src/lib/modules/PKCS-15/PublicDHKeyAttributes.ta.d.ts +119 -119
  690. package/src/lib/modules/PKCS-15/PublicDHKeyAttributes.ta.js +175 -175
  691. package/src/lib/modules/PKCS-15/PublicDSAKeyAttributes.ta.d.ts +119 -119
  692. package/src/lib/modules/PKCS-15/PublicDSAKeyAttributes.ta.js +175 -175
  693. package/src/lib/modules/PKCS-15/PublicECKeyAttributes.ta.d.ts +119 -119
  694. package/src/lib/modules/PKCS-15/PublicECKeyAttributes.ta.js +175 -175
  695. package/src/lib/modules/PKCS-15/PublicKEAKeyAttributes.ta.d.ts +119 -119
  696. package/src/lib/modules/PKCS-15/PublicKEAKeyAttributes.ta.js +175 -175
  697. package/src/lib/modules/PKCS-15/PublicKeyObject.ta.d.ts +32 -32
  698. package/src/lib/modules/PKCS-15/PublicKeyObject.ta.js +43 -43
  699. package/src/lib/modules/PKCS-15/PublicKeyOperations.ta.d.ts +30 -30
  700. package/src/lib/modules/PKCS-15/PublicKeyOperations.ta.js +62 -62
  701. package/src/lib/modules/PKCS-15/PublicKeyType.ta.d.ts +57 -57
  702. package/src/lib/modules/PKCS-15/PublicKeyType.ta.js +101 -101
  703. package/src/lib/modules/PKCS-15/PublicKeys.ta.d.ts +32 -32
  704. package/src/lib/modules/PKCS-15/PublicKeys.ta.js +50 -50
  705. package/src/lib/modules/PKCS-15/PublicRSAKeyAttributes.ta.d.ts +135 -135
  706. package/src/lib/modules/PKCS-15/PublicRSAKeyAttributes.ta.js +201 -201
  707. package/src/lib/modules/PKCS-15/RSAPrivateKeyObject.ta.d.ts +180 -180
  708. package/src/lib/modules/PKCS-15/RSAPrivateKeyObject.ta.js +257 -257
  709. package/src/lib/modules/PKCS-15/RSAPublicKeyChoice.ta.d.ts +38 -38
  710. package/src/lib/modules/PKCS-15/RSAPublicKeyChoice.ta.js +56 -56
  711. package/src/lib/modules/PKCS-15/RecordInfo.ta.d.ts +166 -166
  712. package/src/lib/modules/PKCS-15/RecordInfo.ta.js +240 -240
  713. package/src/lib/modules/PKCS-15/Reference.ta.d.ts +28 -28
  714. package/src/lib/modules/PKCS-15/Reference.ta.js +43 -43
  715. package/src/lib/modules/PKCS-15/ReferencedValue.ta.d.ts +36 -36
  716. package/src/lib/modules/PKCS-15/ReferencedValue.ta.js +45 -45
  717. package/src/lib/modules/PKCS-15/SHA1Parameters.ta.d.ts +28 -28
  718. package/src/lib/modules/PKCS-15/SHA1Parameters.ta.js +43 -43
  719. package/src/lib/modules/PKCS-15/SPKICertificateAttributes.ta.d.ts +104 -104
  720. package/src/lib/modules/PKCS-15/SPKICertificateAttributes.ta.js +153 -153
  721. package/src/lib/modules/PKCS-15/SecretKeyObject.ta.d.ts +32 -32
  722. package/src/lib/modules/PKCS-15/SecretKeyObject.ta.js +43 -43
  723. package/src/lib/modules/PKCS-15/SecretKeyType.ta.d.ts +84 -84
  724. package/src/lib/modules/PKCS-15/SecretKeyType.ta.js +141 -141
  725. package/src/lib/modules/PKCS-15/SecretKeys.ta.d.ts +32 -32
  726. package/src/lib/modules/PKCS-15/SecretKeys.ta.js +50 -50
  727. package/src/lib/modules/PKCS-15/SecurityCondition.ta.d.ts +44 -44
  728. package/src/lib/modules/PKCS-15/SecurityCondition.ta.js +68 -68
  729. package/src/lib/modules/PKCS-15/SecurityEnvironmentInfo.ta.d.ts +114 -114
  730. package/src/lib/modules/PKCS-15/SecurityEnvironmentInfo.ta.js +162 -162
  731. package/src/lib/modules/PKCS-15/TokenFlags.ta.d.ts +68 -68
  732. package/src/lib/modules/PKCS-15/TokenFlags.ta.js +99 -99
  733. package/src/lib/modules/PKCS-15/TokenInfo-version.ta.d.ts +40 -40
  734. package/src/lib/modules/PKCS-15/TokenInfo-version.ta.js +59 -59
  735. package/src/lib/modules/PKCS-15/TokenInfo.ta.d.ts +258 -258
  736. package/src/lib/modules/PKCS-15/TokenInfo.ta.js +372 -372
  737. package/src/lib/modules/PKCS-15/URL-urlWithDigest.ta.d.ts +100 -100
  738. package/src/lib/modules/PKCS-15/URL-urlWithDigest.ta.js +154 -154
  739. package/src/lib/modules/PKCS-15/URL.ta.d.ts +40 -40
  740. package/src/lib/modules/PKCS-15/URL.ta.js +59 -59
  741. package/src/lib/modules/PKCS-15/UnusedSpace.ta.d.ts +133 -133
  742. package/src/lib/modules/PKCS-15/UnusedSpace.ta.js +204 -204
  743. package/src/lib/modules/PKCS-15/Usage.ta.d.ts +102 -102
  744. package/src/lib/modules/PKCS-15/Usage.ta.js +161 -161
  745. package/src/lib/modules/PKCS-15/WTLSCertificateAttributes.ta.d.ts +104 -104
  746. package/src/lib/modules/PKCS-15/WTLSCertificateAttributes.ta.js +153 -153
  747. package/src/lib/modules/PKCS-15/X509AttributeCertificateAttributes.ta.d.ts +144 -144
  748. package/src/lib/modules/PKCS-15/X509AttributeCertificateAttributes.ta.js +207 -207
  749. package/src/lib/modules/PKCS-15/X509CertificateAttributes.ta.d.ts +144 -144
  750. package/src/lib/modules/PKCS-15/X509CertificateAttributes.ta.js +207 -207
  751. package/src/lib/modules/PKCS-15/X9-68CertificateAttributes.ta.d.ts +104 -104
  752. package/src/lib/modules/PKCS-15/X9-68CertificateAttributes.ta.js +153 -153
  753. package/src/lib/modules/PKCS-15/alg-id-sha1.va.d.ts +15 -15
  754. package/src/lib/modules/PKCS-15/alg-id-sha1.va.js +29 -29
  755. package/src/lib/modules/PKCS-15/issuerAndSerialNumber.oa.d.ts +19 -19
  756. package/src/lib/modules/PKCS-15/issuerAndSerialNumber.oa.js +32 -32
  757. package/src/lib/modules/PKCS-15/issuerAndSerialNumberHash.oa.d.ts +18 -18
  758. package/src/lib/modules/PKCS-15/issuerAndSerialNumberHash.oa.js +32 -32
  759. package/src/lib/modules/PKCS-15/issuerKeyHash.oa.d.ts +18 -18
  760. package/src/lib/modules/PKCS-15/issuerKeyHash.oa.js +32 -32
  761. package/src/lib/modules/PKCS-15/issuerNameHash.oa.d.ts +18 -18
  762. package/src/lib/modules/PKCS-15/issuerNameHash.oa.js +32 -32
  763. package/src/lib/modules/PKCS-15/pkcs15-alg-null.oa.d.ts +19 -19
  764. package/src/lib/modules/PKCS-15/pkcs15-alg-null.oa.js +52 -52
  765. package/src/lib/modules/PKCS-15/pkcs15-at.va.d.ts +15 -15
  766. package/src/lib/modules/PKCS-15/pkcs15-at.va.js +24 -24
  767. package/src/lib/modules/PKCS-15/pkcs15-ct.va.d.ts +15 -15
  768. package/src/lib/modules/PKCS-15/pkcs15-ct.va.js +24 -24
  769. package/src/lib/modules/PKCS-15/pkcs15-lb-minPinLength.va.d.ts +14 -14
  770. package/src/lib/modules/PKCS-15/pkcs15-lb-minPinLength.va.js +19 -19
  771. package/src/lib/modules/PKCS-15/pkcs15-mo.va.d.ts +15 -15
  772. package/src/lib/modules/PKCS-15/pkcs15-mo.va.js +24 -24
  773. package/src/lib/modules/PKCS-15/pkcs15-ub-identifier.va.d.ts +14 -14
  774. package/src/lib/modules/PKCS-15/pkcs15-ub-identifier.va.js +19 -19
  775. package/src/lib/modules/PKCS-15/pkcs15-ub-index.va.d.ts +14 -14
  776. package/src/lib/modules/PKCS-15/pkcs15-ub-index.va.js +19 -19
  777. package/src/lib/modules/PKCS-15/pkcs15-ub-label.va.d.ts +15 -15
  778. package/src/lib/modules/PKCS-15/pkcs15-ub-label.va.js +22 -22
  779. package/src/lib/modules/PKCS-15/pkcs15-ub-minPinLength.va.d.ts +14 -14
  780. package/src/lib/modules/PKCS-15/pkcs15-ub-minPinLength.va.js +19 -19
  781. package/src/lib/modules/PKCS-15/pkcs15-ub-recordLength.va.d.ts +14 -14
  782. package/src/lib/modules/PKCS-15/pkcs15-ub-recordLength.va.js +19 -19
  783. package/src/lib/modules/PKCS-15/pkcs15-ub-reference.va.d.ts +14 -14
  784. package/src/lib/modules/PKCS-15/pkcs15-ub-reference.va.js +19 -19
  785. package/src/lib/modules/PKCS-15/pkcs15-ub-seInfo.va.d.ts +14 -14
  786. package/src/lib/modules/PKCS-15/pkcs15-ub-seInfo.va.js +19 -19
  787. package/src/lib/modules/PKCS-15/pkcs15-ub-securityConditions.va.d.ts +14 -14
  788. package/src/lib/modules/PKCS-15/pkcs15-ub-securityConditions.va.js +19 -19
  789. package/src/lib/modules/PKCS-15/pkcs15-ub-storedPinLength.va.d.ts +14 -14
  790. package/src/lib/modules/PKCS-15/pkcs15-ub-storedPinLength.va.js +19 -19
  791. package/src/lib/modules/PKCS-15/pkcs15-ub-userConsent.va.d.ts +14 -14
  792. package/src/lib/modules/PKCS-15/pkcs15-ub-userConsent.va.js +19 -19
  793. package/src/lib/modules/PKCS-15/pkcs15.va.d.ts +14 -14
  794. package/src/lib/modules/PKCS-15/pkcs15.va.js +28 -28
  795. package/src/lib/modules/PKCS-15/subjectKeyHash.oa.d.ts +18 -18
  796. package/src/lib/modules/PKCS-15/subjectKeyHash.oa.js +32 -32
  797. package/src/lib/modules/PKCS-15/subjectKeyId.oa.d.ts +18 -18
  798. package/src/lib/modules/PKCS-15/subjectKeyId.oa.js +32 -32
  799. package/src/lib/modules/PKCS-15/subjectNameHash.oa.d.ts +18 -18
  800. package/src/lib/modules/PKCS-15/subjectNameHash.oa.js +32 -32
  801. package/src/lib/modules/PKCS-3/DHParameter.ta.d.ts +114 -114
  802. package/src/lib/modules/PKCS-3/DHParameter.ta.js +172 -172
  803. package/src/lib/modules/PKCS-3/dhKeyAgreement.va.d.ts +15 -15
  804. package/src/lib/modules/PKCS-3/dhKeyAgreement.va.js +24 -24
  805. package/src/lib/modules/PKCS-3/pkcs-3.va.d.ts +14 -14
  806. package/src/lib/modules/PKCS-3/pkcs-3.va.js +28 -28
  807. package/src/lib/modules/PKCS-9/ContentType.ta.d.ts +28 -28
  808. package/src/lib/modules/PKCS-9/ContentType.ta.js +43 -43
  809. package/src/lib/modules/PKCS-9/ExtensionRequest.ta.d.ts +29 -29
  810. package/src/lib/modules/PKCS-9/ExtensionRequest.ta.js +43 -43
  811. package/src/lib/modules/PKCS-9/MessageDigest.ta.d.ts +28 -28
  812. package/src/lib/modules/PKCS-9/MessageDigest.ta.js +43 -43
  813. package/src/lib/modules/PKCS-9/NaturalPersonAttributeSet.osa.d.ts +28 -28
  814. package/src/lib/modules/PKCS-9/NaturalPersonAttributeSet.osa.js +54 -54
  815. package/src/lib/modules/PKCS-9/PKCS9String.ta.d.ts +36 -36
  816. package/src/lib/modules/PKCS-9/PKCS9String.ta.js +54 -54
  817. package/src/lib/modules/PKCS-9/PKCSEntityAttributeSet.osa.d.ts +22 -22
  818. package/src/lib/modules/PKCS-9/PKCSEntityAttributeSet.osa.js +36 -36
  819. package/src/lib/modules/PKCS-9/RandomNonce.ta.d.ts +28 -28
  820. package/src/lib/modules/PKCS-9/RandomNonce.ta.js +43 -43
  821. package/src/lib/modules/PKCS-9/SMIMECapabilities.ta.d.ts +30 -30
  822. package/src/lib/modules/PKCS-9/SMIMECapabilities.ta.js +48 -48
  823. package/src/lib/modules/PKCS-9/SMIMECapability.ta.d.ts +101 -101
  824. package/src/lib/modules/PKCS-9/SMIMECapability.ta.js +152 -152
  825. package/src/lib/modules/PKCS-9/SMIMEv3Algorithms.osa.d.ts +16 -16
  826. package/src/lib/modules/PKCS-9/SMIMEv3Algorithms.osa.js +21 -21
  827. package/src/lib/modules/PKCS-9/SequenceNumber.ta.d.ts +28 -28
  828. package/src/lib/modules/PKCS-9/SequenceNumber.ta.js +43 -43
  829. package/src/lib/modules/PKCS-9/SigningTime.ta.d.ts +29 -29
  830. package/src/lib/modules/PKCS-9/SigningTime.ta.js +43 -43
  831. package/src/lib/modules/PKCS-9/certTypes.va.d.ts +15 -15
  832. package/src/lib/modules/PKCS-9/certTypes.va.js +24 -24
  833. package/src/lib/modules/PKCS-9/challengePassword.oa.d.ts +22 -22
  834. package/src/lib/modules/PKCS-9/challengePassword.oa.js +45 -45
  835. package/src/lib/modules/PKCS-9/contentType.oa.d.ts +22 -22
  836. package/src/lib/modules/PKCS-9/contentType.oa.js +45 -45
  837. package/src/lib/modules/PKCS-9/counterSignature.oa.d.ts +20 -20
  838. package/src/lib/modules/PKCS-9/counterSignature.oa.js +41 -41
  839. package/src/lib/modules/PKCS-9/countryOfCitizenship.oa.d.ts +23 -23
  840. package/src/lib/modules/PKCS-9/countryOfCitizenship.oa.js +46 -46
  841. package/src/lib/modules/PKCS-9/countryOfResidence.oa.d.ts +23 -23
  842. package/src/lib/modules/PKCS-9/countryOfResidence.oa.js +46 -46
  843. package/src/lib/modules/PKCS-9/crlTypes.va.d.ts +15 -15
  844. package/src/lib/modules/PKCS-9/crlTypes.va.js +24 -24
  845. package/src/lib/modules/PKCS-9/dateOfBirth.oa.d.ts +22 -22
  846. package/src/lib/modules/PKCS-9/dateOfBirth.oa.js +45 -45
  847. package/src/lib/modules/PKCS-9/emailAddress.oa.d.ts +21 -21
  848. package/src/lib/modules/PKCS-9/emailAddress.oa.js +44 -44
  849. package/src/lib/modules/PKCS-9/encryptedPrivateKeyInfo.oa.d.ts +20 -20
  850. package/src/lib/modules/PKCS-9/encryptedPrivateKeyInfo.oa.js +41 -41
  851. package/src/lib/modules/PKCS-9/extendedCertificateAttributes.oa.d.ts +21 -21
  852. package/src/lib/modules/PKCS-9/extendedCertificateAttributes.oa.js +44 -44
  853. package/src/lib/modules/PKCS-9/extensionRequest.oa.d.ts +21 -21
  854. package/src/lib/modules/PKCS-9/extensionRequest.oa.js +42 -42
  855. package/src/lib/modules/PKCS-9/friendlyName.oa.d.ts +22 -22
  856. package/src/lib/modules/PKCS-9/friendlyName.oa.js +45 -45
  857. package/src/lib/modules/PKCS-9/gender.oa.d.ts +23 -23
  858. package/src/lib/modules/PKCS-9/gender.oa.js +46 -46
  859. package/src/lib/modules/PKCS-9/id-at-pseudonym.va.d.ts +14 -14
  860. package/src/lib/modules/PKCS-9/id-at-pseudonym.va.js +22 -22
  861. package/src/lib/modules/PKCS-9/ietf-at.va.d.ts +14 -14
  862. package/src/lib/modules/PKCS-9/ietf-at.va.js +21 -21
  863. package/src/lib/modules/PKCS-9/localKeyId.oa.d.ts +22 -22
  864. package/src/lib/modules/PKCS-9/localKeyId.oa.js +45 -45
  865. package/src/lib/modules/PKCS-9/messageDigest.oa.d.ts +22 -22
  866. package/src/lib/modules/PKCS-9/messageDigest.oa.js +45 -45
  867. package/src/lib/modules/PKCS-9/naturalPerson.oa.d.ts +21 -21
  868. package/src/lib/modules/PKCS-9/naturalPerson.oa.js +40 -40
  869. package/src/lib/modules/PKCS-9/pKCS15Token.oa.d.ts +20 -20
  870. package/src/lib/modules/PKCS-9/pKCS15Token.oa.js +41 -41
  871. package/src/lib/modules/PKCS-9/pKCS7PDU.oa.d.ts +20 -20
  872. package/src/lib/modules/PKCS-9/pKCS7PDU.oa.js +41 -41
  873. package/src/lib/modules/PKCS-9/pkcs-9-at-challengePassword.va.d.ts +15 -15
  874. package/src/lib/modules/PKCS-9/pkcs-9-at-challengePassword.va.js +24 -24
  875. package/src/lib/modules/PKCS-9/pkcs-9-at-contentType.va.d.ts +15 -15
  876. package/src/lib/modules/PKCS-9/pkcs-9-at-contentType.va.js +24 -24
  877. package/src/lib/modules/PKCS-9/pkcs-9-at-counterSignature.va.d.ts +15 -15
  878. package/src/lib/modules/PKCS-9/pkcs-9-at-counterSignature.va.js +24 -24
  879. package/src/lib/modules/PKCS-9/pkcs-9-at-countryOfCitizenship.va.d.ts +15 -15
  880. package/src/lib/modules/PKCS-9/pkcs-9-at-countryOfCitizenship.va.js +24 -24
  881. package/src/lib/modules/PKCS-9/pkcs-9-at-countryOfResidence.va.d.ts +15 -15
  882. package/src/lib/modules/PKCS-9/pkcs-9-at-countryOfResidence.va.js +24 -24
  883. package/src/lib/modules/PKCS-9/pkcs-9-at-dateOfBirth.va.d.ts +15 -15
  884. package/src/lib/modules/PKCS-9/pkcs-9-at-dateOfBirth.va.js +24 -24
  885. package/src/lib/modules/PKCS-9/pkcs-9-at-emailAddress.va.d.ts +15 -15
  886. package/src/lib/modules/PKCS-9/pkcs-9-at-emailAddress.va.js +24 -24
  887. package/src/lib/modules/PKCS-9/pkcs-9-at-encryptedPrivateKeyInfo.va.d.ts +15 -15
  888. package/src/lib/modules/PKCS-9/pkcs-9-at-encryptedPrivateKeyInfo.va.js +24 -24
  889. package/src/lib/modules/PKCS-9/pkcs-9-at-extendedCertificateAttributes.va.d.ts +16 -16
  890. package/src/lib/modules/PKCS-9/pkcs-9-at-extendedCertificateAttributes.va.js +25 -25
  891. package/src/lib/modules/PKCS-9/pkcs-9-at-extensionRequest.va.d.ts +15 -15
  892. package/src/lib/modules/PKCS-9/pkcs-9-at-extensionRequest.va.js +24 -24
  893. package/src/lib/modules/PKCS-9/pkcs-9-at-friendlyName.va.d.ts +15 -15
  894. package/src/lib/modules/PKCS-9/pkcs-9-at-friendlyName.va.js +24 -24
  895. package/src/lib/modules/PKCS-9/pkcs-9-at-gender.va.d.ts +15 -15
  896. package/src/lib/modules/PKCS-9/pkcs-9-at-gender.va.js +24 -24
  897. package/src/lib/modules/PKCS-9/pkcs-9-at-localKeyId.va.d.ts +15 -15
  898. package/src/lib/modules/PKCS-9/pkcs-9-at-localKeyId.va.js +24 -24
  899. package/src/lib/modules/PKCS-9/pkcs-9-at-messageDigest.va.d.ts +15 -15
  900. package/src/lib/modules/PKCS-9/pkcs-9-at-messageDigest.va.js +24 -24
  901. package/src/lib/modules/PKCS-9/pkcs-9-at-pkcs15Token.va.d.ts +15 -15
  902. package/src/lib/modules/PKCS-9/pkcs-9-at-pkcs15Token.va.js +24 -24
  903. package/src/lib/modules/PKCS-9/pkcs-9-at-pkcs7PDU.va.d.ts +15 -15
  904. package/src/lib/modules/PKCS-9/pkcs-9-at-pkcs7PDU.va.js +24 -24
  905. package/src/lib/modules/PKCS-9/pkcs-9-at-placeOfBirth.va.d.ts +15 -15
  906. package/src/lib/modules/PKCS-9/pkcs-9-at-placeOfBirth.va.js +24 -24
  907. package/src/lib/modules/PKCS-9/pkcs-9-at-randomNonce.va.d.ts +15 -15
  908. package/src/lib/modules/PKCS-9/pkcs-9-at-randomNonce.va.js +24 -24
  909. package/src/lib/modules/PKCS-9/pkcs-9-at-sequenceNumber.va.d.ts +15 -15
  910. package/src/lib/modules/PKCS-9/pkcs-9-at-sequenceNumber.va.js +24 -24
  911. package/src/lib/modules/PKCS-9/pkcs-9-at-signingDescription.va.d.ts +15 -15
  912. package/src/lib/modules/PKCS-9/pkcs-9-at-signingDescription.va.js +24 -24
  913. package/src/lib/modules/PKCS-9/pkcs-9-at-signingTime.va.d.ts +15 -15
  914. package/src/lib/modules/PKCS-9/pkcs-9-at-signingTime.va.js +24 -24
  915. package/src/lib/modules/PKCS-9/pkcs-9-at-smimeCapabilities.va.d.ts +15 -15
  916. package/src/lib/modules/PKCS-9/pkcs-9-at-smimeCapabilities.va.js +24 -24
  917. package/src/lib/modules/PKCS-9/pkcs-9-at-unstructuredAddress.va.d.ts +15 -15
  918. package/src/lib/modules/PKCS-9/pkcs-9-at-unstructuredAddress.va.js +24 -24
  919. package/src/lib/modules/PKCS-9/pkcs-9-at-unstructuredName.va.d.ts +15 -15
  920. package/src/lib/modules/PKCS-9/pkcs-9-at-unstructuredName.va.js +24 -24
  921. package/src/lib/modules/PKCS-9/pkcs-9-at-userPKCS12.va.d.ts +14 -14
  922. package/src/lib/modules/PKCS-9/pkcs-9-at-userPKCS12.va.js +30 -30
  923. package/src/lib/modules/PKCS-9/pkcs-9-at.va.d.ts +15 -15
  924. package/src/lib/modules/PKCS-9/pkcs-9-at.va.js +24 -24
  925. package/src/lib/modules/PKCS-9/pkcs-9-mo.va.d.ts +15 -15
  926. package/src/lib/modules/PKCS-9/pkcs-9-mo.va.js +24 -24
  927. package/src/lib/modules/PKCS-9/pkcs-9-mr-caseIgnoreMatch.va.d.ts +15 -15
  928. package/src/lib/modules/PKCS-9/pkcs-9-mr-caseIgnoreMatch.va.js +24 -24
  929. package/src/lib/modules/PKCS-9/pkcs-9-mr-signingTimeMatch.va.d.ts +15 -15
  930. package/src/lib/modules/PKCS-9/pkcs-9-mr-signingTimeMatch.va.js +24 -24
  931. package/src/lib/modules/PKCS-9/pkcs-9-mr.va.d.ts +15 -15
  932. package/src/lib/modules/PKCS-9/pkcs-9-mr.va.js +24 -24
  933. package/src/lib/modules/PKCS-9/pkcs-9-oc-naturalPerson.va.d.ts +15 -15
  934. package/src/lib/modules/PKCS-9/pkcs-9-oc-naturalPerson.va.js +24 -24
  935. package/src/lib/modules/PKCS-9/pkcs-9-oc-pkcsEntity.va.d.ts +15 -15
  936. package/src/lib/modules/PKCS-9/pkcs-9-oc-pkcsEntity.va.js +24 -24
  937. package/src/lib/modules/PKCS-9/pkcs-9-oc.va.d.ts +15 -15
  938. package/src/lib/modules/PKCS-9/pkcs-9-oc.va.js +24 -24
  939. package/src/lib/modules/PKCS-9/pkcs-9-sx-pkcs9String.va.d.ts +15 -15
  940. package/src/lib/modules/PKCS-9/pkcs-9-sx-pkcs9String.va.js +24 -24
  941. package/src/lib/modules/PKCS-9/pkcs-9-sx-signingTime.va.d.ts +15 -15
  942. package/src/lib/modules/PKCS-9/pkcs-9-sx-signingTime.va.js +24 -24
  943. package/src/lib/modules/PKCS-9/pkcs-9-sx.va.d.ts +15 -15
  944. package/src/lib/modules/PKCS-9/pkcs-9-sx.va.js +24 -24
  945. package/src/lib/modules/PKCS-9/pkcs-9-ub-challengePassword.va.d.ts +15 -15
  946. package/src/lib/modules/PKCS-9/pkcs-9-ub-challengePassword.va.js +22 -22
  947. package/src/lib/modules/PKCS-9/pkcs-9-ub-emailAddress.va.d.ts +15 -15
  948. package/src/lib/modules/PKCS-9/pkcs-9-ub-emailAddress.va.js +22 -22
  949. package/src/lib/modules/PKCS-9/pkcs-9-ub-friendlyName.va.d.ts +15 -15
  950. package/src/lib/modules/PKCS-9/pkcs-9-ub-friendlyName.va.js +22 -22
  951. package/src/lib/modules/PKCS-9/pkcs-9-ub-match.va.d.ts +15 -15
  952. package/src/lib/modules/PKCS-9/pkcs-9-ub-match.va.js +22 -22
  953. package/src/lib/modules/PKCS-9/pkcs-9-ub-pkcs9String.va.d.ts +14 -14
  954. package/src/lib/modules/PKCS-9/pkcs-9-ub-pkcs9String.va.js +19 -19
  955. package/src/lib/modules/PKCS-9/pkcs-9-ub-placeOfBirth.va.d.ts +14 -14
  956. package/src/lib/modules/PKCS-9/pkcs-9-ub-placeOfBirth.va.js +20 -20
  957. package/src/lib/modules/PKCS-9/pkcs-9-ub-pseudonym.va.d.ts +14 -14
  958. package/src/lib/modules/PKCS-9/pkcs-9-ub-pseudonym.va.js +20 -20
  959. package/src/lib/modules/PKCS-9/pkcs-9-ub-signingDescription.va.d.ts +15 -15
  960. package/src/lib/modules/PKCS-9/pkcs-9-ub-signingDescription.va.js +22 -22
  961. package/src/lib/modules/PKCS-9/pkcs-9-ub-unstructuredAddress.va.d.ts +15 -15
  962. package/src/lib/modules/PKCS-9/pkcs-9-ub-unstructuredAddress.va.js +22 -22
  963. package/src/lib/modules/PKCS-9/pkcs-9-ub-unstructuredName.va.d.ts +15 -15
  964. package/src/lib/modules/PKCS-9/pkcs-9-ub-unstructuredName.va.js +22 -22
  965. package/src/lib/modules/PKCS-9/pkcs-9.va.d.ts +15 -15
  966. package/src/lib/modules/PKCS-9/pkcs-9.va.js +29 -29
  967. package/src/lib/modules/PKCS-9/pkcs9CaseIgnoreMatch.oa.d.ts +20 -20
  968. package/src/lib/modules/PKCS-9/pkcs9CaseIgnoreMatch.oa.js +37 -37
  969. package/src/lib/modules/PKCS-9/pkcsEntity.oa.d.ts +21 -21
  970. package/src/lib/modules/PKCS-9/pkcsEntity.oa.js +40 -40
  971. package/src/lib/modules/PKCS-9/placeOfBirth.oa.d.ts +22 -22
  972. package/src/lib/modules/PKCS-9/placeOfBirth.oa.js +45 -45
  973. package/src/lib/modules/PKCS-9/pseudonym.oa.d.ts +21 -21
  974. package/src/lib/modules/PKCS-9/pseudonym.oa.js +44 -44
  975. package/src/lib/modules/PKCS-9/randomNonce.oa.d.ts +22 -22
  976. package/src/lib/modules/PKCS-9/randomNonce.oa.js +45 -45
  977. package/src/lib/modules/PKCS-9/sequenceNumber.oa.d.ts +22 -22
  978. package/src/lib/modules/PKCS-9/sequenceNumber.oa.js +45 -45
  979. package/src/lib/modules/PKCS-9/signingDescription.oa.d.ts +22 -22
  980. package/src/lib/modules/PKCS-9/signingDescription.oa.js +45 -45
  981. package/src/lib/modules/PKCS-9/signingTime.oa.d.ts +22 -22
  982. package/src/lib/modules/PKCS-9/signingTime.oa.js +45 -45
  983. package/src/lib/modules/PKCS-9/signingTimeMatch.oa.d.ts +20 -20
  984. package/src/lib/modules/PKCS-9/signingTimeMatch.oa.js +37 -37
  985. package/src/lib/modules/PKCS-9/smime.va.d.ts +15 -15
  986. package/src/lib/modules/PKCS-9/smime.va.js +24 -24
  987. package/src/lib/modules/PKCS-9/smimeCapabilities.oa.d.ts +21 -21
  988. package/src/lib/modules/PKCS-9/smimeCapabilities.oa.js +42 -42
  989. package/src/lib/modules/PKCS-9/unstructuredAddress.oa.d.ts +21 -21
  990. package/src/lib/modules/PKCS-9/unstructuredAddress.oa.js +44 -44
  991. package/src/lib/modules/PKCS-9/unstructuredName.oa.d.ts +21 -21
  992. package/src/lib/modules/PKCS-9/unstructuredName.oa.js +44 -44
  993. package/src/lib/modules/PKCS-9/userPKCS12.oa.d.ts +20 -20
  994. package/src/lib/modules/PKCS-9/userPKCS12.oa.js +41 -41
  995. package/src/lib/modules/PKCS5v2-1/ALGORITHM-IDENTIFIER.oca.d.ts +2 -2
  996. package/src/lib/modules/PKCS5v2-1/ALGORITHM-IDENTIFIER.oca.js +4 -4
  997. package/src/lib/modules/PKCS5v2-1/AlgorithmIdentifier.ta.d.ts +102 -102
  998. package/src/lib/modules/PKCS5v2-1/AlgorithmIdentifier.ta.js +158 -158
  999. package/src/lib/modules/PKCS5v2-1/PBEParameter.ta.d.ts +101 -101
  1000. package/src/lib/modules/PKCS5v2-1/PBEParameter.ta.js +152 -152
  1001. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union0-Intersection0-Element.oa.d.ts +20 -20
  1002. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union0-Intersection0-Element.oa.js +39 -39
  1003. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union1-Intersection0-Element.oa.d.ts +20 -20
  1004. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union1-Intersection0-Element.oa.js +39 -39
  1005. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union2-Intersection0-Element.oa.d.ts +20 -20
  1006. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union2-Intersection0-Element.oa.js +39 -39
  1007. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union3-Intersection0-Element.oa.d.ts +20 -20
  1008. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union3-Intersection0-Element.oa.js +39 -39
  1009. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union4-Intersection0-Element.oa.d.ts +20 -20
  1010. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union4-Intersection0-Element.oa.js +39 -39
  1011. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union5-Intersection0-Element.oa.d.ts +20 -20
  1012. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms-Union5-Intersection0-Element.oa.js +39 -39
  1013. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms.osa.d.ts +24 -24
  1014. package/src/lib/modules/PKCS5v2-1/PBES1Algorithms.osa.js +42 -42
  1015. package/src/lib/modules/PKCS5v2-1/PBES2-Encs.osa.d.ts +17 -17
  1016. package/src/lib/modules/PKCS5v2-1/PBES2-Encs.osa.js +21 -21
  1017. package/src/lib/modules/PKCS5v2-1/PBES2-KDFs-Union0-Intersection0-Element.oa.d.ts +20 -20
  1018. package/src/lib/modules/PKCS5v2-1/PBES2-KDFs-Union0-Intersection0-Element.oa.js +39 -39
  1019. package/src/lib/modules/PKCS5v2-1/PBES2-KDFs.osa.d.ts +19 -19
  1020. package/src/lib/modules/PKCS5v2-1/PBES2-KDFs.osa.js +27 -27
  1021. package/src/lib/modules/PKCS5v2-1/PBES2-params.ta.d.ts +103 -103
  1022. package/src/lib/modules/PKCS5v2-1/PBES2-params.ta.js +157 -157
  1023. package/src/lib/modules/PKCS5v2-1/PBES2Algorithms-Union0-Intersection0-Element.oa.d.ts +20 -20
  1024. package/src/lib/modules/PKCS5v2-1/PBES2Algorithms-Union0-Intersection0-Element.oa.js +39 -39
  1025. package/src/lib/modules/PKCS5v2-1/PBES2Algorithms.osa.d.ts +19 -19
  1026. package/src/lib/modules/PKCS5v2-1/PBES2Algorithms.osa.js +27 -27
  1027. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union0-Intersection0-Element.oa.d.ts +19 -19
  1028. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union0-Intersection0-Element.oa.js +35 -35
  1029. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union1-Intersection0-Element.oa.d.ts +19 -19
  1030. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union1-Intersection0-Element.oa.js +35 -35
  1031. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union2-Intersection0-Element.oa.d.ts +19 -19
  1032. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union2-Intersection0-Element.oa.js +35 -35
  1033. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union3-Intersection0-Element.oa.d.ts +19 -19
  1034. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union3-Intersection0-Element.oa.js +35 -35
  1035. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union4-Intersection0-Element.oa.d.ts +19 -19
  1036. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union4-Intersection0-Element.oa.js +35 -35
  1037. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union5-Intersection0-Element.oa.d.ts +19 -19
  1038. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union5-Intersection0-Element.oa.js +35 -35
  1039. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union6-Intersection0-Element.oa.d.ts +19 -19
  1040. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs-Union6-Intersection0-Element.oa.js +35 -35
  1041. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs.osa.d.ts +25 -25
  1042. package/src/lib/modules/PKCS5v2-1/PBKDF2-PRFs.osa.js +45 -45
  1043. package/src/lib/modules/PKCS5v2-1/PBKDF2-SaltSources.osa.d.ts +17 -17
  1044. package/src/lib/modules/PKCS5v2-1/PBKDF2-SaltSources.osa.js +21 -21
  1045. package/src/lib/modules/PKCS5v2-1/PBKDF2-params-salt.ta.d.ts +34 -34
  1046. package/src/lib/modules/PKCS5v2-1/PBKDF2-params-salt.ta.js +54 -54
  1047. package/src/lib/modules/PKCS5v2-1/PBKDF2-params.ta.d.ts +143 -143
  1048. package/src/lib/modules/PKCS5v2-1/PBKDF2-params.ta.js +214 -214
  1049. package/src/lib/modules/PKCS5v2-1/PBKDF2Algorithms-Union0-Intersection0-Element.oa.d.ts +20 -20
  1050. package/src/lib/modules/PKCS5v2-1/PBKDF2Algorithms-Union0-Intersection0-Element.oa.js +39 -39
  1051. package/src/lib/modules/PKCS5v2-1/PBKDF2Algorithms.osa.d.ts +19 -19
  1052. package/src/lib/modules/PKCS5v2-1/PBKDF2Algorithms.osa.js +27 -27
  1053. package/src/lib/modules/PKCS5v2-1/PBMAC1-KDFs-Union0-Intersection0-Element.oa.d.ts +20 -20
  1054. package/src/lib/modules/PKCS5v2-1/PBMAC1-KDFs-Union0-Intersection0-Element.oa.js +39 -39
  1055. package/src/lib/modules/PKCS5v2-1/PBMAC1-KDFs.osa.d.ts +19 -19
  1056. package/src/lib/modules/PKCS5v2-1/PBMAC1-KDFs.osa.js +27 -27
  1057. package/src/lib/modules/PKCS5v2-1/PBMAC1-MACs.osa.d.ts +16 -16
  1058. package/src/lib/modules/PKCS5v2-1/PBMAC1-MACs.osa.js +21 -21
  1059. package/src/lib/modules/PKCS5v2-1/PBMAC1-params.ta.d.ts +103 -103
  1060. package/src/lib/modules/PKCS5v2-1/PBMAC1-params.ta.js +157 -157
  1061. package/src/lib/modules/PKCS5v2-1/PBMAC1Algorithms-Union0-Intersection0-Element.oa.d.ts +20 -20
  1062. package/src/lib/modules/PKCS5v2-1/PBMAC1Algorithms-Union0-Intersection0-Element.oa.js +39 -39
  1063. package/src/lib/modules/PKCS5v2-1/PBMAC1Algorithms.osa.d.ts +19 -19
  1064. package/src/lib/modules/PKCS5v2-1/PBMAC1Algorithms.osa.js +27 -27
  1065. package/src/lib/modules/PKCS5v2-1/RC2-CBC-Parameter.ta.d.ts +101 -101
  1066. package/src/lib/modules/PKCS5v2-1/RC2-CBC-Parameter.ta.js +158 -158
  1067. package/src/lib/modules/PKCS5v2-1/RC5-CBC-Parameters-version.ta.d.ts +40 -40
  1068. package/src/lib/modules/PKCS5v2-1/RC5-CBC-Parameters-version.ta.js +59 -59
  1069. package/src/lib/modules/PKCS5v2-1/RC5-CBC-Parameters.ta.d.ts +129 -129
  1070. package/src/lib/modules/PKCS5v2-1/RC5-CBC-Parameters.ta.js +192 -192
  1071. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union0-Intersection0-Element.oa.d.ts +19 -19
  1072. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union0-Intersection0-Element.oa.js +35 -35
  1073. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union1-Intersection0-Element.oa.d.ts +19 -19
  1074. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union1-Intersection0-Element.oa.js +35 -35
  1075. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union2-Intersection0-Element.oa.d.ts +19 -19
  1076. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union2-Intersection0-Element.oa.js +35 -35
  1077. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union3-Intersection0-Element.oa.d.ts +20 -20
  1078. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union3-Intersection0-Element.oa.js +39 -39
  1079. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union4-Intersection0-Element.oa.d.ts +20 -20
  1080. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union4-Intersection0-Element.oa.js +39 -39
  1081. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union5-Intersection0-Element.oa.d.ts +19 -19
  1082. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union5-Intersection0-Element.oa.js +35 -35
  1083. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union6-Intersection0-Element.oa.d.ts +19 -19
  1084. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union6-Intersection0-Element.oa.js +35 -35
  1085. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union7-Intersection0-Element.oa.d.ts +19 -19
  1086. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms-Union7-Intersection0-Element.oa.js +35 -35
  1087. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms.osa.d.ts +26 -26
  1088. package/src/lib/modules/PKCS5v2-1/SupportingAlgorithms.osa.js +48 -48
  1089. package/src/lib/modules/PKCS5v2-1/aes.va.d.ts +15 -15
  1090. package/src/lib/modules/PKCS5v2-1/aes.va.js +24 -24
  1091. package/src/lib/modules/PKCS5v2-1/aes128-CBC-PAD.va.d.ts +15 -15
  1092. package/src/lib/modules/PKCS5v2-1/aes128-CBC-PAD.va.js +24 -24
  1093. package/src/lib/modules/PKCS5v2-1/aes192-CBC-PAD.va.d.ts +15 -15
  1094. package/src/lib/modules/PKCS5v2-1/aes192-CBC-PAD.va.js +24 -24
  1095. package/src/lib/modules/PKCS5v2-1/aes256-CBC-PAD.va.d.ts +15 -15
  1096. package/src/lib/modules/PKCS5v2-1/aes256-CBC-PAD.va.js +24 -24
  1097. package/src/lib/modules/PKCS5v2-1/algid-hmacWithSHA1.va.d.ts +17 -17
  1098. package/src/lib/modules/PKCS5v2-1/algid-hmacWithSHA1.va.js +32 -32
  1099. package/src/lib/modules/PKCS5v2-1/des-EDE3-CBC.va.d.ts +15 -15
  1100. package/src/lib/modules/PKCS5v2-1/des-EDE3-CBC.va.js +24 -24
  1101. package/src/lib/modules/PKCS5v2-1/desCBC.va.d.ts +15 -15
  1102. package/src/lib/modules/PKCS5v2-1/desCBC.va.js +24 -24
  1103. package/src/lib/modules/PKCS5v2-1/digestAlgorithm.va.d.ts +15 -15
  1104. package/src/lib/modules/PKCS5v2-1/digestAlgorithm.va.js +24 -24
  1105. package/src/lib/modules/PKCS5v2-1/encryptionAlgorithm.va.d.ts +15 -15
  1106. package/src/lib/modules/PKCS5v2-1/encryptionAlgorithm.va.js +24 -24
  1107. package/src/lib/modules/PKCS5v2-1/id-PBES2.va.d.ts +15 -15
  1108. package/src/lib/modules/PKCS5v2-1/id-PBES2.va.js +24 -24
  1109. package/src/lib/modules/PKCS5v2-1/id-PBKDF2.va.d.ts +15 -15
  1110. package/src/lib/modules/PKCS5v2-1/id-PBKDF2.va.js +24 -24
  1111. package/src/lib/modules/PKCS5v2-1/id-PBMAC1.va.d.ts +15 -15
  1112. package/src/lib/modules/PKCS5v2-1/id-PBMAC1.va.js +24 -24
  1113. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA1.va.d.ts +15 -15
  1114. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA1.va.js +24 -24
  1115. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA224.va.d.ts +15 -15
  1116. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA224.va.js +24 -24
  1117. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA256.va.d.ts +15 -15
  1118. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA256.va.js +24 -24
  1119. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA384.va.d.ts +15 -15
  1120. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA384.va.js +24 -24
  1121. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA512-224.va.d.ts +15 -15
  1122. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA512-224.va.js +24 -24
  1123. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA512-256.va.d.ts +15 -15
  1124. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA512-256.va.js +24 -24
  1125. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA512.va.d.ts +15 -15
  1126. package/src/lib/modules/PKCS5v2-1/id-hmacWithSHA512.va.js +24 -24
  1127. package/src/lib/modules/PKCS5v2-1/nistAlgorithms.va.d.ts +16 -16
  1128. package/src/lib/modules/PKCS5v2-1/nistAlgorithms.va.js +31 -31
  1129. package/src/lib/modules/PKCS5v2-1/oiw.va.d.ts +14 -14
  1130. package/src/lib/modules/PKCS5v2-1/oiw.va.js +25 -25
  1131. package/src/lib/modules/PKCS5v2-1/pbeWithMD2AndDES-CBC.va.d.ts +15 -15
  1132. package/src/lib/modules/PKCS5v2-1/pbeWithMD2AndDES-CBC.va.js +24 -24
  1133. package/src/lib/modules/PKCS5v2-1/pbeWithMD2AndRC2-CBC.va.d.ts +15 -15
  1134. package/src/lib/modules/PKCS5v2-1/pbeWithMD2AndRC2-CBC.va.js +24 -24
  1135. package/src/lib/modules/PKCS5v2-1/pbeWithMD5AndDES-CBC.va.d.ts +15 -15
  1136. package/src/lib/modules/PKCS5v2-1/pbeWithMD5AndDES-CBC.va.js +24 -24
  1137. package/src/lib/modules/PKCS5v2-1/pbeWithMD5AndRC2-CBC.va.d.ts +15 -15
  1138. package/src/lib/modules/PKCS5v2-1/pbeWithMD5AndRC2-CBC.va.js +24 -24
  1139. package/src/lib/modules/PKCS5v2-1/pbeWithSHA1AndDES-CBC.va.d.ts +15 -15
  1140. package/src/lib/modules/PKCS5v2-1/pbeWithSHA1AndDES-CBC.va.js +24 -24
  1141. package/src/lib/modules/PKCS5v2-1/pbeWithSHA1AndRC2-CBC.va.d.ts +15 -15
  1142. package/src/lib/modules/PKCS5v2-1/pbeWithSHA1AndRC2-CBC.va.js +24 -24
  1143. package/src/lib/modules/PKCS5v2-1/pkcs-5.va.d.ts +15 -15
  1144. package/src/lib/modules/PKCS5v2-1/pkcs-5.va.js +24 -24
  1145. package/src/lib/modules/PKCS5v2-1/pkcs.va.d.ts +15 -15
  1146. package/src/lib/modules/PKCS5v2-1/pkcs.va.js +24 -24
  1147. package/src/lib/modules/PKCS5v2-1/rc2CBC.va.d.ts +15 -15
  1148. package/src/lib/modules/PKCS5v2-1/rc2CBC.va.js +24 -24
  1149. package/src/lib/modules/PKCS5v2-1/rc5-CBC-PAD.va.d.ts +15 -15
  1150. package/src/lib/modules/PKCS5v2-1/rc5-CBC-PAD.va.js +24 -24
  1151. package/src/lib/modules/PKCS5v2-1/rsadsi.va.d.ts +14 -14
  1152. package/src/lib/modules/PKCS5v2-1/rsadsi.va.js +26 -26
  1153. package/src/lib/modules/PKCS7/Attributes.ta.d.ts +29 -29
  1154. package/src/lib/modules/PKCS7/Attributes.ta.js +44 -44
  1155. package/src/lib/modules/PKCS7/AuthenticatedData.ta.d.ts +208 -208
  1156. package/src/lib/modules/PKCS7/AuthenticatedData.ta.js +298 -298
  1157. package/src/lib/modules/PKCS7/CertificateChoice.ta.d.ts +41 -41
  1158. package/src/lib/modules/PKCS7/CertificateChoice.ta.js +62 -62
  1159. package/src/lib/modules/PKCS7/CertificateRevocationLists.ta.d.ts +29 -29
  1160. package/src/lib/modules/PKCS7/CertificateRevocationLists.ta.js +44 -44
  1161. package/src/lib/modules/PKCS7/CertificateSet.ta.d.ts +30 -30
  1162. package/src/lib/modules/PKCS7/CertificateSet.ta.js +47 -47
  1163. package/src/lib/modules/PKCS7/ContentEncryptionAlgorithmIdentifier.ta.d.ts +29 -29
  1164. package/src/lib/modules/PKCS7/ContentEncryptionAlgorithmIdentifier.ta.js +43 -43
  1165. package/src/lib/modules/PKCS7/ContentInfo.ta.d.ts +108 -108
  1166. package/src/lib/modules/PKCS7/ContentInfo.ta.js +164 -164
  1167. package/src/lib/modules/PKCS7/Data.ta.d.ts +28 -28
  1168. package/src/lib/modules/PKCS7/Data.ta.js +43 -43
  1169. package/src/lib/modules/PKCS7/Digest.ta.d.ts +48 -48
  1170. package/src/lib/modules/PKCS7/Digest.ta.js +56 -56
  1171. package/src/lib/modules/PKCS7/DigestAlgorithmIdentifier.ta.d.ts +29 -29
  1172. package/src/lib/modules/PKCS7/DigestAlgorithmIdentifier.ta.js +43 -43
  1173. package/src/lib/modules/PKCS7/DigestAlgorithmIdentifiers.ta.d.ts +30 -30
  1174. package/src/lib/modules/PKCS7/DigestAlgorithmIdentifiers.ta.js +47 -47
  1175. package/src/lib/modules/PKCS7/DigestEncryptionAlgorithmIdentifier.ta.d.ts +29 -29
  1176. package/src/lib/modules/PKCS7/DigestEncryptionAlgorithmIdentifier.ta.js +43 -43
  1177. package/src/lib/modules/PKCS7/DigestInfo.ta.d.ts +105 -105
  1178. package/src/lib/modules/PKCS7/DigestInfo.ta.js +160 -160
  1179. package/src/lib/modules/PKCS7/DigestedData.ta.d.ts +131 -131
  1180. package/src/lib/modules/PKCS7/DigestedData.ta.js +182 -182
  1181. package/src/lib/modules/PKCS7/ENCRYPTED.ta.d.ts +30 -30
  1182. package/src/lib/modules/PKCS7/ENCRYPTED.ta.js +29 -29
  1183. package/src/lib/modules/PKCS7/EncryptedContentInfo.ta.d.ts +122 -122
  1184. package/src/lib/modules/PKCS7/EncryptedContentInfo.ta.js +184 -184
  1185. package/src/lib/modules/PKCS7/EncryptedData.ta.d.ts +120 -120
  1186. package/src/lib/modules/PKCS7/EncryptedData.ta.js +186 -186
  1187. package/src/lib/modules/PKCS7/EncryptedDigest.ta.d.ts +32 -32
  1188. package/src/lib/modules/PKCS7/EncryptedDigest.ta.js +51 -51
  1189. package/src/lib/modules/PKCS7/EncryptedKey.ta.d.ts +28 -28
  1190. package/src/lib/modules/PKCS7/EncryptedKey.ta.js +43 -43
  1191. package/src/lib/modules/PKCS7/EnvelopedData.ta.d.ts +150 -150
  1192. package/src/lib/modules/PKCS7/EnvelopedData.ta.js +225 -225
  1193. package/src/lib/modules/PKCS7/ExtendedCertificate.ta.d.ts +31 -31
  1194. package/src/lib/modules/PKCS7/ExtendedCertificate.ta.js +44 -44
  1195. package/src/lib/modules/PKCS7/ExtendedCertificateInfo.ta.d.ts +117 -117
  1196. package/src/lib/modules/PKCS7/ExtendedCertificateInfo.ta.js +168 -168
  1197. package/src/lib/modules/PKCS7/IssuerAndSerialNumber.ta.d.ts +103 -103
  1198. package/src/lib/modules/PKCS7/IssuerAndSerialNumber.ta.js +154 -154
  1199. package/src/lib/modules/PKCS7/KeyAgreementRecipientIdentifier.ta.d.ts +39 -39
  1200. package/src/lib/modules/PKCS7/KeyAgreementRecipientIdentifier.ta.js +67 -67
  1201. package/src/lib/modules/PKCS7/KeyAgreementRecipientInfo.ta.d.ts +148 -148
  1202. package/src/lib/modules/PKCS7/KeyAgreementRecipientInfo.ta.js +216 -216
  1203. package/src/lib/modules/PKCS7/KeyEncryptionAlgorithmIdentifier.ta.d.ts +29 -29
  1204. package/src/lib/modules/PKCS7/KeyEncryptionAlgorithmIdentifier.ta.js +43 -43
  1205. package/src/lib/modules/PKCS7/KeyEncryptionKeyIdentifier.ta.d.ts +116 -116
  1206. package/src/lib/modules/PKCS7/KeyEncryptionKeyIdentifier.ta.js +179 -179
  1207. package/src/lib/modules/PKCS7/KeyEncryptionKeyRecipientInfo.ta.d.ts +135 -135
  1208. package/src/lib/modules/PKCS7/KeyEncryptionKeyRecipientInfo.ta.js +195 -195
  1209. package/src/lib/modules/PKCS7/KeyTransportRecipientInfo.ta.d.ts +135 -135
  1210. package/src/lib/modules/PKCS7/KeyTransportRecipientInfo.ta.js +194 -194
  1211. package/src/lib/modules/PKCS7/MessageAuthenticationCode.ta.d.ts +28 -28
  1212. package/src/lib/modules/PKCS7/MessageAuthenticationCode.ta.js +43 -43
  1213. package/src/lib/modules/PKCS7/MessageAuthenticationCodeAlgorithmIdentifier.ta.d.ts +29 -29
  1214. package/src/lib/modules/PKCS7/MessageAuthenticationCodeAlgorithmIdentifier.ta.js +43 -43
  1215. package/src/lib/modules/PKCS7/OTHER-KEY-ATTRIBUTE.oca.d.ts +2 -2
  1216. package/src/lib/modules/PKCS7/OTHER-KEY-ATTRIBUTE.oca.js +4 -4
  1217. package/src/lib/modules/PKCS7/OriginatorIdentifierOrKey.ta.d.ts +44 -44
  1218. package/src/lib/modules/PKCS7/OriginatorIdentifierOrKey.ta.js +76 -76
  1219. package/src/lib/modules/PKCS7/OriginatorInfo.ta.d.ts +105 -105
  1220. package/src/lib/modules/PKCS7/OriginatorInfo.ta.js +168 -168
  1221. package/src/lib/modules/PKCS7/OriginatorPublicKey.ta.d.ts +102 -102
  1222. package/src/lib/modules/PKCS7/OriginatorPublicKey.ta.js +153 -153
  1223. package/src/lib/modules/PKCS7/OtherKeyAttribute.ta.d.ts +105 -105
  1224. package/src/lib/modules/PKCS7/OtherKeyAttribute.ta.js +162 -162
  1225. package/src/lib/modules/PKCS7/OtherKeyAttributeTable.osa.d.ts +17 -17
  1226. package/src/lib/modules/PKCS7/OtherKeyAttributeTable.osa.js +21 -21
  1227. package/src/lib/modules/PKCS7/PKCS7-CONTENT-TYPE.oca.d.ts +2 -2
  1228. package/src/lib/modules/PKCS7/PKCS7-CONTENT-TYPE.oca.js +4 -4
  1229. package/src/lib/modules/PKCS7/PKCS7ContentTable.osa.d.ts +25 -25
  1230. package/src/lib/modules/PKCS7/PKCS7ContentTable.osa.js +52 -52
  1231. package/src/lib/modules/PKCS7/RecipientEncryptedKey.ta.d.ts +105 -105
  1232. package/src/lib/modules/PKCS7/RecipientEncryptedKey.ta.js +160 -160
  1233. package/src/lib/modules/PKCS7/RecipientEncryptedKeys.ta.d.ts +30 -30
  1234. package/src/lib/modules/PKCS7/RecipientEncryptedKeys.ta.js +48 -48
  1235. package/src/lib/modules/PKCS7/RecipientIdentifier.ta.d.ts +39 -39
  1236. package/src/lib/modules/PKCS7/RecipientIdentifier.ta.js +66 -66
  1237. package/src/lib/modules/PKCS7/RecipientInfo.ta.d.ts +44 -44
  1238. package/src/lib/modules/PKCS7/RecipientInfo.ta.js +77 -77
  1239. package/src/lib/modules/PKCS7/RecipientInfos.ta.d.ts +30 -30
  1240. package/src/lib/modules/PKCS7/RecipientInfos.ta.js +47 -47
  1241. package/src/lib/modules/PKCS7/RecipientKeyIdentifier.ta.d.ts +118 -118
  1242. package/src/lib/modules/PKCS7/RecipientKeyIdentifier.ta.js +183 -183
  1243. package/src/lib/modules/PKCS7/SignedAndEnvelopedData.ta.d.ts +190 -190
  1244. package/src/lib/modules/PKCS7/SignedAndEnvelopedData.ta.js +271 -271
  1245. package/src/lib/modules/PKCS7/SignedData.ta.d.ts +165 -165
  1246. package/src/lib/modules/PKCS7/SignedData.ta.js +241 -241
  1247. package/src/lib/modules/PKCS7/SignerIdentifier.ta.d.ts +39 -39
  1248. package/src/lib/modules/PKCS7/SignerIdentifier.ta.js +66 -66
  1249. package/src/lib/modules/PKCS7/SignerInfo.ta.d.ts +178 -178
  1250. package/src/lib/modules/PKCS7/SignerInfo.ta.js +256 -256
  1251. package/src/lib/modules/PKCS7/SignerInfos.ta.d.ts +30 -30
  1252. package/src/lib/modules/PKCS7/SignerInfos.ta.js +48 -48
  1253. package/src/lib/modules/PKCS7/SubjectKeyIdentifier.ta.d.ts +28 -28
  1254. package/src/lib/modules/PKCS7/SubjectKeyIdentifier.ta.js +43 -43
  1255. package/src/lib/modules/PKCS7/Version.ta.d.ts +28 -28
  1256. package/src/lib/modules/PKCS7/Version.ta.js +43 -43
  1257. package/src/lib/modules/PKCS7/authenticated-data.oa.d.ts +23 -23
  1258. package/src/lib/modules/PKCS7/authenticated-data.oa.js +43 -43
  1259. package/src/lib/modules/PKCS7/data.oa.d.ts +20 -20
  1260. package/src/lib/modules/PKCS7/data.oa.js +39 -39
  1261. package/src/lib/modules/PKCS7/digested-data.oa.d.ts +23 -23
  1262. package/src/lib/modules/PKCS7/digested-data.oa.js +43 -43
  1263. package/src/lib/modules/PKCS7/encrypted-data.oa.d.ts +23 -23
  1264. package/src/lib/modules/PKCS7/encrypted-data.oa.js +43 -43
  1265. package/src/lib/modules/PKCS7/enveloped-data.oa.d.ts +23 -23
  1266. package/src/lib/modules/PKCS7/enveloped-data.oa.js +43 -43
  1267. package/src/lib/modules/PKCS7/id-authenticated-data.va.d.ts +15 -15
  1268. package/src/lib/modules/PKCS7/id-authenticated-data.va.js +24 -24
  1269. package/src/lib/modules/PKCS7/id-data.va.d.ts +15 -15
  1270. package/src/lib/modules/PKCS7/id-data.va.js +24 -24
  1271. package/src/lib/modules/PKCS7/id-digested-data.va.d.ts +15 -15
  1272. package/src/lib/modules/PKCS7/id-digested-data.va.js +24 -24
  1273. package/src/lib/modules/PKCS7/id-encrypted-data.va.d.ts +15 -15
  1274. package/src/lib/modules/PKCS7/id-encrypted-data.va.js +24 -24
  1275. package/src/lib/modules/PKCS7/id-enveloped-data.va.d.ts +15 -15
  1276. package/src/lib/modules/PKCS7/id-enveloped-data.va.js +24 -24
  1277. package/src/lib/modules/PKCS7/id-pkcs.va.d.ts +14 -14
  1278. package/src/lib/modules/PKCS7/id-pkcs.va.js +21 -21
  1279. package/src/lib/modules/PKCS7/id-signed-and-enveloped-data.va.d.ts +15 -15
  1280. package/src/lib/modules/PKCS7/id-signed-and-enveloped-data.va.js +24 -24
  1281. package/src/lib/modules/PKCS7/id-signed-data.va.d.ts +15 -15
  1282. package/src/lib/modules/PKCS7/id-signed-data.va.js +24 -24
  1283. package/src/lib/modules/PKCS7/signed-and-enveloped-data.oa.d.ts +23 -23
  1284. package/src/lib/modules/PKCS7/signed-and-enveloped-data.oa.js +43 -43
  1285. package/src/lib/modules/PKCS7/signed-data.oa.d.ts +22 -22
  1286. package/src/lib/modules/PKCS7/signed-data.oa.js +42 -42
  1287. package/src/lib/modules/PKIXCMP-2009/OOBCertHash.ta.d.ts +119 -119
  1288. package/src/lib/modules/PKIXCMP-2009/OOBCertHash.ta.js +179 -179
  1289. package/src/lib/modules/PKIXCRMF-2009/CertId.ta.d.ts +11 -11
  1290. package/src/lib/modules/PKIXCRMF-2009/CertId.ta.js +44 -44
@@ -1,206 +1,206 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports._encode_KEKRecipientInfo = exports._decode_KEKRecipientInfo = exports._extension_additions_list_spec_for_KEKRecipientInfo = exports._root_component_type_list_2_spec_for_KEKRecipientInfo = exports._root_component_type_list_1_spec_for_KEKRecipientInfo = exports.KEKRecipientInfo = exports._encode_KeyEncryptionAlgorithmIdentifier = exports._decode_KeyEncryptionAlgorithmIdentifier = exports._encode_KEKIdentifier = exports._decode_KEKIdentifier = exports.KEKIdentifier = exports._encode_EncryptedKey = exports._decode_EncryptedKey = exports._encode_CMSVersion = exports._decode_CMSVersion = exports.v4 = exports.v3 = exports.v2 = exports.v1 = exports.v0 = exports.CMSVersion_v4 = exports.CMSVersion_v3 = exports.CMSVersion_v2 = exports.CMSVersion_v1 = exports.CMSVersion_v0 = void 0;
4
- /* eslint-disable */
5
- const asn1_ts_1 = require("asn1-ts");
6
- const $ = require("asn1-ts/dist/node/functional");
7
- const CMSVersion_ta_1 = require("../CryptographicMessageSyntax/CMSVersion.ta");
8
- const EncryptedKey_ta_1 = require("../CryptographicMessageSyntax/EncryptedKey.ta");
9
- const KEKIdentifier_ta_1 = require("../CryptographicMessageSyntax/KEKIdentifier.ta");
10
- const KeyEncryptionAlgorithmIdentifier_ta_1 = require("../CryptographicMessageSyntax/KeyEncryptionAlgorithmIdentifier.ta");
11
- var CMSVersion_ta_2 = require("../CryptographicMessageSyntax/CMSVersion.ta");
12
- Object.defineProperty(exports, "CMSVersion_v0", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v0; } }); /* IMPORTED_LONG_NAMED_INTEGER */
13
- Object.defineProperty(exports, "CMSVersion_v1", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v1; } }); /* IMPORTED_LONG_NAMED_INTEGER */
14
- Object.defineProperty(exports, "CMSVersion_v2", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v2; } }); /* IMPORTED_LONG_NAMED_INTEGER */
15
- Object.defineProperty(exports, "CMSVersion_v3", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v3; } }); /* IMPORTED_LONG_NAMED_INTEGER */
16
- Object.defineProperty(exports, "CMSVersion_v4", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v4; } }); /* IMPORTED_LONG_NAMED_INTEGER */
17
- Object.defineProperty(exports, "v0", { enumerable: true, get: function () { return CMSVersion_ta_2.v0; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
18
- Object.defineProperty(exports, "v1", { enumerable: true, get: function () { return CMSVersion_ta_2.v1; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
19
- Object.defineProperty(exports, "v2", { enumerable: true, get: function () { return CMSVersion_ta_2.v2; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
20
- Object.defineProperty(exports, "v3", { enumerable: true, get: function () { return CMSVersion_ta_2.v3; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
21
- Object.defineProperty(exports, "v4", { enumerable: true, get: function () { return CMSVersion_ta_2.v4; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
22
- Object.defineProperty(exports, "_decode_CMSVersion", { enumerable: true, get: function () { return CMSVersion_ta_2._decode_CMSVersion; } });
23
- Object.defineProperty(exports, "_encode_CMSVersion", { enumerable: true, get: function () { return CMSVersion_ta_2._encode_CMSVersion; } });
24
- var EncryptedKey_ta_2 = require("../CryptographicMessageSyntax/EncryptedKey.ta");
25
- Object.defineProperty(exports, "_decode_EncryptedKey", { enumerable: true, get: function () { return EncryptedKey_ta_2._decode_EncryptedKey; } });
26
- Object.defineProperty(exports, "_encode_EncryptedKey", { enumerable: true, get: function () { return EncryptedKey_ta_2._encode_EncryptedKey; } });
27
- var KEKIdentifier_ta_2 = require("../CryptographicMessageSyntax/KEKIdentifier.ta");
28
- Object.defineProperty(exports, "KEKIdentifier", { enumerable: true, get: function () { return KEKIdentifier_ta_2.KEKIdentifier; } });
29
- Object.defineProperty(exports, "_decode_KEKIdentifier", { enumerable: true, get: function () { return KEKIdentifier_ta_2._decode_KEKIdentifier; } });
30
- Object.defineProperty(exports, "_encode_KEKIdentifier", { enumerable: true, get: function () { return KEKIdentifier_ta_2._encode_KEKIdentifier; } });
31
- var KeyEncryptionAlgorithmIdentifier_ta_2 = require("../CryptographicMessageSyntax/KeyEncryptionAlgorithmIdentifier.ta");
32
- Object.defineProperty(exports, "_decode_KeyEncryptionAlgorithmIdentifier", { enumerable: true, get: function () { return KeyEncryptionAlgorithmIdentifier_ta_2._decode_KeyEncryptionAlgorithmIdentifier; } });
33
- Object.defineProperty(exports, "_encode_KeyEncryptionAlgorithmIdentifier", { enumerable: true, get: function () { return KeyEncryptionAlgorithmIdentifier_ta_2._encode_KeyEncryptionAlgorithmIdentifier; } });
34
- /* START_OF_SYMBOL_DEFINITION KEKRecipientInfo */
35
- /**
36
- * @summary KEKRecipientInfo
37
- * @description
38
- *
39
- * ### ASN.1 Definition:
40
- *
41
- * ```asn1
42
- * KEKRecipientInfo ::= SEQUENCE {
43
- * version CMSVersion, -- always set to 4
44
- * kekid KEKIdentifier,
45
- * keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
46
- * encryptedKey EncryptedKey
47
- * }
48
- * ```
49
- *
50
- * @class
51
- */
52
- class KEKRecipientInfo {
53
- constructor(
54
- /**
55
- * @summary `version`.
56
- * @public
57
- * @readonly
58
- */
59
- version,
60
- /**
61
- * @summary `kekid`.
62
- * @public
63
- * @readonly
64
- */
65
- kekid,
66
- /**
67
- * @summary `keyEncryptionAlgorithm`.
68
- * @public
69
- * @readonly
70
- */
71
- keyEncryptionAlgorithm,
72
- /**
73
- * @summary `encryptedKey`.
74
- * @public
75
- * @readonly
76
- */
77
- encryptedKey) {
78
- this.version = version;
79
- this.kekid = kekid;
80
- this.keyEncryptionAlgorithm = keyEncryptionAlgorithm;
81
- this.encryptedKey = encryptedKey;
82
- }
83
- /**
84
- * @summary Restructures an object into a KEKRecipientInfo
85
- * @description
86
- *
87
- * This takes an `object` and converts it to a `KEKRecipientInfo`.
88
- *
89
- * @public
90
- * @static
91
- * @method
92
- * @param {Object} _o An object having all of the keys and values of a `KEKRecipientInfo`.
93
- * @returns {KEKRecipientInfo}
94
- */
95
- static _from_object(_o) {
96
- return new KEKRecipientInfo(_o.version, _o.kekid, _o.keyEncryptionAlgorithm, _o.encryptedKey);
97
- }
98
- }
99
- exports.KEKRecipientInfo = KEKRecipientInfo;
100
- /* END_OF_SYMBOL_DEFINITION KEKRecipientInfo */
101
- /* START_OF_SYMBOL_DEFINITION _root_component_type_list_1_spec_for_KEKRecipientInfo */
102
- /**
103
- * @summary The Leading Root Component Types of KEKRecipientInfo
104
- * @description
105
- *
106
- * This is an array of `ComponentSpec`s that define how to decode the leading root component type list of a SET or SEQUENCE.
107
- *
108
- * @constant
109
- */
110
- exports._root_component_type_list_1_spec_for_KEKRecipientInfo = [
111
- new $.ComponentSpec("version", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 2), undefined, undefined),
112
- new $.ComponentSpec("kekid", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 16), undefined, undefined),
113
- new $.ComponentSpec("keyEncryptionAlgorithm", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 16), undefined, undefined),
114
- new $.ComponentSpec("encryptedKey", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 4), undefined, undefined),
115
- ];
116
- /* END_OF_SYMBOL_DEFINITION _root_component_type_list_1_spec_for_KEKRecipientInfo */
117
- /* START_OF_SYMBOL_DEFINITION _root_component_type_list_2_spec_for_KEKRecipientInfo */
118
- /**
119
- * @summary The Trailing Root Component Types of KEKRecipientInfo
120
- * @description
121
- *
122
- * This is an array of `ComponentSpec`s that define how to decode the trailing root component type list of a SET or SEQUENCE.
123
- *
124
- * @constant
125
- */
126
- exports._root_component_type_list_2_spec_for_KEKRecipientInfo = [];
127
- /* END_OF_SYMBOL_DEFINITION _root_component_type_list_2_spec_for_KEKRecipientInfo */
128
- /* START_OF_SYMBOL_DEFINITION _extension_additions_list_spec_for_KEKRecipientInfo */
129
- /**
130
- * @summary The Extension Addition Component Types of KEKRecipientInfo
131
- * @description
132
- *
133
- * This is an array of `ComponentSpec`s that define how to decode the extension addition component type list of a SET or SEQUENCE.
134
- *
135
- * @constant
136
- */
137
- exports._extension_additions_list_spec_for_KEKRecipientInfo = [];
138
- /* END_OF_SYMBOL_DEFINITION _extension_additions_list_spec_for_KEKRecipientInfo */
139
- /* START_OF_SYMBOL_DEFINITION _cached_decoder_for_KEKRecipientInfo */
140
- let _cached_decoder_for_KEKRecipientInfo = null;
141
- /* END_OF_SYMBOL_DEFINITION _cached_decoder_for_KEKRecipientInfo */
142
- /* START_OF_SYMBOL_DEFINITION _decode_KEKRecipientInfo */
143
- /**
144
- * @summary Decodes an ASN.1 element into a(n) KEKRecipientInfo
145
- * @function
146
- * @param {_Element} el The element being decoded.
147
- * @returns {KEKRecipientInfo} The decoded data structure.
148
- */
149
- function _decode_KEKRecipientInfo(el) {
150
- if (!_cached_decoder_for_KEKRecipientInfo) {
151
- _cached_decoder_for_KEKRecipientInfo = function (el) {
152
- const sequence = el.sequence;
153
- if (sequence.length < 4) {
154
- throw new asn1_ts_1.ASN1ConstructionError("KEKRecipientInfo contained only " +
155
- sequence.length.toString() +
156
- " elements.");
157
- }
158
- sequence[0].name = "version";
159
- sequence[1].name = "kekid";
160
- sequence[2].name = "keyEncryptionAlgorithm";
161
- sequence[3].name = "encryptedKey";
162
- let version;
163
- let kekid;
164
- let keyEncryptionAlgorithm;
165
- let encryptedKey;
166
- version = CMSVersion_ta_1._decode_CMSVersion(sequence[0]);
167
- kekid = KEKIdentifier_ta_1._decode_KEKIdentifier(sequence[1]);
168
- keyEncryptionAlgorithm = KeyEncryptionAlgorithmIdentifier_ta_1._decode_KeyEncryptionAlgorithmIdentifier(sequence[2]);
169
- encryptedKey = EncryptedKey_ta_1._decode_EncryptedKey(sequence[3]);
170
- return new KEKRecipientInfo(version, kekid, keyEncryptionAlgorithm, encryptedKey);
171
- };
172
- }
173
- return _cached_decoder_for_KEKRecipientInfo(el);
174
- }
175
- exports._decode_KEKRecipientInfo = _decode_KEKRecipientInfo;
176
- /* END_OF_SYMBOL_DEFINITION _decode_KEKRecipientInfo */
177
- /* START_OF_SYMBOL_DEFINITION _cached_encoder_for_KEKRecipientInfo */
178
- let _cached_encoder_for_KEKRecipientInfo = null;
179
- /* END_OF_SYMBOL_DEFINITION _cached_encoder_for_KEKRecipientInfo */
180
- /* START_OF_SYMBOL_DEFINITION _encode_KEKRecipientInfo */
181
- /**
182
- * @summary Encodes a(n) KEKRecipientInfo into an ASN.1 Element.
183
- * @function
184
- * @param {value} el The element being decoded.
185
- * @param elGetter A function that can be used to get new ASN.1 elements.
186
- * @returns {_Element} The KEKRecipientInfo, encoded as an ASN.1 Element.
187
- */
188
- function _encode_KEKRecipientInfo(value, elGetter) {
189
- if (!_cached_encoder_for_KEKRecipientInfo) {
190
- _cached_encoder_for_KEKRecipientInfo = function (value, elGetter) {
191
- return $._encodeSequence([]
192
- .concat([
193
- /* REQUIRED */ CMSVersion_ta_1._encode_CMSVersion(value.version, $.BER),
194
- /* REQUIRED */ KEKIdentifier_ta_1._encode_KEKIdentifier(value.kekid, $.BER),
195
- /* REQUIRED */ KeyEncryptionAlgorithmIdentifier_ta_1._encode_KeyEncryptionAlgorithmIdentifier(value.keyEncryptionAlgorithm, $.BER),
196
- /* REQUIRED */ EncryptedKey_ta_1._encode_EncryptedKey(value.encryptedKey, $.BER),
197
- ])
198
- .filter((c) => !!c), $.BER);
199
- };
200
- }
201
- return _cached_encoder_for_KEKRecipientInfo(value, elGetter);
202
- }
203
- exports._encode_KEKRecipientInfo = _encode_KEKRecipientInfo;
204
- /* END_OF_SYMBOL_DEFINITION _encode_KEKRecipientInfo */
205
- /* eslint-enable */
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports._encode_KEKRecipientInfo = exports._decode_KEKRecipientInfo = exports._extension_additions_list_spec_for_KEKRecipientInfo = exports._root_component_type_list_2_spec_for_KEKRecipientInfo = exports._root_component_type_list_1_spec_for_KEKRecipientInfo = exports.KEKRecipientInfo = exports._encode_KeyEncryptionAlgorithmIdentifier = exports._decode_KeyEncryptionAlgorithmIdentifier = exports._encode_KEKIdentifier = exports._decode_KEKIdentifier = exports.KEKIdentifier = exports._encode_EncryptedKey = exports._decode_EncryptedKey = exports._encode_CMSVersion = exports._decode_CMSVersion = exports.v4 = exports.v3 = exports.v2 = exports.v1 = exports.v0 = exports.CMSVersion_v4 = exports.CMSVersion_v3 = exports.CMSVersion_v2 = exports.CMSVersion_v1 = exports.CMSVersion_v0 = void 0;
4
+ /* eslint-disable */
5
+ const asn1_ts_1 = require("asn1-ts");
6
+ const $ = require("asn1-ts/dist/node/functional");
7
+ const CMSVersion_ta_1 = require("../CryptographicMessageSyntax/CMSVersion.ta");
8
+ const EncryptedKey_ta_1 = require("../CryptographicMessageSyntax/EncryptedKey.ta");
9
+ const KEKIdentifier_ta_1 = require("../CryptographicMessageSyntax/KEKIdentifier.ta");
10
+ const KeyEncryptionAlgorithmIdentifier_ta_1 = require("../CryptographicMessageSyntax/KeyEncryptionAlgorithmIdentifier.ta");
11
+ var CMSVersion_ta_2 = require("../CryptographicMessageSyntax/CMSVersion.ta");
12
+ Object.defineProperty(exports, "CMSVersion_v0", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v0; } }); /* IMPORTED_LONG_NAMED_INTEGER */
13
+ Object.defineProperty(exports, "CMSVersion_v1", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v1; } }); /* IMPORTED_LONG_NAMED_INTEGER */
14
+ Object.defineProperty(exports, "CMSVersion_v2", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v2; } }); /* IMPORTED_LONG_NAMED_INTEGER */
15
+ Object.defineProperty(exports, "CMSVersion_v3", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v3; } }); /* IMPORTED_LONG_NAMED_INTEGER */
16
+ Object.defineProperty(exports, "CMSVersion_v4", { enumerable: true, get: function () { return CMSVersion_ta_2.CMSVersion_v4; } }); /* IMPORTED_LONG_NAMED_INTEGER */
17
+ Object.defineProperty(exports, "v0", { enumerable: true, get: function () { return CMSVersion_ta_2.v0; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
18
+ Object.defineProperty(exports, "v1", { enumerable: true, get: function () { return CMSVersion_ta_2.v1; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
19
+ Object.defineProperty(exports, "v2", { enumerable: true, get: function () { return CMSVersion_ta_2.v2; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
20
+ Object.defineProperty(exports, "v3", { enumerable: true, get: function () { return CMSVersion_ta_2.v3; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
21
+ Object.defineProperty(exports, "v4", { enumerable: true, get: function () { return CMSVersion_ta_2.v4; } }); /* IMPORTED_SHORT_NAMED_INTEGER */
22
+ Object.defineProperty(exports, "_decode_CMSVersion", { enumerable: true, get: function () { return CMSVersion_ta_2._decode_CMSVersion; } });
23
+ Object.defineProperty(exports, "_encode_CMSVersion", { enumerable: true, get: function () { return CMSVersion_ta_2._encode_CMSVersion; } });
24
+ var EncryptedKey_ta_2 = require("../CryptographicMessageSyntax/EncryptedKey.ta");
25
+ Object.defineProperty(exports, "_decode_EncryptedKey", { enumerable: true, get: function () { return EncryptedKey_ta_2._decode_EncryptedKey; } });
26
+ Object.defineProperty(exports, "_encode_EncryptedKey", { enumerable: true, get: function () { return EncryptedKey_ta_2._encode_EncryptedKey; } });
27
+ var KEKIdentifier_ta_2 = require("../CryptographicMessageSyntax/KEKIdentifier.ta");
28
+ Object.defineProperty(exports, "KEKIdentifier", { enumerable: true, get: function () { return KEKIdentifier_ta_2.KEKIdentifier; } });
29
+ Object.defineProperty(exports, "_decode_KEKIdentifier", { enumerable: true, get: function () { return KEKIdentifier_ta_2._decode_KEKIdentifier; } });
30
+ Object.defineProperty(exports, "_encode_KEKIdentifier", { enumerable: true, get: function () { return KEKIdentifier_ta_2._encode_KEKIdentifier; } });
31
+ var KeyEncryptionAlgorithmIdentifier_ta_2 = require("../CryptographicMessageSyntax/KeyEncryptionAlgorithmIdentifier.ta");
32
+ Object.defineProperty(exports, "_decode_KeyEncryptionAlgorithmIdentifier", { enumerable: true, get: function () { return KeyEncryptionAlgorithmIdentifier_ta_2._decode_KeyEncryptionAlgorithmIdentifier; } });
33
+ Object.defineProperty(exports, "_encode_KeyEncryptionAlgorithmIdentifier", { enumerable: true, get: function () { return KeyEncryptionAlgorithmIdentifier_ta_2._encode_KeyEncryptionAlgorithmIdentifier; } });
34
+ /* START_OF_SYMBOL_DEFINITION KEKRecipientInfo */
35
+ /**
36
+ * @summary KEKRecipientInfo
37
+ * @description
38
+ *
39
+ * ### ASN.1 Definition:
40
+ *
41
+ * ```asn1
42
+ * KEKRecipientInfo ::= SEQUENCE {
43
+ * version CMSVersion, -- always set to 4
44
+ * kekid KEKIdentifier,
45
+ * keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
46
+ * encryptedKey EncryptedKey
47
+ * }
48
+ * ```
49
+ *
50
+ * @class
51
+ */
52
+ class KEKRecipientInfo {
53
+ constructor(
54
+ /**
55
+ * @summary `version`.
56
+ * @public
57
+ * @readonly
58
+ */
59
+ version,
60
+ /**
61
+ * @summary `kekid`.
62
+ * @public
63
+ * @readonly
64
+ */
65
+ kekid,
66
+ /**
67
+ * @summary `keyEncryptionAlgorithm`.
68
+ * @public
69
+ * @readonly
70
+ */
71
+ keyEncryptionAlgorithm,
72
+ /**
73
+ * @summary `encryptedKey`.
74
+ * @public
75
+ * @readonly
76
+ */
77
+ encryptedKey) {
78
+ this.version = version;
79
+ this.kekid = kekid;
80
+ this.keyEncryptionAlgorithm = keyEncryptionAlgorithm;
81
+ this.encryptedKey = encryptedKey;
82
+ }
83
+ /**
84
+ * @summary Restructures an object into a KEKRecipientInfo
85
+ * @description
86
+ *
87
+ * This takes an `object` and converts it to a `KEKRecipientInfo`.
88
+ *
89
+ * @public
90
+ * @static
91
+ * @method
92
+ * @param {Object} _o An object having all of the keys and values of a `KEKRecipientInfo`.
93
+ * @returns {KEKRecipientInfo}
94
+ */
95
+ static _from_object(_o) {
96
+ return new KEKRecipientInfo(_o.version, _o.kekid, _o.keyEncryptionAlgorithm, _o.encryptedKey);
97
+ }
98
+ }
99
+ exports.KEKRecipientInfo = KEKRecipientInfo;
100
+ /* END_OF_SYMBOL_DEFINITION KEKRecipientInfo */
101
+ /* START_OF_SYMBOL_DEFINITION _root_component_type_list_1_spec_for_KEKRecipientInfo */
102
+ /**
103
+ * @summary The Leading Root Component Types of KEKRecipientInfo
104
+ * @description
105
+ *
106
+ * This is an array of `ComponentSpec`s that define how to decode the leading root component type list of a SET or SEQUENCE.
107
+ *
108
+ * @constant
109
+ */
110
+ exports._root_component_type_list_1_spec_for_KEKRecipientInfo = [
111
+ new $.ComponentSpec("version", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 2), undefined, undefined),
112
+ new $.ComponentSpec("kekid", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 16), undefined, undefined),
113
+ new $.ComponentSpec("keyEncryptionAlgorithm", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 16), undefined, undefined),
114
+ new $.ComponentSpec("encryptedKey", false, $.hasTag(asn1_ts_1.ASN1TagClass.universal, 4), undefined, undefined),
115
+ ];
116
+ /* END_OF_SYMBOL_DEFINITION _root_component_type_list_1_spec_for_KEKRecipientInfo */
117
+ /* START_OF_SYMBOL_DEFINITION _root_component_type_list_2_spec_for_KEKRecipientInfo */
118
+ /**
119
+ * @summary The Trailing Root Component Types of KEKRecipientInfo
120
+ * @description
121
+ *
122
+ * This is an array of `ComponentSpec`s that define how to decode the trailing root component type list of a SET or SEQUENCE.
123
+ *
124
+ * @constant
125
+ */
126
+ exports._root_component_type_list_2_spec_for_KEKRecipientInfo = [];
127
+ /* END_OF_SYMBOL_DEFINITION _root_component_type_list_2_spec_for_KEKRecipientInfo */
128
+ /* START_OF_SYMBOL_DEFINITION _extension_additions_list_spec_for_KEKRecipientInfo */
129
+ /**
130
+ * @summary The Extension Addition Component Types of KEKRecipientInfo
131
+ * @description
132
+ *
133
+ * This is an array of `ComponentSpec`s that define how to decode the extension addition component type list of a SET or SEQUENCE.
134
+ *
135
+ * @constant
136
+ */
137
+ exports._extension_additions_list_spec_for_KEKRecipientInfo = [];
138
+ /* END_OF_SYMBOL_DEFINITION _extension_additions_list_spec_for_KEKRecipientInfo */
139
+ /* START_OF_SYMBOL_DEFINITION _cached_decoder_for_KEKRecipientInfo */
140
+ let _cached_decoder_for_KEKRecipientInfo = null;
141
+ /* END_OF_SYMBOL_DEFINITION _cached_decoder_for_KEKRecipientInfo */
142
+ /* START_OF_SYMBOL_DEFINITION _decode_KEKRecipientInfo */
143
+ /**
144
+ * @summary Decodes an ASN.1 element into a(n) KEKRecipientInfo
145
+ * @function
146
+ * @param {_Element} el The element being decoded.
147
+ * @returns {KEKRecipientInfo} The decoded data structure.
148
+ */
149
+ function _decode_KEKRecipientInfo(el) {
150
+ if (!_cached_decoder_for_KEKRecipientInfo) {
151
+ _cached_decoder_for_KEKRecipientInfo = function (el) {
152
+ const sequence = el.sequence;
153
+ if (sequence.length < 4) {
154
+ throw new asn1_ts_1.ASN1ConstructionError("KEKRecipientInfo contained only " +
155
+ sequence.length.toString() +
156
+ " elements.");
157
+ }
158
+ sequence[0].name = "version";
159
+ sequence[1].name = "kekid";
160
+ sequence[2].name = "keyEncryptionAlgorithm";
161
+ sequence[3].name = "encryptedKey";
162
+ let version;
163
+ let kekid;
164
+ let keyEncryptionAlgorithm;
165
+ let encryptedKey;
166
+ version = CMSVersion_ta_1._decode_CMSVersion(sequence[0]);
167
+ kekid = KEKIdentifier_ta_1._decode_KEKIdentifier(sequence[1]);
168
+ keyEncryptionAlgorithm = KeyEncryptionAlgorithmIdentifier_ta_1._decode_KeyEncryptionAlgorithmIdentifier(sequence[2]);
169
+ encryptedKey = EncryptedKey_ta_1._decode_EncryptedKey(sequence[3]);
170
+ return new KEKRecipientInfo(version, kekid, keyEncryptionAlgorithm, encryptedKey);
171
+ };
172
+ }
173
+ return _cached_decoder_for_KEKRecipientInfo(el);
174
+ }
175
+ exports._decode_KEKRecipientInfo = _decode_KEKRecipientInfo;
176
+ /* END_OF_SYMBOL_DEFINITION _decode_KEKRecipientInfo */
177
+ /* START_OF_SYMBOL_DEFINITION _cached_encoder_for_KEKRecipientInfo */
178
+ let _cached_encoder_for_KEKRecipientInfo = null;
179
+ /* END_OF_SYMBOL_DEFINITION _cached_encoder_for_KEKRecipientInfo */
180
+ /* START_OF_SYMBOL_DEFINITION _encode_KEKRecipientInfo */
181
+ /**
182
+ * @summary Encodes a(n) KEKRecipientInfo into an ASN.1 Element.
183
+ * @function
184
+ * @param {value} el The element being decoded.
185
+ * @param elGetter A function that can be used to get new ASN.1 elements.
186
+ * @returns {_Element} The KEKRecipientInfo, encoded as an ASN.1 Element.
187
+ */
188
+ function _encode_KEKRecipientInfo(value, elGetter) {
189
+ if (!_cached_encoder_for_KEKRecipientInfo) {
190
+ _cached_encoder_for_KEKRecipientInfo = function (value, elGetter) {
191
+ return $._encodeSequence([]
192
+ .concat([
193
+ /* REQUIRED */ CMSVersion_ta_1._encode_CMSVersion(value.version, $.BER),
194
+ /* REQUIRED */ KEKIdentifier_ta_1._encode_KEKIdentifier(value.kekid, $.BER),
195
+ /* REQUIRED */ KeyEncryptionAlgorithmIdentifier_ta_1._encode_KeyEncryptionAlgorithmIdentifier(value.keyEncryptionAlgorithm, $.BER),
196
+ /* REQUIRED */ EncryptedKey_ta_1._encode_EncryptedKey(value.encryptedKey, $.BER),
197
+ ])
198
+ .filter((c) => !!c), $.BER);
199
+ };
200
+ }
201
+ return _cached_encoder_for_KEKRecipientInfo(value, elGetter);
202
+ }
203
+ exports._encode_KEKRecipientInfo = _encode_KEKRecipientInfo;
204
+ /* END_OF_SYMBOL_DEFINITION _encode_KEKRecipientInfo */
205
+ /* eslint-enable */
206
206
  //# sourceMappingURL=KEKRecipientInfo.ta.js.map
@@ -1,39 +1,39 @@
1
- import { ASN1Element as _Element } from "asn1-ts";
2
- import * as $ from "asn1-ts/dist/node/functional";
3
- import { IssuerAndSerialNumber } from "../CryptographicMessageSyntax/IssuerAndSerialNumber.ta";
4
- import { RecipientKeyIdentifier } from "../CryptographicMessageSyntax/RecipientKeyIdentifier.ta";
5
- export { IssuerAndSerialNumber, _decode_IssuerAndSerialNumber, _encode_IssuerAndSerialNumber, } from "../CryptographicMessageSyntax/IssuerAndSerialNumber.ta";
6
- export { RecipientKeyIdentifier, _decode_RecipientKeyIdentifier, _encode_RecipientKeyIdentifier, } from "../CryptographicMessageSyntax/RecipientKeyIdentifier.ta";
7
- /**
8
- * @summary KeyAgreeRecipientIdentifier
9
- * @description
10
- *
11
- * ### ASN.1 Definition:
12
- *
13
- * ```asn1
14
- * KeyAgreeRecipientIdentifier ::= CHOICE {
15
- * issuerAndSerialNumber IssuerAndSerialNumber,
16
- * rKeyId [0] IMPLICIT RecipientKeyIdentifier
17
- * }
18
- * ```
19
- */
20
- export declare type KeyAgreeRecipientIdentifier = {
21
- issuerAndSerialNumber: IssuerAndSerialNumber;
22
- } | {
23
- rKeyId: RecipientKeyIdentifier;
24
- };
25
- /**
26
- * @summary Decodes an ASN.1 element into a(n) KeyAgreeRecipientIdentifier
27
- * @function
28
- * @param {_Element} el The element being decoded.
29
- * @returns {KeyAgreeRecipientIdentifier} The decoded data structure.
30
- */
31
- export declare function _decode_KeyAgreeRecipientIdentifier(el: _Element): KeyAgreeRecipientIdentifier;
32
- /**
33
- * @summary Encodes a(n) KeyAgreeRecipientIdentifier into an ASN.1 Element.
34
- * @function
35
- * @param {value} el The element being decoded.
36
- * @param elGetter A function that can be used to get new ASN.1 elements.
37
- * @returns {_Element} The KeyAgreeRecipientIdentifier, encoded as an ASN.1 Element.
38
- */
39
- export declare function _encode_KeyAgreeRecipientIdentifier(value: KeyAgreeRecipientIdentifier, elGetter: $.ASN1Encoder<KeyAgreeRecipientIdentifier>): _Element;
1
+ import { ASN1Element as _Element } from "asn1-ts";
2
+ import * as $ from "asn1-ts/dist/node/functional";
3
+ import { IssuerAndSerialNumber } from "../CryptographicMessageSyntax/IssuerAndSerialNumber.ta";
4
+ import { RecipientKeyIdentifier } from "../CryptographicMessageSyntax/RecipientKeyIdentifier.ta";
5
+ export { IssuerAndSerialNumber, _decode_IssuerAndSerialNumber, _encode_IssuerAndSerialNumber, } from "../CryptographicMessageSyntax/IssuerAndSerialNumber.ta";
6
+ export { RecipientKeyIdentifier, _decode_RecipientKeyIdentifier, _encode_RecipientKeyIdentifier, } from "../CryptographicMessageSyntax/RecipientKeyIdentifier.ta";
7
+ /**
8
+ * @summary KeyAgreeRecipientIdentifier
9
+ * @description
10
+ *
11
+ * ### ASN.1 Definition:
12
+ *
13
+ * ```asn1
14
+ * KeyAgreeRecipientIdentifier ::= CHOICE {
15
+ * issuerAndSerialNumber IssuerAndSerialNumber,
16
+ * rKeyId [0] IMPLICIT RecipientKeyIdentifier
17
+ * }
18
+ * ```
19
+ */
20
+ export declare type KeyAgreeRecipientIdentifier = {
21
+ issuerAndSerialNumber: IssuerAndSerialNumber;
22
+ } | {
23
+ rKeyId: RecipientKeyIdentifier;
24
+ };
25
+ /**
26
+ * @summary Decodes an ASN.1 element into a(n) KeyAgreeRecipientIdentifier
27
+ * @function
28
+ * @param {_Element} el The element being decoded.
29
+ * @returns {KeyAgreeRecipientIdentifier} The decoded data structure.
30
+ */
31
+ export declare function _decode_KeyAgreeRecipientIdentifier(el: _Element): KeyAgreeRecipientIdentifier;
32
+ /**
33
+ * @summary Encodes a(n) KeyAgreeRecipientIdentifier into an ASN.1 Element.
34
+ * @function
35
+ * @param {value} el The element being decoded.
36
+ * @param elGetter A function that can be used to get new ASN.1 elements.
37
+ * @returns {_Element} The KeyAgreeRecipientIdentifier, encoded as an ASN.1 Element.
38
+ */
39
+ export declare function _encode_KeyAgreeRecipientIdentifier(value: KeyAgreeRecipientIdentifier, elGetter: $.ASN1Encoder<KeyAgreeRecipientIdentifier>): _Element;
@@ -1,68 +1,68 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports._encode_KeyAgreeRecipientIdentifier = exports._decode_KeyAgreeRecipientIdentifier = exports._encode_RecipientKeyIdentifier = exports._decode_RecipientKeyIdentifier = exports.RecipientKeyIdentifier = exports._encode_IssuerAndSerialNumber = exports._decode_IssuerAndSerialNumber = exports.IssuerAndSerialNumber = void 0;
4
- /* eslint-disable */
5
- const asn1_ts_1 = require("asn1-ts");
6
- const $ = require("asn1-ts/dist/node/functional");
7
- const IssuerAndSerialNumber_ta_1 = require("../CryptographicMessageSyntax/IssuerAndSerialNumber.ta");
8
- const RecipientKeyIdentifier_ta_1 = require("../CryptographicMessageSyntax/RecipientKeyIdentifier.ta");
9
- var IssuerAndSerialNumber_ta_2 = require("../CryptographicMessageSyntax/IssuerAndSerialNumber.ta");
10
- Object.defineProperty(exports, "IssuerAndSerialNumber", { enumerable: true, get: function () { return IssuerAndSerialNumber_ta_2.IssuerAndSerialNumber; } });
11
- Object.defineProperty(exports, "_decode_IssuerAndSerialNumber", { enumerable: true, get: function () { return IssuerAndSerialNumber_ta_2._decode_IssuerAndSerialNumber; } });
12
- Object.defineProperty(exports, "_encode_IssuerAndSerialNumber", { enumerable: true, get: function () { return IssuerAndSerialNumber_ta_2._encode_IssuerAndSerialNumber; } });
13
- var RecipientKeyIdentifier_ta_2 = require("../CryptographicMessageSyntax/RecipientKeyIdentifier.ta");
14
- Object.defineProperty(exports, "RecipientKeyIdentifier", { enumerable: true, get: function () { return RecipientKeyIdentifier_ta_2.RecipientKeyIdentifier; } });
15
- Object.defineProperty(exports, "_decode_RecipientKeyIdentifier", { enumerable: true, get: function () { return RecipientKeyIdentifier_ta_2._decode_RecipientKeyIdentifier; } });
16
- Object.defineProperty(exports, "_encode_RecipientKeyIdentifier", { enumerable: true, get: function () { return RecipientKeyIdentifier_ta_2._encode_RecipientKeyIdentifier; } });
17
- /* END_OF_SYMBOL_DEFINITION KeyAgreeRecipientIdentifier */
18
- /* START_OF_SYMBOL_DEFINITION _cached_decoder_for_KeyAgreeRecipientIdentifier */
19
- let _cached_decoder_for_KeyAgreeRecipientIdentifier = null;
20
- /* END_OF_SYMBOL_DEFINITION _cached_decoder_for_KeyAgreeRecipientIdentifier */
21
- /* START_OF_SYMBOL_DEFINITION _decode_KeyAgreeRecipientIdentifier */
22
- /**
23
- * @summary Decodes an ASN.1 element into a(n) KeyAgreeRecipientIdentifier
24
- * @function
25
- * @param {_Element} el The element being decoded.
26
- * @returns {KeyAgreeRecipientIdentifier} The decoded data structure.
27
- */
28
- function _decode_KeyAgreeRecipientIdentifier(el) {
29
- if (!_cached_decoder_for_KeyAgreeRecipientIdentifier) {
30
- _cached_decoder_for_KeyAgreeRecipientIdentifier = $._decode_inextensible_choice({
31
- "UNIVERSAL 16": [
32
- "issuerAndSerialNumber",
33
- IssuerAndSerialNumber_ta_1._decode_IssuerAndSerialNumber,
34
- ],
35
- "CONTEXT 0": [
36
- "rKeyId",
37
- $._decode_implicit(() => RecipientKeyIdentifier_ta_1._decode_RecipientKeyIdentifier),
38
- ],
39
- });
40
- }
41
- return _cached_decoder_for_KeyAgreeRecipientIdentifier(el);
42
- }
43
- exports._decode_KeyAgreeRecipientIdentifier = _decode_KeyAgreeRecipientIdentifier;
44
- /* END_OF_SYMBOL_DEFINITION _decode_KeyAgreeRecipientIdentifier */
45
- /* START_OF_SYMBOL_DEFINITION _cached_encoder_for_KeyAgreeRecipientIdentifier */
46
- let _cached_encoder_for_KeyAgreeRecipientIdentifier = null;
47
- /* END_OF_SYMBOL_DEFINITION _cached_encoder_for_KeyAgreeRecipientIdentifier */
48
- /* START_OF_SYMBOL_DEFINITION _encode_KeyAgreeRecipientIdentifier */
49
- /**
50
- * @summary Encodes a(n) KeyAgreeRecipientIdentifier into an ASN.1 Element.
51
- * @function
52
- * @param {value} el The element being decoded.
53
- * @param elGetter A function that can be used to get new ASN.1 elements.
54
- * @returns {_Element} The KeyAgreeRecipientIdentifier, encoded as an ASN.1 Element.
55
- */
56
- function _encode_KeyAgreeRecipientIdentifier(value, elGetter) {
57
- if (!_cached_encoder_for_KeyAgreeRecipientIdentifier) {
58
- _cached_encoder_for_KeyAgreeRecipientIdentifier = $._encode_choice({
59
- issuerAndSerialNumber: IssuerAndSerialNumber_ta_1._encode_IssuerAndSerialNumber,
60
- rKeyId: $._encode_implicit(asn1_ts_1.ASN1TagClass.context, 0, () => RecipientKeyIdentifier_ta_1._encode_RecipientKeyIdentifier, $.BER),
61
- }, $.BER);
62
- }
63
- return _cached_encoder_for_KeyAgreeRecipientIdentifier(value, elGetter);
64
- }
65
- exports._encode_KeyAgreeRecipientIdentifier = _encode_KeyAgreeRecipientIdentifier;
66
- /* END_OF_SYMBOL_DEFINITION _encode_KeyAgreeRecipientIdentifier */
67
- /* eslint-enable */
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports._encode_KeyAgreeRecipientIdentifier = exports._decode_KeyAgreeRecipientIdentifier = exports._encode_RecipientKeyIdentifier = exports._decode_RecipientKeyIdentifier = exports.RecipientKeyIdentifier = exports._encode_IssuerAndSerialNumber = exports._decode_IssuerAndSerialNumber = exports.IssuerAndSerialNumber = void 0;
4
+ /* eslint-disable */
5
+ const asn1_ts_1 = require("asn1-ts");
6
+ const $ = require("asn1-ts/dist/node/functional");
7
+ const IssuerAndSerialNumber_ta_1 = require("../CryptographicMessageSyntax/IssuerAndSerialNumber.ta");
8
+ const RecipientKeyIdentifier_ta_1 = require("../CryptographicMessageSyntax/RecipientKeyIdentifier.ta");
9
+ var IssuerAndSerialNumber_ta_2 = require("../CryptographicMessageSyntax/IssuerAndSerialNumber.ta");
10
+ Object.defineProperty(exports, "IssuerAndSerialNumber", { enumerable: true, get: function () { return IssuerAndSerialNumber_ta_2.IssuerAndSerialNumber; } });
11
+ Object.defineProperty(exports, "_decode_IssuerAndSerialNumber", { enumerable: true, get: function () { return IssuerAndSerialNumber_ta_2._decode_IssuerAndSerialNumber; } });
12
+ Object.defineProperty(exports, "_encode_IssuerAndSerialNumber", { enumerable: true, get: function () { return IssuerAndSerialNumber_ta_2._encode_IssuerAndSerialNumber; } });
13
+ var RecipientKeyIdentifier_ta_2 = require("../CryptographicMessageSyntax/RecipientKeyIdentifier.ta");
14
+ Object.defineProperty(exports, "RecipientKeyIdentifier", { enumerable: true, get: function () { return RecipientKeyIdentifier_ta_2.RecipientKeyIdentifier; } });
15
+ Object.defineProperty(exports, "_decode_RecipientKeyIdentifier", { enumerable: true, get: function () { return RecipientKeyIdentifier_ta_2._decode_RecipientKeyIdentifier; } });
16
+ Object.defineProperty(exports, "_encode_RecipientKeyIdentifier", { enumerable: true, get: function () { return RecipientKeyIdentifier_ta_2._encode_RecipientKeyIdentifier; } });
17
+ /* END_OF_SYMBOL_DEFINITION KeyAgreeRecipientIdentifier */
18
+ /* START_OF_SYMBOL_DEFINITION _cached_decoder_for_KeyAgreeRecipientIdentifier */
19
+ let _cached_decoder_for_KeyAgreeRecipientIdentifier = null;
20
+ /* END_OF_SYMBOL_DEFINITION _cached_decoder_for_KeyAgreeRecipientIdentifier */
21
+ /* START_OF_SYMBOL_DEFINITION _decode_KeyAgreeRecipientIdentifier */
22
+ /**
23
+ * @summary Decodes an ASN.1 element into a(n) KeyAgreeRecipientIdentifier
24
+ * @function
25
+ * @param {_Element} el The element being decoded.
26
+ * @returns {KeyAgreeRecipientIdentifier} The decoded data structure.
27
+ */
28
+ function _decode_KeyAgreeRecipientIdentifier(el) {
29
+ if (!_cached_decoder_for_KeyAgreeRecipientIdentifier) {
30
+ _cached_decoder_for_KeyAgreeRecipientIdentifier = $._decode_inextensible_choice({
31
+ "UNIVERSAL 16": [
32
+ "issuerAndSerialNumber",
33
+ IssuerAndSerialNumber_ta_1._decode_IssuerAndSerialNumber,
34
+ ],
35
+ "CONTEXT 0": [
36
+ "rKeyId",
37
+ $._decode_implicit(() => RecipientKeyIdentifier_ta_1._decode_RecipientKeyIdentifier),
38
+ ],
39
+ });
40
+ }
41
+ return _cached_decoder_for_KeyAgreeRecipientIdentifier(el);
42
+ }
43
+ exports._decode_KeyAgreeRecipientIdentifier = _decode_KeyAgreeRecipientIdentifier;
44
+ /* END_OF_SYMBOL_DEFINITION _decode_KeyAgreeRecipientIdentifier */
45
+ /* START_OF_SYMBOL_DEFINITION _cached_encoder_for_KeyAgreeRecipientIdentifier */
46
+ let _cached_encoder_for_KeyAgreeRecipientIdentifier = null;
47
+ /* END_OF_SYMBOL_DEFINITION _cached_encoder_for_KeyAgreeRecipientIdentifier */
48
+ /* START_OF_SYMBOL_DEFINITION _encode_KeyAgreeRecipientIdentifier */
49
+ /**
50
+ * @summary Encodes a(n) KeyAgreeRecipientIdentifier into an ASN.1 Element.
51
+ * @function
52
+ * @param {value} el The element being decoded.
53
+ * @param elGetter A function that can be used to get new ASN.1 elements.
54
+ * @returns {_Element} The KeyAgreeRecipientIdentifier, encoded as an ASN.1 Element.
55
+ */
56
+ function _encode_KeyAgreeRecipientIdentifier(value, elGetter) {
57
+ if (!_cached_encoder_for_KeyAgreeRecipientIdentifier) {
58
+ _cached_encoder_for_KeyAgreeRecipientIdentifier = $._encode_choice({
59
+ issuerAndSerialNumber: IssuerAndSerialNumber_ta_1._encode_IssuerAndSerialNumber,
60
+ rKeyId: $._encode_implicit(asn1_ts_1.ASN1TagClass.context, 0, () => RecipientKeyIdentifier_ta_1._encode_RecipientKeyIdentifier, $.BER),
61
+ }, $.BER);
62
+ }
63
+ return _cached_encoder_for_KeyAgreeRecipientIdentifier(value, elGetter);
64
+ }
65
+ exports._encode_KeyAgreeRecipientIdentifier = _encode_KeyAgreeRecipientIdentifier;
66
+ /* END_OF_SYMBOL_DEFINITION _encode_KeyAgreeRecipientIdentifier */
67
+ /* eslint-enable */
68
68
  //# sourceMappingURL=KeyAgreeRecipientIdentifier.ta.js.map