Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LoadedKeys (0.24 sec)

  1. platforms/software/security/src/main/java/org/gradle/security/internal/KeyringFilePublicKeyService.java

        private final static Logger LOGGER = Logging.getLogger(KeyringFilePublicKeyService.class);
        private final File keyRingFile;
        private LoadedKeys keys;
    
        public KeyringFilePublicKeyService(File keyRingFile) {
            this.keyRingFile = keyRingFile;
        }
    
        private LoadedKeys load() {
            synchronized (this) {
                if (keys == null) {
                    try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.security.internal.Fingerprint> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Fingerprint.java:0)
    Class <org.gradle.security.internal.KeyringFilePublicKeyService$LoadedKeys> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (KeyringFilePublicKeyService.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top