Modifier and Type | Method and Description |
---|---|
static Optional<SignApi.Crypto.RsaSignature> |
SignApi.Crypto.RsaSignature.of(byte[] octets)
Gets an RSA signature object with the given octets.
|
static Optional<SignApi.Crypto.RsaSignature> |
SignApi.Crypto.RsaSignature.of(byte[] octets)
Gets an RSA signature object with the given octets.
|
Optional<SignApi.Crypto.RsaSignature> |
SignApi.Crypto.X509Certificate.signHashSha256(byte[] hash)
Signs the hash.
|
Optional<SignApi.Crypto.RsaSignature> |
SignApi.Crypto.X509Certificate.signHashSha256(byte[] hash)
Signs the hash.
|
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.