security.Base64 methods
Methods of the security.Base64 class.
| Name | Description | 
|---|---|
 | 
Encodes the given BYTE data in base64. | 
 | 
Decodes the given hexadecimal string to base64. | 
 | 
Encodes the given string in base64. | 
 | 
Encodes the given string in base64, based on a given charset. | 
 | 
Reads data from a file and encodes to base64. | 
 | 
Decodes the given base64 string and writes the data to a file. | 
 | 
Decodes the given base64 string into a BYTE. | 
 | 
Decodes the given base64 string to hexadecimal. | 
 | 
Decodes the given base64 string. | 
 | 
Decodes the given base64 string, based on a given charset. | 
 | 
Computes the exclusive disjunction between two base64 encoded strings. |