Class TlsConfigUtils

java.lang.Object
io.quarkus.tls.runtime.config.TlsConfigUtils

public class TlsConfigUtils extends Object
  • Method Details

    • read

      public static byte[] read(Path path)
      Read the content of the path.

      The file is read from the classpath if it exists, otherwise it is read from the file system.

      Parameters:
      path - the path, must not be null
      Returns:
      the content of the file