Package org.eclipse.jgit.transport
Class WalkEncryption.JGitV1
java.lang.Object
org.eclipse.jgit.transport.WalkEncryption
org.eclipse.jgit.transport.WalkEncryption.SymmetricEncryption
org.eclipse.jgit.transport.WalkEncryption.JGitV1
- All Implemented Interfaces:
WalkEncryption.Keys
,WalkEncryption.Vals
- Enclosing class:
- WalkEncryption
Provides JetS3t-like encryption with AES support. Uses V1 connection file
format. For reference, see: 'jgit-s3-connection-v-1.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
FieldsFields 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 -
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 Details
-
VERSION
- See Also:
-
-
Constructor Details
-
JGitV1
JGitV1(String algo, String pass) throws GeneralSecurityException - Throws:
GeneralSecurityException
-
-
Method Details
-
wrap
-