Uses of Class
org.eclipse.jgit.transport.PushCertificateIdent
-
Packages that use PushCertificateIdent Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PushCertificateIdent in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PushCertificateIdent Modifier and Type Field Description private PushCertificateIdent
PushCertificate. pusher
private PushCertificateIdent
PushCertificateParser. pusher
Methods in org.eclipse.jgit.transport that return PushCertificateIdent Modifier and Type Method 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.Constructors in org.eclipse.jgit.transport with parameters of type PushCertificateIdent Constructor 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)
-