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 PushCertificateIdentPushCertificate. pusherprivate PushCertificateIdentPushCertificateParser. pusherMethods 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(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)
-