File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 22 == NOTICE file for use with the Apache License, Version 2.0 ==
33 =========================================================================
44
5- Simple Java Mail - Master Project
5+ Simple Java Mail - utils-mail-smime
66 Copyright (C) 2021 Benny Bottema (
[email protected] )
77 Copyright (C) 2015 Torsten Krause
88 Copyright (C) 2003 Lijun Liao, Allen Petersen
Original file line number Diff line number Diff line change @@ -205,19 +205,4 @@ boolean validSignature = SmimeUtil.checkSignature(mimePart)
205205MimeBodyPart signedContent = SmimeUtil . getSignedContent(mimePart);
206206```
207207
208- If the messages S/MIME state is ` NEITHER ` it just means that the message is neither S/MIME encrypted nor S/MIME signed. It may be encrypted or signed by some other means.
209-
210- [ SmimeKey ] : https://markenwerk.github.io/java-utils-mail-smime/index.html?net/markenwerk/utils/mail/smime/SmimeKey.html
211- [ SmimeKeyStore ] : https://markenwerk.github.io/java-utils-mail-smime/index.html?net/markenwerk/utils/mail/smime/SmimeKeyStore.html
212- [ SmimeState ] : https://markenwerk.github.io/java-utils-mail-smime/index.html?net/markenwerk/utils/mail/smime/SmimeState.html
213- [ SmimeUtil ] : https://markenwerk.github.io/java-utils-mail-smime/index.html?net/markenwerk/utils/mail/smime/SmimeUtil.html
214-
215- [ BouncyCastleProvider ] : http://www.bouncycastle.org/docs/docs1.5on/index.html?org/bouncycastle/jce/provider/BouncyCastleProvider.html
216-
217- [ MimeMessage ] : http://javamail.java.net/nonav/docs/api/index.html?javax/mail/internet/MimeMessage.html
218- [ Session ] : http://javamail.java.net/nonav/docs/api/index.html?javax/mail/Session.html
219-
220- [ FileInputStream ] : http://docs.oracle.com/javase/8/docs/api/index.html?java/io/FileInputStream.html
221- [ InputStream ] : http://docs.oracle.com/javase/8/docs/api/index.html?java/io/InputStream.html
222- [ PrivateKey ] : http://docs.oracle.com/javase/8/docs/api/index.html?java/security/PrivateKey.html
223- [ X509Certificate ] : http://docs.oracle.com/javase/8/docs/api/index.html?java/security/cert/X509Certificate.html
208+ If the messages S/MIME state is ` NEITHER ` it just means that the message is neither S/MIME encrypted nor S/MIME signed. It may be encrypted or signed by some other means.
You can’t perform that action at this time.
0 commit comments