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 private key PEM has BEGIN content wrapper.
      Parameters:
      key - the supplied private key PEM string.
      Returns:
      true if the supplied private key has the BEGIN content wrapper, false otherwise.