| Modifier and Type | Method and Description |
|---|---|
static SmimeKey |
SmimeKey.loadCertificate(InputStream stream)
Load a new
SmimeKey with the given certificate from string -----CERTIFICATE----- |
static SmimeKey |
SmimeKey.loadCertificate(String crtPath)
Load a new
SmimeKey with the given private key and certificate from string -----CERTIFICATE----- |
static SmimeKey |
SmimeKey.loadPFX(InputStream stream,
char[] password)
Load a new
SmimeKey with the given private key and certificate from PFX store |
static SmimeKey |
SmimeKey.loadPFX(InputStream stream,
String alias,
char[] password)
Load a new
SmimeKey with the given private key and certificate from PFX store |
static SmimeKey |
SmimeKey.loadPFX(String pfxPath,
char[] password)
Load a new
SmimeKey with the given private key and certificate from PFX store |
static SmimeKey |
SmimeKey.loadPFX(String pfxPath,
String alias,
char[] password)
Load a new
SmimeKey with the given private key and certificate from PFX store |
static SmimeKey |
SmimeKey.loadPrivateKey(InputStream stream)
Load a new
SmimeKey with the given private key from string ---RSA PRIVATE KEY---. |
static SmimeKey |
SmimeKey.loadPrivateKey(String keyPath)
Load a new
SmimeKey with the given private key from string -----RSA PRIVATE KEY----- |
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailMessage.attachDetachedSignature(SmimeKey key)
Creates a signed message.
|
MailMessage |
SecureEmailManager.attachSignature(MailMessage msg,
SmimeKey key)
Creates a copy of the specified MailMessage and adds a digital signature to it.
|
MailMessage |
SecureEmailManager.attachSignature(MailMessage msg,
SmimeKey key,
SignatureOptions options)
Creates a copy of the specified MailMessage and adds a digital signature to it.
|
MapiMessage |
SecureEmailManager.attachSignature(MapiMessage msg,
SmimeKey key)
Creates a copy of the specified MapiMessage and adds a digital signature to it.
|
MapiMessage |
SecureEmailManager.attachSignature(MapiMessage msg,
SmimeKey key,
SignatureOptions options)
Creates a copy of the specified MapiMessage and adds a digital signature to it.
|
MailMessage |
MailMessage.attachSignature(SmimeKey key)
Creates a signed message.
|
MailMessage |
MailMessage.attachSignature(SmimeKey key,
boolean detached)
Creates a signed message.
|
SmimeResult |
SecureEmailManager.checkSignature(MailMessage msg,
SmimeKey key)
Checking signature MailMessage.
|
SmimeResult |
SecureEmailManager.checkSignature(MapiMessage msg,
SmimeKey key)
Checking signature MapiMessage.
|
MailMessage |
MailMessage.decrypt(SmimeKey key)
Decrypts this message
|
MapiMessage |
MapiMessage.decrypt(SmimeKey key)
Decrypts this message
|
MailMessage |
MailMessage.encrypt(SmimeKey key)
Encrypts this message.
|
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.