Java org.eclipse.jgit.transport PushCertificateIdent fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport PushCertificateIdent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport PushCertificateIdent.

The text is from its open source code.

Constructor

PushCertificateIdent(String userId, long when, int tzOffset)
Construct a new identity from an OpenPGP User ID.

Method

StringgetRaw()
Get the raw string from which this identity was parsed.
PushCertificateIdentparse(String str)
Parse an identity from a string.