Uses of Interface
org.eclipse.jgit.transport.NonceGenerator
-
Packages that use NonceGenerator Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of NonceGenerator in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement NonceGenerator Modifier and Type Class Description classHMACSHA1NonceGeneratorThe nonce generator which was first introduced to git-core.Fields in org.eclipse.jgit.transport declared as NonceGenerator Modifier and Type Field Description private NonceGeneratorPushCertificateParser. nonceGeneratorprivate NonceGeneratorSignedPushConfig. nonceGeneratorMethods in org.eclipse.jgit.transport that return NonceGenerator Modifier and Type Method Description NonceGeneratorSignedPushConfig. getNonceGenerator()Get theNonceGeneratorused for signed pushes.Methods in org.eclipse.jgit.transport with parameters of type NonceGenerator Modifier and Type Method Description voidSignedPushConfig. setNonceGenerator(NonceGenerator generator)Set theNonceGeneratorused for signed pushes.
-