Package com.okta.sdk.impl.util
Class ConfigUtil
java.lang.Object
com.okta.sdk.impl.util.ConfigUtil
- 
Field Details
- 
RSA_PRIVATE_KEY_HEADER
- See Also:
 
 - 
RSA_PRIVATE_KEY_FOOTER
- See Also:
 
 - 
EC_PRIVATE_KEY_HEADER
- See Also:
 
 - 
EC_PRIVATE_KEY_FOOTER
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ConfigUtil
public ConfigUtil() 
 - 
 - 
Method Details
- 
hasPrivateKeyContentWrapper
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.
 
 
 -