tencentcloud-sdk-ssl 3.0.636 → 3.0.637
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +11 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f59bcae6757f31b2139c950d90b2132aca115a7
|
|
4
|
+
data.tar.gz: 2eb5e3e7e14c4afa4f0bea0a7ea2a8eb4388472f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4014b65a46fed763ed606499ba137fa92ab75a17a643ea384b4f2dfa6b112619bd75e2382a3bfd3f96c24e9197644d9970f63f9b9f2e7551e3a382257551d1a
|
|
7
|
+
data.tar.gz: 9c732d73c161780799bb6c730b587d6dcd1257c2cf11008da25b7bc33aabc3abda97db5b817fd60dfc2e96fca36b3e6aa2ec7afdfa56e625d7e7dfb0d075f023
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.637
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -4279,16 +4279,23 @@ module TencentCloud
|
|
|
4279
4279
|
# @type CsrkeyPassword: String
|
|
4280
4280
|
# @param Reason: 重颁发原因。
|
|
4281
4281
|
# @type Reason: String
|
|
4282
|
+
# @param CertCSREncryptAlgo: CSR加密方式,可选:RSA、ECC、SM2
|
|
4283
|
+
# (CsrType为Online才可选), 默认为RSA
|
|
4284
|
+
# @type CertCSREncryptAlgo: String
|
|
4285
|
+
# @param CertCSRKeyParameter: CSR加密参数,CsrEncryptAlgo为RSA时, 可选2048、4096等默认为2048;CsrEncryptAlgo为ECC时,可选prime256v1,secp384r1等,默认为prime256v1;
|
|
4286
|
+
# @type CertCSRKeyParameter: String
|
|
4282
4287
|
|
|
4283
|
-
attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason
|
|
4288
|
+
attr_accessor :CertificateId, :ValidType, :CsrType, :CsrContent, :CsrkeyPassword, :Reason, :CertCSREncryptAlgo, :CertCSRKeyParameter
|
|
4284
4289
|
|
|
4285
|
-
def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil)
|
|
4290
|
+
def initialize(certificateid=nil, validtype=nil, csrtype=nil, csrcontent=nil, csrkeypassword=nil, reason=nil, certcsrencryptalgo=nil, certcsrkeyparameter=nil)
|
|
4286
4291
|
@CertificateId = certificateid
|
|
4287
4292
|
@ValidType = validtype
|
|
4288
4293
|
@CsrType = csrtype
|
|
4289
4294
|
@CsrContent = csrcontent
|
|
4290
4295
|
@CsrkeyPassword = csrkeypassword
|
|
4291
4296
|
@Reason = reason
|
|
4297
|
+
@CertCSREncryptAlgo = certcsrencryptalgo
|
|
4298
|
+
@CertCSRKeyParameter = certcsrkeyparameter
|
|
4292
4299
|
end
|
|
4293
4300
|
|
|
4294
4301
|
def deserialize(params)
|
|
@@ -4298,6 +4305,8 @@ module TencentCloud
|
|
|
4298
4305
|
@CsrContent = params['CsrContent']
|
|
4299
4306
|
@CsrkeyPassword = params['CsrkeyPassword']
|
|
4300
4307
|
@Reason = params['Reason']
|
|
4308
|
+
@CertCSREncryptAlgo = params['CertCSREncryptAlgo']
|
|
4309
|
+
@CertCSRKeyParameter = params['CertCSRKeyParameter']
|
|
4301
4310
|
end
|
|
4302
4311
|
end
|
|
4303
4312
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ssl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.637
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|