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