public class SMIMESignedWriter extends MimeWriter
Modifier and Type | Class and Description |
---|---|
static class |
SMIMESignedWriter.Builder |
Modifier and Type | Field and Description |
---|---|
static Map |
RFC3851_MICALGS |
static Map |
RFC5751_MICALGS |
static Map |
STANDARD_MICALGS |
headers
Modifier and Type | Method and Description |
---|---|
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 Map RFC3851_MICALGS
public static final Map RFC5751_MICALGS
public static final Map STANDARD_MICALGS
public OutputStream getContentStream() throws IOException
getContentStream
in class MimeWriter
IOException
- on a stream error.Copyright © 2020 BouncyCastle.org. All rights reserved.