| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Field and Description |
|---|---|
private PushCertificateIdent |
PushCertificate.pusher |
private PushCertificateIdent |
PushCertificateParser.pusher |
| Modifier and Type | Method and Description |
|---|---|
PushCertificateIdent |
PushCertificate.getPusherIdent()
Get identity of the pusher who signed the cert.
|
static PushCertificateIdent |
PushCertificateIdent.parse(java.lang.String str)
Parse an identity from a string.
|
| 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) |