Preparing search index...
The search index is not available
JavaScript HSM API Dinamo
Dinamo Networks
index
hsm
types
GetShadowResponse
Type Alias GetShadowResponse
Get
Shadow
Response
:
{
status
:
0
|
1
|
2
;
version
?:
number
;
shadow
?:
string
;
m
?:
number
;
n
?:
number
;
pos
?:
number
;
shadow_material
?:
string
;
rcode
?:
number
;
}
Type that represents the response from the
getShadow
command.
Settings
Theme
OS
Light
Dark
Dinamo Networks - v4.15.0
index
hsm
connect
disconnect
interfaces
Hsm
key
Key
X500DistinguishedName
blockchain
Blockchain
KeyInfo
cryptography
Cryptography
MofNSplit
session
HsmOptions
AuthUsernamePassword
user
User
ochre
Ocra
management
Management
exceptions
ConnectionError
HsmOptionError
AuthModeNotSpecifiedError
HsmError
InvalidParameterError
InvalidKeyNameError
RequiredParameterError
constants
MIN_USR_LEN
MAX_USR_LEN
MIN_USR_PWD_LEN
MAX_USR_PWD_LEN
M_OF_N_SECRET_LEN
BLOCKCHAIN_EdDSA_MAX_CTX_STR_LEN
BLOCKCHAIN_MAX_DATA_LEN
ABN128_XY_HEX_LEN
ABN128_XY_BUFF_LEN
M_OF_N_SECRET_MIN_N
M_OF_N_SECRET_MAX_N
P8_IMPORT_EXPORT_SECRET_MIN_LEN
P8_IMPORT_EXPORT_SECRET_MAX_LEN
MAX_OBJ_V1_RAW_LEN
enums
SYMMETRICAL_KEYS
RSA_ASYMMETRIC_KEYS
ECC_ASYMMETRIC_SWITCHES
ECX_ASYMMETRIC_SWITCHES
HMAC_KEYS
ECC_ASYMMETRIC_PBC_SWITCHES
HASH_ALGORITHMS
HASH_LEN
MASK_TYPE
CHECK_SUM_OPTIONS
STR_FORMAT_PRESERVING_ENCRYPTION_OPTIONS
GET_TOKEN_DATA_OPTIONS
BLOCKCHAIN_KEYS
ATTRIBUTES_OPTIONS
VERSION_OPTIONS
BCHAIN_SECURE_BIP32_INDEX
BLOCKCHAIN_HASH_MODE
BLOCKCHAIN_EdDSA_TYPE
BLOCKCHAIN_PUB_KEY_TYPE
BLOCKCHAIN_SIG_TYPE
ADDRESS_TYPE
ADDRESS_VERSION
ADDRESS_HRP
BLOCKCHAIN_GET_PUB_KEY_TYPE
BLOCKCHAIN_SIG_VERIFY_PUB_KEY_TYPE
BLOCKCHAIN_PUB_SIG_REC_TYPE
IMPORT_EXPORT_FORMAT
BLOCKCHAIN_EXPORT_VERSION
PAD_TYPE
USER_PERMISSIONS
KEY_EXPORT_FORMAT
PKCS10_HASH_ALGORITHM
KEK_WRAP_PADDING
KEK_WRAP_MODE
KEK_WRAP_OBJ_TYPE
KEK_MODE
ENC_DEC_PADDING
RSA_LENGTH_KEYS
OCRA_PIN_HASH_TYPE
OCRA_MODE
OCRA_MODE_LEN
MOD_OATH_OTP
NSAUTH_STATE
ACL_MASK
SVMK_VERSION
types
GetShadowResponse
MofNSplit
genSVMKResponse
ScInfo
ErrorResponseNH
SuccessResponseNH
ScLabel
Setup
Examples
Connecting to HSM
Using an access token
Creating a user
Removing a user
Blocking a user
Unlocking a user
Changing the access password
Listing access tokens
Generating an access token
Revoking an access token
Creating a key
Deleting a key
Locking a key
Unlocking a key
Importing a symmetric key
Importing a certificate
Generating a PKCS#10
Importing a PKCS12
Exporting asymmetric public keys
Exporting an asymmetric private key
Exporting a symmetric key
Exporting certificates in plain text
Importing a KEKed key
Exporting a KEKed key
Signing hashes with RSA
Verifying hash signatures with RSA
Signing hash with ECC
Verifying hash signatures with ECC
Signing hash with EdDSA
Verifying hash signatures with EdDSA
Dividing a secret into M from N
Reconstructing a secret in M from N
Generating a set of random bytes
Creating a blockchain key
Deleting a blockchain key
Locking a blockchain key
Unlocking a blockchain key
Creating a derived bip32 blockchain key
Importing a blockchain private key
Exporting a blockchain private key
Obtaining information from a blockchain key
Generating data hash
Signing hash with ECDSA blockchain key
Verifying ECDSA blockchain signatures
Signing hash with EdDSA blockchain key
Verifying hash signatures with EdDSA blockchain
Recovering a blockchain public key
Recovering a public key from a signature
Obtaining the blockchain address from the private key
Creating a One Time Password (OTP) with OCRA function
Generating a Server Master Key and Splitting it into parts with Shamir
Recovering a split Server Master Key with Shamir
Retrieving information from a smartcard
Recovering a smartcard label
Recovering a smartcard shadow
Changing the state of an M partition from N
Recovering shadows and changing the state of a partition
"
"
Type that represents the response from the
getShadow
command.