mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-21 21:52:43 +08:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
![]() |
import ContentInfo from './ContentInfo.js';
|
||
|
import SignedData from './SignedData.js';
|
||
|
export default class CertificateDataRoot extends ContentInfo<SignedData> {
|
||
|
}
|