Skip to content

Commit e855013

Browse files
committed
Add to javadoc a pointer to SMIMESignedParser in case of large data.
1 parent 1778ccf commit e855013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mail/src/main/java/org/bouncycastle/mail/smime/SMIMESigned.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
/**
2424
* general class for handling a pkcs7-signature message.
2525
* <p>
26+
* (SMIMESignedParser may be preferred e.g. for large files, since it avoids loading all the data at once).
27+
* <p>
2628
* A simple example of usage - note, in the example below the validity of
2729
* the certificate isn't verified, just the fact that one of the certs
2830
* matches the given signer...

0 commit comments

Comments
 (0)