We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1778ccf commit e855013Copy full SHA for e855013
mail/src/main/java/org/bouncycastle/mail/smime/SMIMESigned.java
@@ -23,6 +23,8 @@
23
/**
24
* general class for handling a pkcs7-signature message.
25
* <p>
26
+ * (SMIMESignedParser may be preferred e.g. for large files, since it avoids loading all the data at once).
27
+ * <p>
28
* A simple example of usage - note, in the example below the validity of
29
* the certificate isn't verified, just the fact that one of the certs
30
* matches the given signer...
0 commit comments