Package org.eclipse.jgit.transport
Class InsecureCipherFactory
java.lang.Object
org.eclipse.jgit.transport.InsecureCipherFactory
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InsecureCipherFactory
InsecureCipherFactory()
-
-
Method Details
-
create
-