Package org.bouncycastle.mime.smime
Class SMIMESignedWriter
java.lang.Object
org.bouncycastle.mime.MimeWriter
org.bouncycastle.mime.smime.SMIMESignedWriter
Writer for SMIME Signed objects.
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.bouncycastle.mime.MimeWriter
headers
-
Method Summary
Modifier and TypeMethodDescriptionReturn a content stream for the signer - note data written to this stream needs to properly canonicalised if necessary.Methods inherited from class org.bouncycastle.mime.MimeWriter
getHeaders, mapToLines
-
Field Details
-
RFC3851_MICALGS
-
RFC5751_MICALGS
-
STANDARD_MICALGS
-
-
Method Details
-
getContentStream
Return a content stream for the signer - note data written to this stream needs to properly canonicalised if necessary.- Specified by:
getContentStream
in classMimeWriter
- Returns:
- an output stream for data to be signed to be written to.
- Throws:
IOException
- on a stream error.
-