mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-25 14:10:20 +00:00
spec correction
[ci skip]
This commit is contained in:
@@ -13,7 +13,7 @@ import java.security.spec.X509EncodedKeySpec;
|
||||
* ECIES parameters required to decrypt the masterkey:
|
||||
* <ul>
|
||||
* <li><code>m</code> Encrypted Masterkey (base64url-encoded ciphertext)</li>
|
||||
* <li><code>epk</code> Ephemeral Public Key (base64url-encoded PKCS8)</li>
|
||||
* <li><code>epk</code> Ephemeral Public Key (base64url-encoded SPKI format)</li>
|
||||
* </ul>
|
||||
*
|
||||
* No separate tag required, since we use GCM for encryption.
|
||||
|
||||
Reference in New Issue
Block a user