RSA private key
Create private key instance from PEM formatted key file
| Parameters: |
|
|---|---|
| Return type: | PrivateKey |
| Throws : | ExceptionInvalidArgumentException |
Constructor
| Parameters: |
|
|---|---|
| Throws ExceptionRuntimeException: | |
Encrypt using this key
| Parameters: | string – |
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException |
| Throws : | ExceptionInvalidArgumentException |
Decrypt using this key
| Parameters: | string – |
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException |
| Throws : | ExceptionInvalidArgumentException |