Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
HMACSHA1NonceGenerator
The nonce generator which was first introduced to git-core.
|
Modifier and Type | Field and Description |
---|---|
private NonceGenerator |
PushCertificateParser.nonceGenerator |
private NonceGenerator |
SignedPushConfig.nonceGenerator |
Modifier and Type | Method and Description |
---|---|
NonceGenerator |
SignedPushConfig.getNonceGenerator()
Get the
NonceGenerator used for signed
pushes. |
Modifier and Type | Method and Description |
---|---|
void |
SignedPushConfig.setNonceGenerator(NonceGenerator generator)
Set the
NonceGenerator used for signed
pushes. |