@@ -98,7 +98,7 @@ Type: STRING
98
98
99
99
100
100
### PGP Decrypt
101
- Name: PGPdecrypt
101
+ Name: pgpDecrypt
102
102
103
103
Decrypts PGP encrypted file using private key and passphrase.
104
104
@@ -114,7 +114,7 @@ Decrypts PGP encrypted file using private key and passphrase.
114
114
``` json
115
115
{
116
116
"label" : " PGP Decrypt" ,
117
- "name" : " PGPdecrypt " ,
117
+ "name" : " pgpDecrypt " ,
118
118
"parameters" : {
119
119
"privateKey" : " " ,
120
120
"file" : {
@@ -125,7 +125,7 @@ Decrypts PGP encrypted file using private key and passphrase.
125
125
},
126
126
"passphrase" : " "
127
127
},
128
- "type" : " cryptoHelper/v1/PGPdecrypt "
128
+ "type" : " cryptoHelper/v1/pgpDecrypt "
129
129
}
130
130
```
131
131
@@ -160,7 +160,7 @@ Type: FILE_ENTRY
160
160
161
161
162
162
### PGP Encrypt
163
- Name: PGPencrypt
163
+ Name: pgpEncrypt
164
164
165
165
Encrypts the file using PGP public key.
166
166
@@ -175,7 +175,7 @@ Encrypts the file using PGP public key.
175
175
``` json
176
176
{
177
177
"label" : " PGP Encrypt" ,
178
- "name" : " PGPencrypt " ,
178
+ "name" : " pgpEncrypt " ,
179
179
"parameters" : {
180
180
"publicKey" : " " ,
181
181
"file" : {
@@ -185,7 +185,7 @@ Encrypts the file using PGP public key.
185
185
"url" : " "
186
186
}
187
187
},
188
- "type" : " cryptoHelper/v1/PGPencrypt "
188
+ "type" : " cryptoHelper/v1/pgpEncrypt "
189
189
}
190
190
```
191
191
@@ -220,7 +220,7 @@ Type: FILE_ENTRY
220
220
221
221
222
222
### RSA Decrypt
223
- Name: RSAdecrypt
223
+ Name: rsaDecrypt
224
224
225
225
Decrypts RSA encrypted file using RSA private key.
226
226
@@ -235,7 +235,7 @@ Decrypts RSA encrypted file using RSA private key.
235
235
``` json
236
236
{
237
237
"label" : " RSA Decrypt" ,
238
- "name" : " RSAdecrypt " ,
238
+ "name" : " rsaDecrypt " ,
239
239
"parameters" : {
240
240
"privateKey" : " " ,
241
241
"file" : {
@@ -245,7 +245,7 @@ Decrypts RSA encrypted file using RSA private key.
245
245
"url" : " "
246
246
}
247
247
},
248
- "type" : " cryptoHelper/v1/RSAdecrypt "
248
+ "type" : " cryptoHelper/v1/rsaDecrypt "
249
249
}
250
250
```
251
251
@@ -280,7 +280,7 @@ Type: FILE_ENTRY
280
280
281
281
282
282
### RSA Encrypt
283
- Name: RSAencrypt
283
+ Name: rsaEncrypt
284
284
285
285
Encrypts the file using the RSA public key.
286
286
@@ -295,7 +295,7 @@ Encrypts the file using the RSA public key.
295
295
``` json
296
296
{
297
297
"label" : " RSA Encrypt" ,
298
- "name" : " RSAencrypt " ,
298
+ "name" : " rsaEncrypt " ,
299
299
"parameters" : {
300
300
"publicKey" : " " ,
301
301
"file" : {
@@ -305,7 +305,7 @@ Encrypts the file using the RSA public key.
305
305
"url" : " "
306
306
}
307
307
},
308
- "type" : " cryptoHelper/v1/RSAencrypt "
308
+ "type" : " cryptoHelper/v1/rsaEncrypt "
309
309
}
310
310
```
311
311
0 commit comments