Uses of Enum
org.eclipse.jgit.transport.PushCertificate.NonceStatus
Packages that use PushCertificate.NonceStatus
-
Uses of PushCertificate.NonceStatus in org.eclipse.jgit.transport
Subclasses with type arguments of type PushCertificate.NonceStatus in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic enumVerification result of the nonce returned during push.Methods in org.eclipse.jgit.transport that return PushCertificate.NonceStatusModifier and TypeMethodDescriptionPushCertificate.getNonceStatus()Get verification status of the nonce embedded in the certificate.static PushCertificate.NonceStatusReturns the enum constant of this type with the specified name.static PushCertificate.NonceStatus[]PushCertificate.NonceStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.HMACSHA1NonceGenerator.verify(String received, String sent, Repository db, boolean allowSlop, int slop) Verify trustworthiness of the received nonce.NonceGenerator.verify(String received, String sent, Repository db, boolean allowSlop, int slop) Verify trustworthiness of the received nonce.