| 程序包 | 说明 |
|---|---|
| io.polaris.core.crypto | |
| io.polaris.core.crypto.asymmetric | |
| io.polaris.core.crypto.symmetric |
| 限定符和类型 | 方法和说明 |
|---|---|
static IDecryptor |
Ciphers.getDecryptor(Cipher cipher) |
static IDecryptor |
Ciphers.getDecryptor(String algorithm,
Key key) |
default IDecryptor |
IDecryptor.update(byte[] data) |
IDecryptor |
IDecryptor.update(byte[] data,
int offset,
int len) |
default IDecryptor |
IDecryptor.update(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
IDecryptor |
Asymmetric.getDecryptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
IDecryptor |
Symmetric.getDecryptor() |
Copyright © 2024 fossc. All rights reserved.