Package org.eclipse.jgit.transport
Class WalkEncryption.JGitV2
- java.lang.Object
-
- org.eclipse.jgit.transport.WalkEncryption
-
- org.eclipse.jgit.transport.WalkEncryption.SymmetricEncryption
-
- org.eclipse.jgit.transport.WalkEncryption.JGitV2
-
- All Implemented Interfaces:
WalkEncryption.Keys
,WalkEncryption.Vals
- Enclosing class:
- WalkEncryption
static class WalkEncryption.JGitV2 extends WalkEncryption.SymmetricEncryption
Supports both PBE and non-PBE algorithms. Uses V2 connection file format. For reference, see: 'jgit-s3-connection-v-2.properties'.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.transport.WalkEncryption
WalkEncryption.JetS3tV2, WalkEncryption.JGitV1, WalkEncryption.JGitV2, WalkEncryption.Keys, WalkEncryption.SymmetricEncryption, WalkEncryption.Vals
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String
VERSION
-
Fields inherited from class org.eclipse.jgit.transport.WalkEncryption.SymmetricEncryption
cipherAlgo, context, decryptCipher, paramsAlgo, profile, secretKey, version
-
Fields inherited from class org.eclipse.jgit.transport.WalkEncryption
JETS3T_CRYPTO_ALG, JETS3T_CRYPTO_VER, NONE
-
Fields inherited from interface org.eclipse.jgit.transport.WalkEncryption.Keys
JGIT_CONTEXT, JGIT_PROFILE, JGIT_VERSION, X_ALGO, X_KEY_ALGO, X_KEY_ITER, X_KEY_SALT, X_KEY_SIZE
-
Fields inherited from interface org.eclipse.jgit.transport.WalkEncryption.Vals
DEFAULT_ALGO, DEFAULT_KEY_ALGO, DEFAULT_KEY_ITER, DEFAULT_KEY_SALT, DEFAULT_KEY_SIZE, DEFAULT_VERS, EMPTY, REGEX_PBE, REGEX_TRANS, REGEX_WS
-
-
Constructor Summary
Constructors Constructor Description JGitV2(java.util.Properties props)
-
Method Summary
-
Methods inherited from class org.eclipse.jgit.transport.WalkEncryption.SymmetricEncryption
decrypt, encrypt, request, validate
-
Methods inherited from class org.eclipse.jgit.transport.WalkEncryption
error, instance, securityError, validateImpl
-
-
-
-
Field Detail
-
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
-