Class CertificateInfo

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The Constant serialVersionUID.
        See Also:
        Constant Field Values
      • keyStoreCerts

        private List<Cert> keyStoreCerts
        The key store certs.
      • certificateKeyAlias

        private String certificateKeyAlias
        The certificate key alias.
      • certificateKeystoreFile

        private String certificateKeystoreFile
        The certificate keystore file.
      • certificateKeystorePassword

        private String certificateKeystorePassword
        The certificate keystore password.
      • certificateKeystoreProvider

        private String certificateKeystoreProvider
        The certificate keystore provider.
      • certificateKeystoreType

        private String certificateKeystoreType
        The certificate keystore type.
    • Constructor Detail

      • CertificateInfo

        public CertificateInfo()
    • Method Detail

      • getKeyStoreCerts

        public List<Cert> getKeyStoreCerts()
        Gets the key store certs.
        Returns:
        the key store certs
      • setKeyStoreCerts

        public void setKeyStoreCerts​(List<Cert> keyStoreCerts)
        Sets the key store certs.
        Parameters:
        keyStoreCerts - the new key store certs
      • getKeyAlias

        public String getKeyAlias()
        Gets the certificate key alias.
        Returns:
        the certificate key alias
      • setKeyAlias

        public void setKeyAlias​(String keyAlias)
        Sets the certificate key alias.
        Parameters:
        keyAlias - the new certificate key alias
      • getCertificateKeystoreFile

        public String getCertificateKeystoreFile()
        Gets the certificate keystore file.
        Returns:
        the certificate keystore file
      • setCertificateKeystoreFile

        public void setCertificateKeystoreFile​(String keystoreFile)
        Sets the certificate keystore file.
        Parameters:
        keystoreFile - the new certificate keystore file
      • getCertificateKeystorePassword

        public String getCertificateKeystorePassword()
        Gets the certificate keystore password.
        Returns:
        the certificate keystore password
      • setCertificateKeystorePassword

        public void setCertificateKeystorePassword​(String keystorePass)
        Sets the certificate keystore password.
        Parameters:
        keystorePass - the new certificate keystore password
      • getCertificateKeystoreProvider

        public String getCertificateKeystoreProvider()
        Gets the certificate keystore provider.
        Returns:
        the certificate keystore provider
      • setCertificateKeystoreProvider

        public void setCertificateKeystoreProvider​(String keystoreProvider)
        Sets the certificate keystore provider.
        Parameters:
        keystoreProvider - the new certificate keystore provider
      • getCertificateKeystoreType

        public String getCertificateKeystoreType()
        Gets the certificate keystore type.
        Returns:
        the certificate keystore type
      • setCertificateKeystoreType

        public void setCertificateKeystoreType​(String keystoreType)
        Sets the certificate keystore type.
        Parameters:
        keystoreType - the new certificate keystore type