diff --git a/docs/AEADEncryptedDataPacket.html b/docs/AEADEncryptedDataPacket.html index 2d02f8160..db5b3a96c 100644 --- a/docs/AEADEncryptedDataPacket.html +++ b/docs/AEADEncryptedDataPacket.html @@ -98,7 +98,7 @@
Minimum RSA key size allowed for key generation and message signing, verification and encryption. +The default is 2047 since due to a bug, previous versions of OpenPGP.js could generate 2047-bit keys instead of 2048-bit ones.
+Minimum RSA key size allowed for key generation and message signing, verification and encryption
Reject non-standard curves for key generation, message encryption, signing or verification
+Name | + + +Type | + + + + + +Description | +
---|---|---|
rejectCurves |
+
+
+ + + +Set.<String> + + + + | + + + + + ++ |
Reject insecure public key algorithms for message encryption, signing or verification
+Reject insecure public key algorithms for key generation and message encryption, signing or verification
Whether to use the indutny/elliptic library for curves (other than Curve25519) that are not supported by the available native crypto API. +When false, certain standard curves will not be supported (depending on the platform). +Note: the indutny/elliptic curve library is not designed to be constant time.
+Whether to use the indutny/elliptic library. When false, certain curves will not be supported.