Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for InvalidKeyException (0.23 sec)

  1. src/test/java/jcifs/tests/PACTest.java

    package jcifs.tests;
    
    
    import java.io.File;
    import java.nio.charset.StandardCharsets;
    import java.nio.file.Files;
    import java.nio.file.Path;
    import java.security.GeneralSecurityException;
    import java.security.InvalidKeyException;
    import java.security.NoSuchAlgorithmException;
    import java.util.Arrays;
    import java.util.Locale;
    
    import javax.crypto.Mac;
    import javax.crypto.spec.SecretKeySpec;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Oct 01 12:01:17 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheEncryptionIntegrationTest.groovy

            // exception error message varies across JCE implementations, but the exception class is predictable
            containsLine(result.error, matchesRegexp(".*java.security.InvalidKeyException.*"))
        }
    
        def "build fails if key is provided via env var but not Base64-encoded"() {
            given:
            char invalidBase64Char = "!"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top