Uses of Enum Class
org.eclipse.jgit.transport.PushCertificate.NonceStatus
Packages that use PushCertificate.NonceStatus
-
Uses of PushCertificate.NonceStatus in org.eclipse.jgit.transport
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.NonceStatus
Returns the enum constant of this class with the specified name.static PushCertificate.NonceStatus[]
PushCertificate.NonceStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.HMACSHA1NonceGenerator.verify
(String received, String sent, Repository db, boolean allowSlop, int slop) NonceGenerator.verify
(String received, String sent, Repository db, boolean allowSlop, int slop) Verify trustworthiness of the received nonce.