- clearvoid clear() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- defaultNonceLengthsize_t defaultNonceLength() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- keySchedulevoid keySchedule(const(ubyte)* key, size_t length) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- keySpecKeyLengthSpecification keySpec() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setAssociatedDatavoid setAssociatedData(const(ubyte)* ad, size_t ad_len) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- startRawSecureVector!ubyte startRaw(const(ubyte)* nonce, size_t nonce_len) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- tagSizesize_t tagSize() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- updateGranularitysize_t updateGranularity() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- validNonceLengthbool validNonceLength(size_t length) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
OCB Mode (base class for OCBEncryption and OCBDecryption). Note that OCB is patented, but is freely licensed in some circumstances.
@see "The OCB Authenticated-Encryption Algorithm" internet draft http://tools.ietf.org/html/draft-irtf-cfrg-ocb-03
@see Free Licenses http://www.cs.ucdavis.edu/~rogaway/ocb/license.htm @see OCB home page http://www.cs.ucdavis.edu/~rogaway/ocb