Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PrivateKey (0.07 sec)

  1. compat/maven-artifact/src/main/java/org/apache/maven/artifact/repository/Authentication.java

         */
        public String getPrivateKey() {
            return privateKey;
        }
    
        /**
         * Set the absolute path to private key file.
         *
         * @param privateKey path to private key in local file system
         */
        public void setPrivateKey(final String privateKey) {
            this.privateKey = privateKey;
        }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. manifests/charts/base/files/crd-all.gen.yaml

                                        - MUTUAL
                                        - ISTIO_MUTUAL
                                        type: string
                                      privateKey:
                                        description: REQUIRED if mode is `MUTUAL`.
                                        type: string
                                      sni:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
Back to top