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
KeyDetails
Interface KeyDetails
Information that may be used when generating new keys
interface
KeyDetails
{
namedCurve
?:
Crv
;
hash
?:
Hsh
;
modulusLength
?:
number
;
}
Index
Properties
named
Curve?
hash?
modulus
Length?
Properties
Optional
named
Curve
named
Curve
?:
Crv
Optional
hash
hash
?:
Hsh
Optional
modulus
Length
modulus
Length
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
named
Curve
hash
modulus
Length
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
Information that may be used when generating new keys