| Package | Description |
|---|---|
| org.ofdrw.gm.sm2strut | |
| org.ofdrw.gm.sm2strut.builder |
| Modifier and Type | Method and Description |
|---|---|
static SignedData |
SignedData.getInstance(Object o) |
SignedData |
SignedData.setCertificates(org.bouncycastle.asn1.ASN1Set certificates) |
SignedData |
SignedData.setContentInfo(ContentInfo contentInfo) |
SignedData |
SignedData.setCrls(org.bouncycastle.asn1.ASN1Set crls) |
SignedData |
SignedData.setDigestAlgorithms(org.bouncycastle.asn1.ASN1Set digestAlgorithms) |
SignedData |
SignedData.setSignerInfos(org.bouncycastle.asn1.ASN1Set signerInfos) |
SignedData |
SignedData.setVersion(org.bouncycastle.asn1.ASN1Integer version) |
| Modifier and Type | Method and Description |
|---|---|
static SignedData |
SignedDataBuilder.signedData(@NotNull byte[] plaintext,
@NotNull byte[] signature,
@NotNull Certificate certificate)
组装 签名数据类型
|
static SignedData |
SignedDataBuilder.signedData(@NotNull byte[] plaintext,
@NotNull List<CertSigHolder> certSigArr,
List<Certificate> extCertArr)
组装 签名数据类型
|
static SignedData |
PKCS9SignedDataBuilder.signedData(@NotNull byte[] plaintext,
@NotNull Signature signFnc,
@NotNull Certificate signCert,
@Nullable List<Certificate> extCertArr)
组装 签名数据类型
|
Copyright © 2026. All rights reserved.