Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 411 for Signing (0.11 sec)

  1. platforms/documentation/docs/src/snippets/signing/gnupg-signatory/groovy/build.gradle

    plugins {
        id 'java'
        id 'signing'
    }
    
    group = 'gradle'
    version = '1.0'
    
    // tag::configure-signatory[]
    signing {
        useGpgCmd()
        sign configurations.runtimeElements
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 206 bytes
    - Viewed (0)
  2. platforms/software/security/src/main/java/org/gradle/plugins/signing/signatory/pgp/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * PGP signing support.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 699 bytes
    - Viewed (0)
  3. platforms/software/signing/src/test/groovy/org/gradle/plugins/signing/SigningProjectSpec.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.plugins.signing
    
    import org.gradle.test.fixtures.AbstractProjectBuilderSpec
    
    import java.nio.file.Files
    
    abstract class SigningProjectSpec extends AbstractProjectBuilderSpec {
    
        static final DEFAULT_KEY_SET = "gradle"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/plugins.xml

        </plugin>
        <plugin id="java-library-distribution" description="Java Library Distribution Plugin"/>
        <plugin id="signing" description="Signing Plugin">
            <extends targetClass="org.gradle.api.Project" id="signing" extensionClass="org.gradle.plugins.signing.SigningExtension"/>
        </plugin>
        <plugin id="eclipse" description="Eclipse Plugin">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. platforms/software/signing/src/main/java/org/gradle/plugins/signing/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * The signing plugin.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 684 bytes
    - Viewed (0)
  6. platforms/software/security/src/main/java/org/gradle/plugins/signing/signatory/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * The signing plugin signatory types.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 710 bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/SmbNegotiationResponse.java

         * @return selected dialect
         */
        DialectVersion getSelectedDialect ();
    
    
        /**
         * 
         * @return whether the server has singing enabled
         */
        boolean isSigningEnabled ();
    
    
        /**
         * 
         * @return whether the server requires signing
         */
        boolean isSigningRequired ();
    
    
        /**
         * @return whether the server supports DFS
         */
        boolean isDFSSupported ();
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.6K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/certificates/v1beta1/generated.proto

      //
      // Valid values are:
      //  "signing",
      //  "digital signature",
      //  "content commitment",
      //  "key encipherment",
      //  "key agreement",
      //  "data encipherment",
      //  "cert sign",
      //  "crl sign",
      //  "encipher only",
      //  "decipher only",
      //  "any",
      //  "server auth",
      //  "client auth",
      //  "code signing",
      //  "email protection",
      //  "s/mime",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. pilot/pkg/bootstrap/istio_ca.go

    //   backward compat. Will be removed with the node-agent. sds-agent is calling NewCitadelClient directly, using
    //   K8S root.
    
    var (
    	// LocalCertDir replaces the "cert-chain", "signing-cert" and "signing-key" flags in citadel - Istio installer is
    	// requires a secret named "cacerts" with specific files inside.
    	LocalCertDir = env.Register("ROOT_CA_DIR", "./etc/cacerts",
    		"Location of a local or mounted CA root")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/certificates/v1beta1/types.go

    	//
    	// Valid values are:
    	//  "signing",
    	//  "digital signature",
    	//  "content commitment",
    	//  "key encipherment",
    	//  "key agreement",
    	//  "data encipherment",
    	//  "cert sign",
    	//  "crl sign",
    	//  "encipher only",
    	//  "decipher only",
    	//  "any",
    	//  "server auth",
    	//  "client auth",
    	//  "code signing",
    	//  "email protection",
    	//  "s/mime",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 10.4K bytes
    - Viewed (0)
Back to top