Uses of Class
network.oxalis.as2.util.SMimeDigestMethod
-
Packages that use SMimeDigestMethod Package Description network.oxalis.as2.model network.oxalis.as2.util -
-
Uses of SMimeDigestMethod in network.oxalis.as2.model
Methods in network.oxalis.as2.model with parameters of type SMimeDigestMethod Modifier and Type Method Description static As2DispositionNotificationOptionsAs2DispositionNotificationOptions. getDefault(SMimeDigestMethod digestMethod)Constructors in network.oxalis.as2.model with parameters of type SMimeDigestMethod Constructor Description Mic(String digestAsString, SMimeDigestMethod algorithm) -
Uses of SMimeDigestMethod in network.oxalis.as2.util
Methods in network.oxalis.as2.util that return SMimeDigestMethod Modifier and Type Method Description static SMimeDigestMethodSMimeDigestMethod. findByDigestMethod(network.oxalis.vefa.peppol.common.code.DigestMethod digestMethod)static SMimeDigestMethodSMimeDigestMethod. findByIdentifier(String identifier)static SMimeDigestMethodSMimeDigestMethod. findByTransportProfile(network.oxalis.vefa.peppol.common.model.TransportProfile transportProfile)static SMimeDigestMethodSMimeDigestMethod. 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.Methods in network.oxalis.as2.util with parameters of type SMimeDigestMethod Modifier and Type Method Description static network.oxalis.vefa.peppol.common.model.DigestMimeMessageHelper. 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.MimeMessageSMimeMessageFactory. createSignedMimeMessage(InputStream inputStream, javax.activation.MimeType mimeType, SMimeDigestMethod digestMethod)Creates a new S/MIME message having the supplied MimeType as the "content-type"javax.mail.internet.MimeMessageSMimeMessageFactory. createSignedMimeMessage(String msg, javax.activation.MimeType mimeType, SMimeDigestMethod digestMethod)Creates an S/MIME message from the supplied String, having the supplied MimeType as the "content-type".javax.mail.internet.MimeMessageSMimeMessageFactory. createSignedMimeMessage(javax.mail.internet.MimeBodyPart mimeBodyPart, SMimeDigestMethod digestMethod)Creates an S/MIME message using the supplied MimeBodyPart.javax.mail.internet.MimeMessageSMimeMessageFactory. createSignedMimeMessageNew(javax.mail.internet.MimeBodyPart mimeBodyPart, network.oxalis.vefa.peppol.common.model.Digest digest, SMimeDigestMethod digestMethod)
-