| Package | Description |
|---|---|
| network.oxalis.as2.model | |
| network.oxalis.as2.util |
| Modifier and Type | Method and Description |
|---|---|
static As2DispositionNotificationOptions |
As2DispositionNotificationOptions.getDefault(SMimeDigestMethod digestMethod) |
| Constructor and Description |
|---|
Mic(String digestAsString,
SMimeDigestMethod algorithm) |
| Modifier and Type | Method and Description |
|---|---|
static SMimeDigestMethod |
SMimeDigestMethod.findByDigestMethod(network.oxalis.vefa.peppol.common.code.DigestMethod digestMethod) |
static SMimeDigestMethod |
SMimeDigestMethod.findByIdentifier(String identifier) |
static SMimeDigestMethod |
SMimeDigestMethod.findByTransportProfile(network.oxalis.vefa.peppol.common.model.TransportProfile transportProfile) |
static SMimeDigestMethod |
SMimeDigestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMimeDigestMethod[] |
SMimeDigestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static network.oxalis.vefa.peppol.common.model.Digest |
MimeMessageHelper.calculateMic(javax.mail.internet.MimeBodyPart bodyPart,
SMimeDigestMethod digestMethod)
Calculates sha1 mic based on the MIME body part.
|
static byte[] |
SMimeBC.createSignature(byte[] digest,
SMimeDigestMethod digestMethod,
PrivateKey privateKey,
X509Certificate certificate) |
javax.mail.internet.MimeMessage |
SMimeMessageFactory.createSignedMimeMessage(InputStream inputStream,
MimeType mimeType,
SMimeDigestMethod digestMethod)
Creates a new S/MIME message having the supplied MimeType as the "content-type"
|
javax.mail.internet.MimeMessage |
SMimeMessageFactory.createSignedMimeMessage(javax.mail.internet.MimeBodyPart mimeBodyPart,
SMimeDigestMethod digestMethod)
Creates an S/MIME message using the supplied MimeBodyPart.
|
javax.mail.internet.MimeMessage |
SMimeMessageFactory.createSignedMimeMessage(String msg,
MimeType mimeType,
SMimeDigestMethod digestMethod)
Creates an S/MIME message from the supplied String, having the supplied MimeType as the "content-type".
|
javax.mail.internet.MimeMessage |
SMimeMessageFactory.createSignedMimeMessageNew(javax.mail.internet.MimeBodyPart mimeBodyPart,
network.oxalis.vefa.peppol.common.model.Digest digest,
SMimeDigestMethod digestMethod) |
Copyright © 2022 NorStella. All rights reserved.