class InsecureCipherFactory
extends java.lang.Object
This is a hack for WalkEncryption to create any cipher configured by
the end-user. Using this class allows JGit to violate ErrorProne's security
recommendations (InsecureCryptoUsage), which is not secure.
| Constructor and Description |
|---|
InsecureCipherFactory() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static javax.crypto.Cipher |
create(java.lang.String algo) |