Class ConfigUtil

java.lang.Object
com.okta.sdk.impl.util.ConfigUtil

public class ConfigUtil extends Object
  • Field Details

  • Constructor Details

    • ConfigUtil

      public ConfigUtil()
  • Method Details

    • hasPrivateKeyContentWrapper

      public static boolean hasPrivateKeyContentWrapper(String key)
      Check if the PEM key has BEGIN content wrapper.
      Parameters:
      key - the supplied key has BEGIN wrapper/header
      Returns: