| 46 | CryptString(); |
| 47 | size_t GetLength() const { return impl_->GetLength(); } |
| 48 | void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } |
| 49 | CryptString(const CryptString& other); |
| 50 | explicit CryptString(const CryptStringImpl& impl); |
| 51 | ~CryptString(); |