PTLib
Version 2.14.3
|
This is the complete list of members for PTEACypher, including all inherited members.
BlockChainMode enum name | PCypher | |
blockSize | PCypher | protected |
CBC enum value | PCypher | |
CFB enum value | PCypher | |
chainMode | PCypher | protected |
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
Compare(const PObject &obj) const | PObject | virtual |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
CypherBlockChaining enum value | PCypher | |
CypherFeedback enum value | PCypher | |
Decode(const PString &cypher) | PCypher | |
Decode(const PString &cypher, PString &clear) | PCypher | |
Decode(const PString &cypher, PBYTEArray &clear) | PCypher | |
Decode(const PString &cypher, void *data, PINDEX length) | PCypher | |
Decode(const PBYTEArray &coded, void *data, PINDEX length) | PCypher | |
Decode(const PBYTEArray &coded, PBYTEArray &clear) | PCypher | |
DecodeBlock(const void *in, void *out) | PTEACypher | protectedvirtual |
ECB enum value | PCypher | |
ElectronicCodebook enum value | PCypher | |
Encode(const PString &str) | PCypher | |
Encode(const PBYTEArray &clear) | PCypher | |
Encode(const void *data, PINDEX length) | PCypher | |
Encode(const PBYTEArray &clear, PBYTEArray &coded) | PCypher | |
Encode(const void *data, PINDEX length, PBYTEArray &coded) | PCypher | |
EncodeBlock(const void *in, void *out) | PTEACypher | protectedvirtual |
EqualTo enum value | PObject | |
GenerateKey(Key &newKey) | PTEACypher | static |
GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
GetKey(Key &newKey) const | PTEACypher | |
GetTraceContextIdentifier() const | PObject | inline |
GetTraceContextIdentifier(PObject &obj) | PObject | inline |
GetTraceContextIdentifier(PObject *obj) | PObject | inline |
GreaterThan enum value | PObject | |
HashFunction() const | PObject | virtual |
Initialise(PBoolean encoding) | PTEACypher | protectedvirtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
IsClass(const char *cls) const | PObject | inline |
key | PCypher | protected |
LessThan enum value | PObject | |
m_traceContextIdentifier | PObject | protected |
NumBlockChainModes enum value | PCypher | |
OFB enum value | PCypher | |
operator!=(const PObject &obj) const | PObject | inline |
operator<(const PObject &obj) const | PObject | inline |
operator<=(const PObject &obj) const | PObject | inline |
operator==(const PObject &obj) const | PObject | inline |
operator>(const PObject &obj) const | PObject | inline |
operator>=(const PObject &obj) const | PObject | inline |
OutputFeedback enum value | PCypher | |
PCypher(PINDEX blockSize, BlockChainMode chainMode) | PCypher | protected |
PCypher(const void *keyData, PINDEX keyLength, PINDEX blockSize, BlockChainMode chainMode) | PCypher | protected |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PObject | virtual |
PTEACypher(BlockChainMode chainMode=ElectronicCodebook) | PTEACypher | |
PTEACypher(const Key &keyData, BlockChainMode chainMode=ElectronicCodebook) | PTEACypher | |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
ReadFrom(istream &strm) | PObject | virtual |
SetKey(const Key &newKey) | PTEACypher | |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
~PObject() | PObject | inlinevirtual |