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 TypeClassDescriptionclassThe nonce generator which was first introduced to git-core.Fields in org.eclipse.jgit.transport declared as NonceGeneratorModifier and TypeFieldDescriptionprivate final NonceGeneratorPushCertificateParser.nonceGeneratorprivate NonceGeneratorSignedPushConfig.nonceGeneratorMethods in org.eclipse.jgit.transport that return NonceGeneratorModifier and TypeMethodDescriptionSignedPushConfig.getNonceGenerator()Get theNonceGeneratorused for signed pushes.Methods in org.eclipse.jgit.transport with parameters of type NonceGeneratorModifier and TypeMethodDescriptionvoidSignedPushConfig.setNonceGenerator(NonceGenerator generator) Set theNonceGeneratorused for signed pushes.