nl :: Tejido:: Perfiles: Seguridad:: LLEVAR:: Tejido
Resumen
Funciones publicas |
---|
GenerateAuthenticateTokenMessage ( PacketBuffer *msgBuf) | |
GenerateAuthenticateTokenResponseMessage ( PacketBuffer *msgBuf) | |
GenerateIdentifyTokenMessage (uint16_t sessionKeyId, uint8_t takeConfig, bool encryptAuthPhase, bool encryptCommPhase, bool timeLimitedIK, bool sendChallengerId, uint8_t encryptionType, uint64_t localNodeId, PacketBuffer *msgBuf) | |
GenerateIdentifyTokenResponseMessage ( PacketBuffer *msgBuf) | |
GenerateProtocolEncryptionKey (void) | |
GenerateReAuthenticateTokenMessage ( PacketBuffer *msgBuf) | |
GenerateReAuthenticateTokenResponseMessage ( PacketBuffer *msgBuf) | |
GenerateTokenReconfigureMessage ( PacketBuffer *msgBuf) | |
GetCurveLen (void) const | uint16_t |
GetCurveOID (void) const | OID |
GetECPointLen (void) const | uint16_t |
GetEncryptionType (void) | uint8_t |
GetNumOptionalConfigurations (void) const | uint8_t |
GetPrivKeyLen (void) const | uint16_t |
GetSessionKey (constWeaveEncryptionKey *& encKey) const | |
HasSentChallengerId (void) const | bool |
Init (void) | void |
IsEncryptAuthPhase (void) const | bool |
IsEncryptCommPhase (void) const | bool |
IsTimeLimitedIK (void) const | bool |
ProcessAuthenticateTokenMessage (const PacketBuffer *msgBuf) | |
ProcessAuthenticateTokenResponseMessage (const PacketBuffer *msgBuf) | |
ProcessIdentifyTokenMessage (uint64_t peerNodeId, const PacketBuffer *msgBuf) | |
ProcessIdentifyTokenResponseMessage (const PacketBuffer *buf) | |
ProcessReAuthenticateTokenMessage (const PacketBuffer *msgBuf) | |
ProcessReAuthenticateTokenResponseMessage (const PacketBuffer *msgBuf) | |
ProcessTokenReconfigureMessage (uint8_t & config, const PacketBuffer *msgBuf) | |
Shutdown (void) | void |
UseSessionKey (void) const | bool |
Atributos públicos
ChallengerId
uint8_t ChallengerId[kMaxChallengerIdSize]
ChallengerIdLen
uint8_t ChallengerIdLen
ChallengerNone
uint8_t ChallengerNonce[kNonceSize]
ElegidoConfiguración
uint8_t ChosenConfiguration
Tipo de cifrado
uint8_t EncryptionType
Configuraciones opcionales
uint8_t OptionalConfigurations[kMaxOptionalConfigurations]
ProtocolConfig
uint8_t ProtocolConfig
SessionKeyId
uint16_t SessionKeyId
TokenNonce
uint8_t TokenNonce[kNonceSize]
Funciones publicas
GenerateAuthenticateTokenResponseMessage
WEAVE_ERROR GenerateAuthenticateTokenResponseMessage(
PacketBuffer *msgBuf
)
GenerateIdentifyTokenMessage
WEAVE_ERROR GenerateIdentifyTokenMessage(
uint16_t sessionKeyId,
uint8_t takeConfig,
bool encryptAuthPhase,
bool encryptCommPhase,
bool timeLimitedIK,
bool sendChallengerId,
uint8_t encryptionType,
uint64_t localNodeId,
PacketBuffer *msgBuf
)
GenerateProtocolEncryptionKey
WEAVE_ERROR GenerateProtocolEncryptionKey(
void
)
GenerateReAuthenticateTokenResponseMessage
WEAVE_ERROR GenerateReAuthenticateTokenResponseMessage(
PacketBuffer *msgBuf
)
GetCurveLen
uint16_t GetCurveLen(
void
) const
GetCurveOID
OID GetCurveOID(
void
) const
GetECPointLen
uint16_t GetECPointLen(
void
) const
GetEncryptionType
uint8_t GetEncryptionType(
void
)
GetNumOptionalConfigurations
uint8_t GetNumOptionalConfigurations(
void
) const
GetPrivKeyLen
uint16_t GetPrivKeyLen(
void
) const
HasSentChallengerId
bool HasSentChallengerId(
void
) const
IsEncryptAuthPhase
bool IsEncryptAuthPhase(
void
) const
IsEncryptCommPhase
bool IsEncryptCommPhase(
void
) const
IsTimeLimitedIK
bool IsTimeLimitedIK(
void
) const
ProcessAuthenticateTokenResponseMessage
WEAVE_ERROR ProcessAuthenticateTokenResponseMessage(
const PacketBuffer *msgBuf
)
ProcessIdentifyTokenMessage
WEAVE_ERROR ProcessIdentifyTokenMessage(
uint64_t peerNodeId,
const PacketBuffer *msgBuf
)
ProcessReAuthenticateTokenResponseMessage
WEAVE_ERROR ProcessReAuthenticateTokenResponseMessage(
const PacketBuffer *msgBuf
)
Cerrar
void Shutdown(
void
)
UseSessionKey
bool UseSessionKey(
void
) const