Class InsecureCipherFactory

java.lang.Object
org.eclipse.jgit.transport.InsecureCipherFactory

class InsecureCipherFactory extends Object
DO NOT USE Factory to create any cipher.

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.