Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPassPhrase (0.22 sec)

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

         * authentication via exchange of private/public keys and private key was used for authentication.
         *
         * @return passphrase of the private key file
         */
        public String getPassphrase() {
            return passphrase;
        }
    
        /**
         * Set the passphrase of the private key file.
         *
         * @param passphrase passphrase of the private key file
         */
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Nov 22 13:26:01 GMT 2022
    - 3.1K bytes
    - Viewed (0)
Back to top