Modifier and Type | Method and Description |
---|---|
static Optional<SignApi.Crypto.X509Certificate> |
SignApi.Crypto.X509Certificate.ofPkcs12AndPassword(byte[] pkcs12,
String password)
Gets a certificate object out of the given PCKS12 file and password.
|
static Optional<SignApi.Crypto.X509Certificate> |
SignApi.Crypto.X509Certificate.ofPkcs12AndPassword(byte[] pkcs12,
String password)
Gets a certificate object out of the given PCKS12 file and password.
|
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.