Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private PushCertificate.NonceStatus |
PushCertificate.nonceStatus |
private PushCertificate.NonceStatus |
PushCertificateParser.nonceStatus |
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(java.lang.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 |
HMACSHA1NonceGenerator.verify(java.lang.String received,
java.lang.String sent,
Repository db,
boolean allowSlop,
int slop)
Verify trustworthiness of the received nonce.
|
PushCertificate.NonceStatus |
NonceGenerator.verify(java.lang.String received,
java.lang.String sent,
Repository db,
boolean allowSlop,
int slop)
Verify trustworthiness of the received nonce.
|
Constructor and Description |
---|
PushCertificate(java.lang.String version,
PushCertificateIdent pusher,
java.lang.String pushee,
java.lang.String nonce,
PushCertificate.NonceStatus nonceStatus,
java.util.List<ReceiveCommand> commands,
java.lang.String signature) |