Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
PushCertificate.NonceStatus |
PushCertificate.getNonceStatus()
Get verification status of the nonce embedded in the certificate.
|
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)
Verify trustworthiness of the received nonce.
|
PushCertificate.NonceStatus |
HMACSHA1NonceGenerator.verify(String received,
String sent,
Repository db,
boolean allowSlop,
int slop)
Verify trustworthiness of the received nonce.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.