Skip to content

Commit 3b9401b

Browse files
committed
2044 - generated
1 parent 9cbb33b commit 3b9401b

File tree

3 files changed

+2225
-167
lines changed

3 files changed

+2225
-167
lines changed

docs/src/content/docs/reference/components/crypto-helper.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Type: STRING
9898

9999

100100
### PGP Decrypt
101-
Name: PGPdecrypt
101+
Name: pgpDecrypt
102102

103103
Decrypts PGP encrypted file using private key and passphrase.
104104

@@ -114,7 +114,7 @@ Decrypts PGP encrypted file using private key and passphrase.
114114
```json
115115
{
116116
"label" : "PGP Decrypt",
117-
"name" : "PGPdecrypt",
117+
"name" : "pgpDecrypt",
118118
"parameters" : {
119119
"privateKey" : "",
120120
"file" : {
@@ -125,7 +125,7 @@ Decrypts PGP encrypted file using private key and passphrase.
125125
},
126126
"passphrase" : ""
127127
},
128-
"type" : "cryptoHelper/v1/PGPdecrypt"
128+
"type" : "cryptoHelper/v1/pgpDecrypt"
129129
}
130130
```
131131

@@ -160,7 +160,7 @@ Type: FILE_ENTRY
160160

161161

162162
### PGP Encrypt
163-
Name: PGPencrypt
163+
Name: pgpEncrypt
164164

165165
Encrypts the file using PGP public key.
166166

@@ -175,7 +175,7 @@ Encrypts the file using PGP public key.
175175
```json
176176
{
177177
"label" : "PGP Encrypt",
178-
"name" : "PGPencrypt",
178+
"name" : "pgpEncrypt",
179179
"parameters" : {
180180
"publicKey" : "",
181181
"file" : {
@@ -185,7 +185,7 @@ Encrypts the file using PGP public key.
185185
"url" : ""
186186
}
187187
},
188-
"type" : "cryptoHelper/v1/PGPencrypt"
188+
"type" : "cryptoHelper/v1/pgpEncrypt"
189189
}
190190
```
191191

@@ -220,7 +220,7 @@ Type: FILE_ENTRY
220220

221221

222222
### RSA Decrypt
223-
Name: RSAdecrypt
223+
Name: rsaDecrypt
224224

225225
Decrypts RSA encrypted file using RSA private key.
226226

@@ -235,7 +235,7 @@ Decrypts RSA encrypted file using RSA private key.
235235
```json
236236
{
237237
"label" : "RSA Decrypt",
238-
"name" : "RSAdecrypt",
238+
"name" : "rsaDecrypt",
239239
"parameters" : {
240240
"privateKey" : "",
241241
"file" : {
@@ -245,7 +245,7 @@ Decrypts RSA encrypted file using RSA private key.
245245
"url" : ""
246246
}
247247
},
248-
"type" : "cryptoHelper/v1/RSAdecrypt"
248+
"type" : "cryptoHelper/v1/rsaDecrypt"
249249
}
250250
```
251251

@@ -280,7 +280,7 @@ Type: FILE_ENTRY
280280

281281

282282
### RSA Encrypt
283-
Name: RSAencrypt
283+
Name: rsaEncrypt
284284

285285
Encrypts the file using the RSA public key.
286286

@@ -295,7 +295,7 @@ Encrypts the file using the RSA public key.
295295
```json
296296
{
297297
"label" : "RSA Encrypt",
298-
"name" : "RSAencrypt",
298+
"name" : "rsaEncrypt",
299299
"parameters" : {
300300
"publicKey" : "",
301301
"file" : {
@@ -305,7 +305,7 @@ Encrypts the file using the RSA public key.
305305
"url" : ""
306306
}
307307
},
308-
"type" : "cryptoHelper/v1/RSAencrypt"
308+
"type" : "cryptoHelper/v1/rsaEncrypt"
309309
}
310310
```
311311

docs/src/content/docs/reference/components/encryption-helper.md

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)