Uses of Interface
org.eclipse.jgit.transport.NonceGenerator
Packages that use NonceGenerator
-
Uses of NonceGenerator in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement NonceGeneratorModifier and TypeClassDescriptionclass
The nonce generator which was first introduced to git-core.Fields in org.eclipse.jgit.transport declared as NonceGeneratorModifier and TypeFieldDescriptionprivate final NonceGenerator
PushCertificateParser.nonceGenerator
private NonceGenerator
SignedPushConfig.nonceGenerator
Methods in org.eclipse.jgit.transport that return NonceGeneratorModifier and TypeMethodDescriptionSignedPushConfig.getNonceGenerator()
Get theNonceGenerator
used for signed pushes.Methods in org.eclipse.jgit.transport with parameters of type NonceGeneratorModifier and TypeMethodDescriptionvoid
SignedPushConfig.setNonceGenerator
(NonceGenerator generator) Set theNonceGenerator
used for signed pushes.