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
Methods in org.eclipse.jgit.transport that return PushCertificateIdent Modifier and Type Method Description PushCertificateIdentPushCertificate. getPusherIdent()Get identity of the pusher who signed the cert.static PushCertificateIdentPushCertificateIdent. parse(String str)Parse an identity from a string.
-