Class: constants

iotcs.UnifiedTrustStore.constants()

new constants()

Enumeration of unified trust store format constants.
Properties:
Name Type Description
version Integer
AES_BLOCK_SIZE Integer
AES_KEY_SIZE Integer
PBKDF2_ITERATIONS Integer
TAGS Integer

Members

(static) AES_BLOCK_SIZE :Integer

Type:
  • Integer
Default Value:
  • 16

(static) AES_KEY_SIZE :Integer

Type:
  • Integer
Default Value:
  • 16

(static) PBKDF2_ITERATIONS :Integer

Type:
  • Integer
Default Value:
  • 10000

(static) TAGS :Integer

Type:
  • Integer
Default Value:
  • {}

(static) version :Integer

Type:
  • Integer
Default Value:
  • 33

Home