Uses of Class
org.eclipse.jgit.transport.PushCertificateIdent
Packages that use PushCertificateIdent
-
Uses of PushCertificateIdent in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PushCertificateIdentModifier and TypeFieldDescriptionprivate final PushCertificateIdent
PushCertificate.pusher
private PushCertificateIdent
PushCertificateParser.pusher
Methods in org.eclipse.jgit.transport that return PushCertificateIdentModifier and TypeMethodDescriptionPushCertificate.getPusherIdent()
Get identity of the pusher who signed the cert.static PushCertificateIdent
Parse an identity from a string.Constructors in org.eclipse.jgit.transport with parameters of type PushCertificateIdentModifierConstructorDescription(package private)
PushCertificate
(String version, PushCertificateIdent pusher, String pushee, String nonce, PushCertificate.NonceStatus nonceStatus, List<ReceiveCommand> commands, String signature)