public static final class SignApi.Crypto.SignedCms extends Object
| Modifier and Type | Method and Description |
|---|---|
Optional<SignApi.Crypto.SignedAttributes> |
getSignedAttributes()
Gets the signed attributes.
|
static Optional<SignApi.Crypto.SignedCms> |
of(SignApi.Crypto.X509Certificate signerCertificate,
SignApi.Crypto.SignedAttributes signedAttributes,
SignApi.Crypto.RsaSignature rsaSignature)
Gets a SignedCms object with the given contents.
|
public static Optional<SignApi.Crypto.SignedCms> of(SignApi.Crypto.X509Certificate signerCertificate, SignApi.Crypto.SignedAttributes signedAttributes, SignApi.Crypto.RsaSignature rsaSignature)
signerCertificate - The signer's certificate.signedAttributes - The signed attributes.rsaSignature - The RSA signature.public Optional<SignApi.Crypto.SignedAttributes> getSignedAttributes()
Copyright © 2025. All rights reserved.