tencentcloud-sdk-ssl 3.0.636 → 3.0.638
Sign up to get free protection for your applications and to get access to all the features.
- 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: eb2d0f84263dcb5921dc9d5f4f11080dea687da5
|
4
|
+
data.tar.gz: 3e7ab000e5d57c69a3eb8f6dc0ceef5b4dbb60d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4d04a5ad65de159bfdf4f41f1d55e2dcf73d89582d6d724d74f273205cd7015add3cf5183bcb2e42771721fb10479d03ee654f023e99651a49878b5b2de16fd
|
7
|
+
data.tar.gz: b26e9d12ece49ab4db61c9b1cb3b038032f70bea2cfd9c689a66c03ab21728121a0f5ba1f2f55dc3b07d41883ddc34d9dc73f1acaae789dbe08f726d55cee41e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.638
|
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.638
|
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-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|