Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class AttachmentCodec(var contentType: ContentTypeId = ContentTypeAttachment) : ContentCodec<Attachment>
Link copied to clipboard
Link copied to clipboard
class CompositePartBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ContentTypeIdBuilder
Link copied to clipboard
data class DecodedComposite(var parts: List<DecodedComposite> = listOf(), var encodedContent: EncodedContent? = null)
Link copied to clipboard
Link copied to clipboard
data class EncryptedEncodedContent(val contentDigest: String, val secret: ByteString, val salt: ByteString, val nonce: ByteString, val payload: ByteString, val contentLength: Int? = null, val filename: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RemoteAttachmentCodec(var contentType: ContentTypeId = ContentTypeRemoteAttachment) : ContentCodec<RemoteAttachment>
Link copied to clipboard