Preparing search index...
The search index is not available
Proof-of concepts Implementation of the Dataset Integrity Specification on top of rdf-js - v0.1.0
Proof-of concepts Implementation of the Dataset Integrity Specification on top of rdf-js
lib/crypto_utils
sign
Function sign
sign
(
report
,
message
,
privateKey
)
:
Promise
<
string
|
null
>
Sign a message.
Possible errors are added to the report, no exceptions should be thrown.
Parameters
report
:
Errors
message
:
string
privateKey
:
CryptoKey
Returns
Promise
<
string
|
null
>
either the signature in Multicode format, or
null
in case of an error.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
lib
crypto_utils.ts
jwkToCrypto
sign
verify
cryptosuiteId
generateKey
Crv
Hsh
KeyDetails
debug.ts
log
get_quads
proof_utils.ts
generateAProofGraph
verifyProofGraphs
sec_prefix
rdf_prefix
xsd_prefix
rdf_type
rdf_json
sec_proof
sec_di_proof
sec_proofValue
sec_publicKeyJwk
sec_publicKeyMultibase
sec_proofPurpose
sec_authenticationMethod
sec_assertionMethod
sec_verificationMethod
sec_expires
sec_revoked
sec_created
xsd_datetime
sec_previousProof
types.ts
Cryptosuites
VerificationResult
KeyMetadata
KeyData
ProblemDetail
Errors
Proof_Generation_Error
Proof_Verification_Error
Proof_Transformation_Error
Invalid_Verification_Method
Unclassified_Error
utils.ts
createPrefix
isDatasetCore
isKeyData
calculateDatasetHash
copyToStore
convertToStore
refactorBnodes
extraChainQuads
Proof
ProofStore
DatasetMap
index.ts
generateProofGraph
verifyProofGraph
embedProofGraph
verifyEmbeddedProofGraph
KeyData
VerificationResult
KeyMetadata
KeyDetails
Cryptosuites
generateKey
jwkToCrypto
Sign a message.
Possible errors are added to the report, no exceptions should be thrown.