◆ decode6Bits()
static decode6Bits |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 6-bit integers into 8-bit integers.
Base64 character set: [A-Z] [a-z] [0-9] + / 0x41-0x5a, 0x61-0x7a, 0x30-0x39, 0x2b, 0x2f
- Paramètres
-
- Renvoie
- int
◆ decodeNoPadding()
static decodeNoPadding |
( |
string |
$encodedString | ) |
|
|
static |
◆ encode()
static encode |
( |
string |
$binString | ) |
|
|
static |
Encode into Base64
Base64 character set "[A-Z][a-z][0-9]+/"
- Paramètres
-
- Renvoie
- string
- Exceptions
-
Implémente EncoderInterface.
Référencé par RFC4648\base64Encode(), Encoding\base64Encode(), Encoding\base64EncodeDotSlash(), Encoding\base64EncodeDotSlashOrdered(), RFC4648\base64UrlSafeEncode(), X509\saveCRL(), X509\saveCSR(), X509\saveSPKAC(), X509\saveX509(), PKCS1\wrapPrivateKey(), OpenSSH\wrapPrivateKey(), PuTTY\wrapPrivateKey(), PKCS8\wrapPrivateKey(), PKCS1\wrapPublicKey(), PuTTY\wrapPublicKey(), et PKCS8\wrapPublicKey().
◆ encode6Bits()
static encode6Bits |
( |
int |
$src | ) |
|
|
staticprotected |
Uses bitwise operators instead of table-lookups to turn 8-bit integers into 6-bit integers.
- Paramètres
-
- Renvoie
- string
◆ encodeUnpadded()
static encodeUnpadded |
( |
string |
$src | ) |
|
|
static |
Encode into Base64, no = padding
Base64 character set "[A-Z][a-z][0-9]+/"
- Paramètres
-
- Renvoie
- string
- Exceptions
-
La documentation de cette classe a été générée à partir du fichier suivant :