public class PushCertificate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PushCertificate.NonceStatus
Verification result of the nonce returned during push.
|
| Constructor and Description |
|---|
PushCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandList() |
PushCertificate.NonceStatus |
getNonceStatus() |
String |
getPushee() |
String |
getPusher() |
String |
getSignature() |
public String getSignature()
public String getCommandList()
public String getPusher()
public String getPushee()
public PushCertificate.NonceStatus getNonceStatus()
Copyright © 2015 Eclipse JGit Project. All rights reserved.