Modifier and Type | Method and Description |
---|---|
Optional<SignApi.Crypto.SignedAttributes> |
SignApi.Crypto.SignedCms.getSignedAttributes()
Gets the signed attributes.
|
Optional<SignApi.Crypto.SignedAttributes> |
SignApi.Crypto.SignedCms.getSignedAttributes()
Gets the signed attributes.
|
static Optional<SignApi.Crypto.SignedAttributes> |
SignApi.Crypto.SignedAttributes.of(byte[] contentDigest)
Gets a signed attributes object with the given content digest.
|
static Optional<SignApi.Crypto.SignedAttributes> |
SignApi.Crypto.SignedAttributes.of(byte[] contentDigest)
Gets a signed attributes object with the given content digest.
|
Modifier and Type | Method and Description |
---|---|
static Optional<SignApi.Crypto.SignedCms> |
SignApi.Crypto.SignedCms.of(SignApi.Crypto.X509Certificate signerCertificate,
SignApi.Crypto.SignedAttributes signedAttributes,
SignApi.Crypto.RsaSignature rsaSignature)
Gets a SignedCms object with the given contents.
|
static Optional<SignApi.Crypto.SignedCms> |
SignApi.Crypto.SignedCms.of(SignApi.Crypto.X509Certificate signerCertificate,
SignApi.Crypto.SignedAttributes signedAttributes,
SignApi.Crypto.RsaSignature rsaSignature)
Gets a SignedCms object with the given contents.
|
Copyright © 2024. All rights reserved.