Class Index | File Index

Classes


Class SmartCardHSMSymmetricKeySpecGenerator

Class implementing an encoder for the C-Data required in Generate Symmetric Key
Defined in: SmartCardHSM.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Create a key specification generator instance for AES keys
Method Summary
Method Attributes Method Name and Description
 
Return the encoded AES key specification
 
setKeyDomain(keyDomain)
Set key domain
Class Detail
SmartCardHSMSymmetricKeySpecGenerator(allowedAlgorithms)
Create a key specification generator instance for AES keys
Parameters:
{ByteString} allowedAlgorithms
the list of allowed algorithm identifier
Method Detail
{ByteString} encode()
Return the encoded AES key specification
Returns:
the encoded C-Data for Generate Symmetric Key

setKeyDomain(keyDomain)
Set key domain
Parameters:
{Number} keyDomain
the key domain to which the key shall be added

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 16 2024 18:38:12 GMT+0100 (CET)