public class SMIMESignedWriter extends MimeWriter
Modifier and Type | Class and Description |
---|---|
static class |
SMIMESignedWriter.Builder |
Modifier and Type | Field and Description |
---|---|
static java.util.Map |
RFC3851_MICALGS |
static java.util.Map |
RFC5751_MICALGS |
static java.util.Map |
STANDARD_MICALGS |
headers
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
getContentStream()
Return a content stream for the signer - note data written to this stream needs to properly
canonicalised if necessary.
|
getHeaders, mapToLines
public static final java.util.Map RFC3851_MICALGS
public static final java.util.Map RFC5751_MICALGS
public static final java.util.Map STANDARD_MICALGS
public java.io.OutputStream getContentStream() throws java.io.IOException
getContentStream
in class MimeWriter
java.io.IOException
- on a stream error.