-
public class EncodeSecretEncodeSecret is a utility class for encoding and decoding strings using Base64. It provides methods to encode a string into Base64 format and decode a Base64 encoded string.
-
-
Method Summary
Modifier and Type Method Description static StringencodeSecret(String propertyIdAndSecret)Encodes the provided string using Base64 encoding. -
-
Method Detail
-
encodeSecret
static String encodeSecret(String propertyIdAndSecret)
Encodes the provided string using Base64 encoding.
- Parameters:
propertyIdAndSecret- The string to be encoded.
-
-
-
-