AESDecrypt(const std::string &key, const std::string &data) | ns3::QKDEncryptor | |
AESEncrypt(const std::string &key, const std::string &data) | ns3::QKDEncryptor | |
AggregateObject(Ptr< Object > other) | ns3::Object | |
Authenticate(std::string &data, std::string key="0") | ns3::QKDEncryptor | |
AuthenticationType enum name | ns3::QKDEncryptor | |
Base64Decode(std::string input) | ns3::QKDEncryptor | |
Base64Encode(std::string input) | ns3::QKDEncryptor | |
ChangeSettings(EncryptionType type1, AuthenticationType type2, uint32_t authTagLength) | ns3::QKDEncryptor | |
Check(void) const | ns3::Object | private |
CheckAuthentication(std::string payload, std::string authTag, std::string key="0") | ns3::QKDEncryptor | |
CheckLoose(void) const | ns3::Object | private |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
DecryptMsg(std::string input, std::string key) | ns3::QKDEncryptor | |
Dispose(void) | ns3::Object | |
DoDelete(void) | ns3::Object | private |
DoDispose(void) | ns3::Object | protectedvirtual |
DoGetObject(TypeId tid) const | ns3::Object | private |
DoInitialize(void) | ns3::Object | protectedvirtual |
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value) | ns3::ObjectBase | private |
EncryptionType enum name | ns3::QKDEncryptor | |
EncryptMsg(std::string input, std::string key) | ns3::QKDEncryptor | |
GetAggregateIterator(void) const | ns3::Object | |
GetAttribute(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetIndex() | ns3::QKDEncryptor | |
GetInstanceTypeId(void) const | ns3::Object | virtual |
GetNode() | ns3::QKDEncryptor | |
GetObject(void) const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | inline |
GetObjectIid(void) | ns3::ObjectBase | related |
GetReferenceCount(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
GetTypeId(void) | ns3::QKDEncryptor | static |
HexDecode(const std::string &data) | ns3::QKDEncryptor | |
HexEncode(const std::string &data) | ns3::QKDEncryptor | |
Initialize(void) | ns3::Object | |
IsInitialized(void) const | ns3::Object | |
m_aggregates | ns3::Object | private |
m_authenticationTagLengthInBits | ns3::QKDEncryptor | private |
m_authenticationTrace | ns3::QKDEncryptor | private |
m_authenticationType | ns3::QKDEncryptor | private |
m_compressionEnabled | ns3::QKDEncryptor | private |
m_count | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | mutableprivate |
m_deauthenticationTrace | ns3::QKDEncryptor | private |
m_decryptionTrace | ns3::QKDEncryptor | private |
m_disposed | ns3::Object | private |
m_encryptionEnabled | ns3::QKDEncryptor | private |
m_encryptionTrace | ns3::QKDEncryptor | private |
m_encryptionType | ns3::QKDEncryptor | private |
m_getObjectCount | ns3::Object | private |
m_index | ns3::QKDEncryptor | private |
m_initialized | ns3::Object | private |
m_iv | ns3::QKDEncryptor | private |
m_node | ns3::QKDEncryptor | private |
m_tid | ns3::Object | private |
MD5(std::string &inputString) | ns3::QKDEncryptor | |
NotifyConstructionCompleted(void) | ns3::ObjectBase | protectedvirtual |
NotifyNewAggregate(void) | ns3::Object | protectedvirtual |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=([[maybe_unused]] const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
OTP(const std::string &key, const std::string &data) | ns3::QKDEncryptor | |
QKDCRYPTO_AES enum value | ns3::QKDEncryptor | |
QKDCRYPTO_AUTH_MD5 enum value | ns3::QKDEncryptor | |
QKDCRYPTO_AUTH_SHA1 enum value | ns3::QKDEncryptor | |
QKDCRYPTO_AUTH_VMAC enum value | ns3::QKDEncryptor | |
QKDCRYPTO_OTP enum value | ns3::QKDEncryptor | |
QKDEncryptor(EncryptionType type1, AuthenticationType type2) | ns3::QKDEncryptor | |
QKDEncryptor(EncryptionType type1, AuthenticationType type2, uint32_t authTagLength) | ns3::QKDEncryptor | |
Ref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetIndex(uint32_t index) | ns3::QKDEncryptor | |
SetNode(Ptr< Node > node) | ns3::QKDEncryptor | |
SetTypeId(TypeId tid) | ns3::Object | private |
SHA1(std::string &inputString) | ns3::QKDEncryptor | |
SimpleRefCount() | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SimpleRefCount(const SimpleRefCount &o[[maybe_unused]]) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
TraceConnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceConnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
UNAUTHENTICATED enum value | ns3::QKDEncryptor | |
UNENCRYPTED enum value | ns3::QKDEncryptor | |
Unref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
UpdateSortedArray(struct Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
VMAC(std::string &key, std::string &inputString) | ns3::QKDEncryptor | |
~Object() | ns3::Object | virtual |
~ObjectBase() | ns3::ObjectBase | virtual |
~QKDEncryptor() | ns3::QKDEncryptor | virtual |