Class KeyStoreHelper


  • public class KeyStoreHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyStoreHelper​(com.synopsys.integration.log.IntLogger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateKeyStoreWithServerCertificate​(java.lang.String alias, java.security.cert.Certificate serverCertificate, java.lang.String keyStoreFilePath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyStoreHelper

        public KeyStoreHelper​(com.synopsys.integration.log.IntLogger logger)
    • Method Detail

      • updateKeyStoreWithServerCertificate

        public void updateKeyStoreWithServerCertificate​(java.lang.String alias,
                                                        java.security.cert.Certificate serverCertificate,
                                                        java.lang.String keyStoreFilePath)