Class Ecies
java.lang.Object
de.gematik.bbriccs.crypto.encryption.Ecies
- All Implemented Interfaces:
EncryptionMethod<ECPublicKey,PrivateKey>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decrypt(PrivateKey privateKey, byte[] encryptedData) byte[]encrypt(ECPublicKey otherECPublicKey, byte[] plain)
-
Constructor Details
-
Ecies
public Ecies()
-
-
Method Details
-
encrypt
- Specified by:
encryptin interfaceEncryptionMethod<ECPublicKey,PrivateKey>
-
decrypt
- Specified by:
decryptin interfaceEncryptionMethod<ECPublicKey,PrivateKey>
-