Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
PushCertificate.NonceStatus |
PushCertificate.getNonceStatus() |
static PushCertificate.NonceStatus |
PushCertificate.NonceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushCertificate.NonceStatus[] |
PushCertificate.NonceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
PushCertificate.NonceStatus |
NonceGenerator.verify(String received,
String sent,
Repository db,
boolean allowSlop,
int slop) |
PushCertificate.NonceStatus |
HMACSHA1NonceGenerator.verify(String received,
String sent,
Repository db,
boolean allowSlop,
int slop) |
Copyright © 2017 Eclipse JGit Project. All rights reserved.