public class PushCertificate extends Object
A valid certificate will not return null from any getter methods; callers may assume that any null value indicates a missing or invalid certificate.
Modifier and Type | Class and Description |
---|---|
static class |
PushCertificate.NonceStatus
Verification result of the nonce returned during push.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<ReceiveCommand> |
getCommands() |
String |
getNonce() |
PushCertificate.NonceStatus |
getNonceStatus() |
String |
getPushee() |
String |
getPusher() |
PushCertificateIdent |
getPusherIdent() |
String |
getSignature() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
String |
toText() |
String |
toTextWithSignature() |
public String getVersion()
public String getPusher()
public PushCertificateIdent getPusherIdent()
public String getPushee()
public String getNonce()
public PushCertificate.NonceStatus getNonceStatus()
public List<ReceiveCommand> getCommands()
public String getSignature()
"----BEGIN GPG SIGNATURE-----\n"
and
"----END GPG SIGNATURE-----\n
", inclusive.public String toText()
public String toTextWithSignature()
PushCertificateParser.fromString(String)
.Copyright © 2017 Eclipse JGit Project. All rights reserved.