Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createKeyRing (0.22 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/AbstractSignatureVerificationIntegrationTest.groovy

            def ring = createKeyRing()
            def minId = new BigInteger(Fingerprint.of(mustBeAfter).toString(), 16)
            // This loop is just to avoid some flakiness in tests which
            // expect error messages in a certain order
            while (new BigInteger(Fingerprint.of(ring.publicKey).toString(), 16) < minId) {
                ring = createKeyRing()
            }
            ring
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 20 13:00:32 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top