Class CertificateCredential

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String certfile
      This member variables holds the URI of the file containing the certificate.
    • Constructor Summary

      Constructors 
      Constructor Description
      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.
    • Field Detail

      • certfile

        private java.lang.String certfile
        This member variables holds the URI of the file containing the certificate.
    • 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.