Skip to content

Commit

Permalink
Update JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Jun 27, 2023
1 parent d137d2a commit edef031
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public EciesEncryptor getEciesEncryptor(final EciesEnvelopeKey envelopeKey, fina
* @param eciesParameters ECIES parameters for protocol V3.2+.
* @param ephemeralPublicKey Ephemeral public key.
* @return Initialized ECIES encryptor.
* @throws GenericCryptoException In case encryptor could not be initialized.
* @throws CryptoProviderException In case cryptography provider is incorrectly initialized.
*/
public EciesEncryptor getEciesEncryptor(final EciesScope eciesScope, final EciesEnvelopeKey envelopeKey,
final byte[] applicationSecret, final byte[] transportKey,
Expand Down Expand Up @@ -181,6 +183,8 @@ public EciesDecryptor getEciesDecryptor(final EciesEnvelopeKey envelopeKey, fina
* @param eciesParameters ECIES parameters for protocol V3.2+.
* @param ephemeralPublicKey Ephemeral public key.
* @return Initialized ECIES encryptor.
* @throws GenericCryptoException In case encryptor could not be initialized.
* @throws CryptoProviderException In case cryptography provider is incorrectly initialized.
*/
public EciesDecryptor getEciesDecryptor(final EciesScope eciesScope, final EciesEnvelopeKey envelopeKey,
final byte[] applicationSecret, final byte[] transportKey,
Expand Down

0 comments on commit edef031

Please sign in to comment.