public interface Encryptor
| Modifier and Type | Method and Description |
|---|---|
void |
decrypt(CipherText ct) |
void |
decrypt(SecretKey secretKey,
CipherText ct) |
void |
decrypt(String ct) |
void |
encrypt(PlainText pt) |
void |
encrypt(SecretKey secretKey,
PlainText pt) |
void |
encrypt(String pt) |
void encrypt(PlainText pt) throws EncryptionException
EncryptionExceptionvoid encrypt(SecretKey secretKey, PlainText pt) throws EncryptionException
EncryptionExceptionvoid encrypt(String pt) throws EncryptionException
EncryptionExceptionvoid decrypt(CipherText ct)
void decrypt(SecretKey secretKey, CipherText ct)
void decrypt(String ct)
Copyright © 2022. All rights reserved.