Class CertificateCredential

    • Constructor Detail

      • CertificateCredential

        public CertificateCredential​(java.lang.String username,
                                     java.lang.String certfile,
                                     char[] passphrase)
        Constructs a CertificateCredential out of a username, a certificate file containing a private key, and an optional passphrase.
        Parameters:
        username - the username for this certificate
        certfile - the certification file
        passphrase - the optional passphrase needed to decrypt for this certificate
    • Method Detail

      • getCertificateFile

        public java.lang.String getCertificateFile()
        Returns the certificate file.
        Returns:
        the certificate file.