diff --git a/index.html b/index.html index 77f6d4f..3ff5ce0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
-0.17.9
0.18.0
Promise<Buffer>
:
- The private key protobuf buffer
+ Promise<Uint8Array>
:
+ The private key protobuf
@@ -347,7 +347,7 @@ using the same password and underlying cipher (aes-gcm)
-
+
src/ciphers/aes-gcm.js
@@ -498,7 +498,7 @@ using the same password and underlying cipher (aes-gcm)
-
+
src/ciphers/aes-gcm.js
@@ -508,7 +508,7 @@ using the same password and underlying cipher (aes-gcm)
Uses the provided password to derive a pbkdf2 key. The key will then be used to encrypt the data.
- + @@ -525,7 +525,7 @@ will then be used to encrypt the data.Promise<Buffer>
:
+ Promise<Uint8Array>
:
@@ -584,7 +584,7 @@ will then be used to encrypt the data.
-
+
src/ciphers/aes-gcm.js
@@ -596,7 +596,7 @@ will then be used to decrypt the data. The options used to create
this decryption cipher must be the same as those used to create
the encryption cipher.
-
+
@@ -613,7 +613,7 @@ the encryption cipher.
Exports the given PrivateKey as a base64 encoded string. +The PrivateKey is encrypted via a password derived PBKDF2 key +leveraging the aes-gcm cipher algorithm.
+ + + + + + + + + + + + + +(Uint8Array)
+ The PrivateKey protobuf
+
+ (string)
+
+ Promise<string>
:
+ A base64 encoded string
+
+
+
+
+
+
+
+
+
@@ -865,7 +951,7 @@ of the PKCS SubjectPublicKeyInfo.
-
+
src/keys/ed25519-class.js
@@ -930,7 +1016,7 @@ of the PKCS SubjectPublicKeyInfo.
-
+
src/keys/ed25519-class.js
@@ -939,7 +1025,7 @@ of the PKCS SubjectPublicKeyInfo.
Exports the key into a password protected format
Promise<Buffer>
:
+ Promise<Uint8Array>
:
The encrypted private key
@@ -1001,92 +1087,6 @@ of the PKCS SubjectPublicKeyInfo.
-Exports the given PrivateKey as a base64 encoded string. -The PrivateKey is encrypted via a password derived PBKDF2 key -leveraging the aes-gcm cipher algorithm.
- - - - - - - - - - - - - -(Buffer)
- The PrivateKey protobuf buffer
-
- (string)
-
- Promise<string>
:
- A base64 encoded string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-