@homebridge/hap-nodejs
Preparing search index...
HAPEncryption
Class HAPEncryption
Simple struct to hold vars needed to support HAP encryption.
Index
Constructors
constructor
Properties
accessory
To
Controller
Count
accessory
To
Controller
Key
client
Public
Key
controller
To
Accessory
Count
controller
To
Accessory
Key
hkdf
Pair
Encryption
Key
incomplete
Frame?
public
Key
secret
Key
shared
Secret
Constructors
constructor
new
HAPEncryption
(
clientPublicKey
:
Buffer
,
secretKey
:
Buffer
,
publicKey
:
Buffer
,
sharedSecret
:
Buffer
,
hkdfPairEncryptionKey
:
Buffer
,
)
:
HAPEncryption
Parameters
clientPublicKey
:
Buffer
secretKey
:
Buffer
publicKey
:
Buffer
sharedSecret
:
Buffer
hkdfPairEncryptionKey
:
Buffer
Returns
HAPEncryption
Properties
accessory
To
Controller
Count
accessoryToControllerCount
:
number
= 0
accessory
To
Controller
Key
accessoryToControllerKey
:
Buffer
Readonly
client
Public
Key
clientPublicKey
:
Buffer
controller
To
Accessory
Count
controllerToAccessoryCount
:
number
= 0
controller
To
Accessory
Key
controllerToAccessoryKey
:
Buffer
Readonly
hkdf
Pair
Encryption
Key
hkdfPairEncryptionKey
:
Buffer
Optional
incomplete
Frame
incompleteFrame
?:
Buffer
<
ArrayBufferLike
>
Readonly
public
Key
publicKey
:
Buffer
Readonly
secret
Key
secretKey
:
Buffer
Readonly
shared
Secret
sharedSecret
:
Buffer
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
accessory
To
Controller
Count
accessory
To
Controller
Key
client
Public
Key
controller
To
Accessory
Count
controller
To
Accessory
Key
hkdf
Pair
Encryption
Key
incomplete
Frame
public
Key
secret
Key
shared
Secret
@homebridge/hap-nodejs
Loading...
Simple struct to hold vars needed to support HAP encryption.