ParagonIE_Sodium_Core_Base64_UrlSafe
Methods
1 to 6 of 6
- ParagonIE_Sodium_Core_Base64_UrlSafe::decode() – decode from base64 into binary
- ParagonIE_Sodium_Core_Base64_UrlSafe::decode6Bits() – Uses bitwise operators instead of table-lookups to turn 6-bit integers into 8-bit integers.
- ParagonIE_Sodium_Core_Base64_UrlSafe::doEncode() –
- ParagonIE_Sodium_Core_Base64_UrlSafe::encode() – Encode into Base64
- ParagonIE_Sodium_Core_Base64_UrlSafe::encode6Bits() – Uses bitwise operators instead of table-lookups to turn 8-bit integers into 6-bit integers.
- ParagonIE_Sodium_Core_Base64_UrlSafe::encodeUnpadded() – Encode into Base64, no = padding