Skip to main content

KeyProperties

@hyperledger/identus-sdk v8.0.0


@hyperledger/identus-sdk / overview / Domain / KeyProperties

Enumeration: KeyProperties

Defined in: packages/shared/domain/build/index.d.ts:548

Enumeration Members

Enumeration MemberValueDescriptionDefined in
algorithm"algorithm"The 'algorithm' corresponds to the cryptographic algorithm associated with the key.packages/shared/domain/build/index.d.ts:556
chainCode"chainCode"The 'chainCode' used for key derivation. hex encoded value. const chainCode = Buffer.from(props[KeyProperties.chainCode], "hex");packages/shared/domain/build/index.d.ts:577
curve"curve"The 'curve' represents the elliptic curve used for an elliptic-curve key.packages/shared/domain/build/index.d.ts:560
curvePointX"curvePoint.x"The 'curvePointX' represents the x-coordinate of a curve point for an elliptic-curve key.packages/shared/domain/build/index.d.ts:590
curvePointY"curvePoint.y"The 'curvePointY' represents the y-coordinate of a curve point for an elliptic-curve key.packages/shared/domain/build/index.d.ts:594
derivationPath"derivationPath"The 'derivationPath' refers to the path used to derive a key in a hierarchical deterministic (HD) key generation scheme.packages/shared/domain/build/index.d.ts:585
derivationSchema"derivationSchema"The 'derivationSchema' corresponds to derivationSchema used.packages/shared/domain/build/index.d.ts:568
index"index"-packages/shared/domain/build/index.d.ts:586
rawKey"raw"The 'rawKey' refers to the raw binary form of the key.packages/shared/domain/build/index.d.ts:581
seed"seed"The 'seed' corresponds to the seed value from which a key is derived.packages/shared/domain/build/index.d.ts:564
type"type"The 'type' corresponds to the type of key.packages/shared/domain/build/index.d.ts:552