Package 

Class EncodeSecret


  • 
    public class EncodeSecret
    
                        

    EncodeSecret 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 String encodeSecret(String propertyIdAndSecret) Encodes the provided string using Base64 encoding.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encodeSecret

         static String encodeSecret(String propertyIdAndSecret)

        Encodes the provided string using Base64 encoding.

        Parameters:
        propertyIdAndSecret - The string to be encoded.