Uses of Interface
org.eclipse.jgit.transport.WalkEncryption.Keys
-
Packages that use WalkEncryption.Keys Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of WalkEncryption.Keys in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement WalkEncryption.Keys Modifier and Type Class Description (package private) static class
WalkEncryption.JGitV1
Provides JetS3t-like encryption with AES support.(package private) static class
WalkEncryption.JGitV2
Supports both PBE and non-PBE algorithms.(package private) static class
WalkEncryption.SymmetricEncryption
Base implementation of JGit symmetric encryption.
-