Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for normalizeKeyId (0.25 sec)

  1. platforms/software/security/src/main/java/org/gradle/plugins/signing/signatory/pgp/PgpSignatoryFactory.java

                throw new InvalidUserDataException("Unable to read secret key from " + sourceDescription + " (it may not be a PGP secret key ring)", e);
            }
            return readSecretKey(keyRingCollection, normalizeKeyId(keyId), sourceDescription);
        }
    
        protected PGPSecretKey readSecretKey(PGPSecretKeyRingCollection keyRings, final PgpKeyId keyId, String sourceDescription) {
            PGPSecretKey key = findSecretKey(keyRings, keyId);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top