JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.gematik.bbriccs.crypto.encryption
Interface EncryptionMethod<E extends
Key
,
D extends
Key
>
All Known Implementing Classes:
AesGcm
,
Ecies
public interface
EncryptionMethod<E extends
Key
,
D extends
Key
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
decrypt
(
D
key, byte[] encryptedData)
byte[]
encrypt
(
E
key, byte[] plain)
Method Details
encrypt
byte[]
encrypt
(
E
key, byte[] plain)
decrypt
byte[]
decrypt
(
D
key, byte[] encryptedData)