Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for openpgp (0.14 sec)

  1. platforms/software/security/src/testFixtures/groovy/org/gradle/security/fixtures/SigningFixtures.groovy

    import org.bouncycastle.openpgp.PGPKeyPair
    import org.bouncycastle.openpgp.PGPKeyRingGenerator
    import org.bouncycastle.openpgp.PGPObjectFactory
    import org.bouncycastle.openpgp.PGPPublicKey
    import org.bouncycastle.openpgp.PGPPublicKeyRing
    import org.bouncycastle.openpgp.PGPPublicKeyRingCollection
    import org.bouncycastle.openpgp.PGPSecretKey
    import org.bouncycastle.openpgp.PGPSecretKeyRing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. platforms/software/security/src/main/java/org/gradle/security/internal/SecuritySupport.java

    import org.bouncycastle.openpgp.PGPCompressedData;
    import org.bouncycastle.openpgp.PGPException;
    import org.bouncycastle.openpgp.PGPObjectFactory;
    import org.bouncycastle.openpgp.PGPPublicKey;
    import org.bouncycastle.openpgp.PGPPublicKeyRing;
    import org.bouncycastle.openpgp.PGPSignature;
    import org.bouncycastle.openpgp.PGPSignatureList;
    import org.bouncycastle.openpgp.PGPUtil;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. platforms/software/security/src/main/java/org/gradle/plugins/signing/signatory/pgp/PgpSignatory.java

    import org.bouncycastle.openpgp.PGPException;
    import org.bouncycastle.openpgp.PGPPrivateKey;
    import org.bouncycastle.openpgp.PGPSecretKey;
    import org.bouncycastle.openpgp.PGPSignature;
    import org.bouncycastle.openpgp.PGPSignatureGenerator;
    import org.bouncycastle.openpgp.PGPUtil;
    import org.bouncycastle.openpgp.operator.PBESecretKeyDecryptor;
    import org.bouncycastle.openpgp.operator.bc.BcPBESecretKeyDecryptorBuilder;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  4. platforms/software/security/src/testFixtures/groovy/org/gradle/security/fixtures/SimpleKeyRing.groovy

    import org.bouncycastle.openpgp.PGPPrivateKey
    import org.bouncycastle.openpgp.PGPPublicKey
    import org.bouncycastle.openpgp.PGPPublicKeyRing
    import org.bouncycastle.openpgp.PGPPublicKeyRingCollection
    import org.bouncycastle.openpgp.PGPSecretKey
    import org.bouncycastle.openpgp.PGPSignature
    import org.bouncycastle.openpgp.PGPSignatureGenerator
    import org.bouncycastle.openpgp.PGPUtil
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/verification/signatures/PublicKeySerializer.java

     */
    package org.gradle.api.internal.artifacts.verification.signatures;
    
    import org.bouncycastle.openpgp.PGPObjectFactory;
    import org.bouncycastle.openpgp.PGPPublicKey;
    import org.bouncycastle.openpgp.PGPPublicKeyRing;
    import org.bouncycastle.openpgp.PGPUtil;
    import org.bouncycastle.openpgp.operator.bc.BcKeyFingerprintCalculator;
    import org.gradle.internal.serialize.AbstractSerializer;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. platforms/software/security/src/main/java/org/gradle/security/internal/PublicKeyDownloadService.java

     */
    package org.gradle.security.internal;
    
    import org.bouncycastle.openpgp.PGPObjectFactory;
    import org.bouncycastle.openpgp.PGPPublicKey;
    import org.bouncycastle.openpgp.PGPPublicKeyRing;
    import org.bouncycastle.openpgp.PGPUtil;
    import org.bouncycastle.openpgp.operator.KeyFingerPrintCalculator;
    import org.bouncycastle.openpgp.operator.bc.BcKeyFingerprintCalculator;
    import org.gradle.api.logging.Logger;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 08:49:35 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. platforms/software/security/src/main/java/org/gradle/security/internal/pgp/BaseInMemoryPgpSignatoryProvider.java

     * limitations under the License.
     */
    
    package org.gradle.security.internal.pgp;
    
    import org.bouncycastle.openpgp.PGPSecretKey;
    import org.bouncycastle.openpgp.PGPSecretKeyRing;
    import org.bouncycastle.openpgp.PGPUtil;
    import org.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRing;
    import org.bouncycastle.openpgp.jcajce.JcaPGPSecretKeyRingCollection;
    import org.gradle.api.InvalidUserDataException;
    import org.gradle.api.Project;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. platforms/software/security/src/main/java/org/gradle/security/internal/PublicKeyServiceChain.java

     * limitations under the License.
     */
    package org.gradle.security.internal;
    
    import com.google.common.collect.ImmutableList;
    import org.bouncycastle.openpgp.PGPPublicKey;
    import org.bouncycastle.openpgp.PGPPublicKeyRing;
    import org.gradle.api.logging.Logger;
    import org.gradle.api.logging.Logging;
    
    import java.util.List;
    
    public class PublicKeyServiceChain implements PublicKeyService {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  9. platforms/software/security/src/main/java/org/gradle/security/internal/KeyringStripper.java

    import org.bouncycastle.bcpg.PublicKeyPacket;
    import org.bouncycastle.bcpg.TrustPacket;
    import org.bouncycastle.bcpg.UserIDPacket;
    import org.bouncycastle.openpgp.PGPPublicKey;
    import org.bouncycastle.openpgp.PGPPublicKeyRing;
    import org.bouncycastle.openpgp.PGPSignature;
    import org.bouncycastle.openpgp.operator.KeyFingerPrintCalculator;
    
    import java.lang.reflect.Constructor;
    import java.util.Collections;
    import java.util.Comparator;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/verification/signatures/DefaultSignatureVerificationServiceFactory.java

    import com.google.common.collect.ImmutableList;
    import org.bouncycastle.openpgp.PGPException;
    import org.bouncycastle.openpgp.PGPPublicKey;
    import org.bouncycastle.openpgp.PGPPublicKeyRing;
    import org.bouncycastle.openpgp.PGPSignature;
    import org.bouncycastle.openpgp.PGPSignatureList;
    import org.gradle.api.internal.artifacts.repositories.transport.RepositoryTransportFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 14:54:57 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top