The gostCrypto provide general purpose cryptographic functionality for
GOST standards including a cryptographically strong pseudo-random number
generator seeded with truly random values.
- Source:
Members
-
(static) asn1 :GostASN1
-
PKCS ASN.1 message syntax and converters
Type:
- Source:
-
(static) cert :GostCert
-
Provides facilities for handling certificates, CRLs, etc.
Type:
- Source:
-
(static) cms :GostCMS
-
Implements the Cryptographic Message Syntax as specified in RFC-2630.
Type:
- Source:
-
(static) coding :GostCoding
-
Coding algorithms: Base64, Hex, Int16, Chars, BER and PEM
Type:
- Source:
-
(static) keys :GostKeys
-
Implements the Key and Certificate Store methods
Type:
- Source:
-
(static) security :GostSecurity
-
GOST and common ASN.1 Object and Algorithm Identifiers
Type:
- Source:
-
(static) subtle :SubtleCrypto
-
The subtle attribute provides an instance of the SubtleCrypto interface which provides low-level cryptographic primitives and algorithms.
Type:
- Source:
Methods
-
(static) getRandomValues(array)
-
The getRandomValues method generates cryptographically random values. First try to use Web Crypto random genereator. Next make random bytes based on standart Math.random mixed with time and mouse pointer
Parameters:
Name Type Description arrayCryptoOperationData Destination buffer for random data - Source: