Specialized function encrypting "EncryptedContentInfo" object using parameters
Gets WebCrypto algorithm by wel-known OID
algorithm identifier
if true
throws exception on unknown algorithm identifier
name of the target
Returns WebCrypto algorithm or an empty object
Gets WebCrypto algorithm by wel-known OID
algorithm identifier
if true
throws exception on unknown algorithm identifier
name of the target
Returns WebCrypto algorithm
Get default algorithm parameters for each kind of operation
Algorithm name to get common parameters for
Kind of operation: "sign", "encrypt", "generateKey", "importKey", "exportKey", "verify"
Getting hash algorithm by signature algorithm
Signature algorithm
Get OID for each specific algorithm
WebCrypto Algorithm
If true
throws exception on unknown algorithm. Default is false
Name of the target
Get signature parameters by analyzing private key algorithm
The private key user would like to use
Hash algorithm user would like to use. Default is SHA-1
Sign data with pre-defined private key
Data to be signed
Private key to use
Parameters for used algorithm
Stamping (signing) data using algorithm similar to HMAC
Verify data with the public key
Data to be verified
Signature value
Public key information
Signature algorithm
Hash algorithm
Generated using TypeDoc
Decrypt data stored in "EncryptedContentInfo" object using parameters