提交 7166072b 编写于 作者: H haixiangw

修改API10的链接问题

Signed-off-by: Nhaixiangw <wanghaixiang@huawei.com>
上级 52764c45
......@@ -1208,9 +1208,9 @@ createCertExtension(inStream : EncodingBlob, callback : AsyncCallback<CertExtens
**参数**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ------------------------------------------------------------ | ---- | -------------------------- |
| -------- | ------------------------------------------------- | ---- | -------------------------- |
| inStream | [EncodingBlob](#encodingblob) | 是 | 表示证书扩展域段序列化数据 |
| callback | AsyncCallback\<[CertExtension](#certextension<sup>10+</sup>)> | 是 | 回调函数。表示扩展域段对象 |
| callback | AsyncCallback\<[CertExtension](#certextension10)> | 是 | 回调函数。表示扩展域段对象 |
**错误码:**
......@@ -1256,8 +1256,8 @@ createCertExtension(inStream : EncodingBlob) : Promise<CertExtension>
**返回值**
| 类型 | 说明 |
| ------------------------------------------------------- | -------------------- |
| Promise\<[CertExtension](#certextension<sup>10+</sup>)> | 表示证书扩展域段对象 |
| ------------------------------------------- | -------------------- |
| Promise\<[CertExtension](#certextension10)> | 表示证书扩展域段对象 |
**错误码:**
......@@ -2099,7 +2099,7 @@ getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry
| 类型 | 说明 |
| ------------ | -------------------- |
| [X509CrlEntry](#509crlentry) | 表示被吊销X509证书对象 |
| [X509CrlEntry](#x509crlentry) | 表示被吊销X509证书对象 |
**错误码:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册