- attachable
bool attachable()
Undocumented in source. Be warned that the author may not have intended to support it.
- bufferReset
void bufferReset()
Reset the buffer position
- bufferedBlockSize
size_t bufferedBlockSize()
- currentPosition
size_t currentPosition()
- endMsg
void endMsg()
Finish a message, emitting to bufferedBlock and bufferedFinal
Will throw new an exception if less than final_minimum bytes were
written into the filter.
- getTransform
const(Transformation) getTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTransform
Transformation getTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
- keySpec
KeyLengthSpecification keySpec()
Undocumented in source. Be warned that the author may not have intended to support it.
- setIv
void setIv(InitializationVector iv)
Undocumented in source. Be warned that the author may not have intended to support it.
- setKey
void setKey(SymmetricKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNext
void setNext(Filter* filters, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- startMsg
void startMsg()
Undocumented in source. Be warned that the author may not have intended to support it.
- validIvLength
bool validIvLength(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(const(ubyte)* input, size_t input_size)
Write bytes into the buffered filter, which will them emit them
in calls to bufferedBlock in the subclass
- write
void write(Vector!(ubyte, Alloc) input)
Undocumented in source. Be warned that the author may not have intended to support it.
Filter interface for Transformations