All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jn.langx.security..docs.cipher.md Maven / Gradle / Ivy

Go to download

Java lang extensions for java6+, a supplement to , replacement of a Guava, commons-lang. Core utilities, Collection utilities, IO utilities, Cache, Configuration library ...

There is a newer version: 4.8.2
Show newest version
# Cipher (加密运算)

Cipher 提供了采用SecretKey, Private Key, Public Key等 进行加密、解密、包装、解包装等操作。

```
创建实例:
getInstance(String transformation, String provider)

第一个参数transformation通过包括3个部分组成:algorithmName/algorithmMode/algorithmPadding
这三部分的可取值参考这里:
https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Cipher
```












© 2015 - 2024 Weber Informatics LLC | Privacy Policy