Package com.cloudera.cdp.client
Class CredentialUtilities
java.lang.Object
com.cloudera.cdp.client.CredentialUtilities
Utility methods for interacting with CDP credentials.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PrivateKey
decodePrivateKey
(String privateKey) Decodes a private key from the string format used in CDP profiles.
-
Method Details
-
decodePrivateKey
Decodes a private key from the string format used in CDP profiles.- Parameters:
privateKey
- the private key as a single line string- Returns:
- the private key
-