| Fully Qualified Name: | Laminas\Crypt\PublicKey\Rsa\AbstractKey |
| Name | Description | Defined By |
|---|---|---|
| __toString() | AbstractKey | |
| decrypt() | Decrypt using this key | AbstractKey |
| encrypt() | Encrypt using this key | AbstractKey |
| getOpensslKeyResource() | Retrieve openssl key resource | AbstractKey |
| getSize() | Get key size in bits | AbstractKey |
| toString() | Get string representation of this key | AbstractKey |
Returns: string
Decrypt using this key
| Parameter Name | Type | Description |
|---|---|---|
| $data | string |
Returns: string
Encrypt using this key
| Parameter Name | Type | Description |
|---|---|---|
| $data | string |
Returns: string
Retrieve openssl key resource
Returns: resource
Get key size in bits
Returns: int
Get string representation of this key
Returns: string