Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
WalkEncryption.JetS3tV2
JetS3t compatibility reference:
EncryptionUtil.java
|
(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.
|
private static class |
WalkEncryption.NoEncryption |
(package private) static class |
WalkEncryption.SymmetricEncryption
Base implementation of JGit symmetric encryption.
|
Modifier and Type | Field and Description |
---|---|
private WalkEncryption |
AmazonS3.encryption
Encryption algorithm, may be a null instance that provides pass-through.
|
(package private) static WalkEncryption |
WalkEncryption.NONE |
Modifier and Type | Method and Description |
---|---|
(package private) static WalkEncryption |
WalkEncryption.instance(java.util.Properties props)
Encryption factory.
|