Skip to content

Latest commit

 

History

History

base64

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Base64 functions

Decode a base64 string

This method takes a base64 string and decodes it.

Java code info

Function rule configuration

  • Function handler: com.pega.launchpad.base64.Base64::decode
  • Input parameters:
    • text (Text)
  • Output parameters:
    • Type: Text

encode a string with base64

This method takes a plain string and encodes it in base64.

Java code info

Function rule configuration

  • Function handler: com.pega.launchpad.base64.Base64::encode
  • Input parameters:
    • text (Text)
  • Output parameters:
    • Type: Text