SAP ABAP Class IF_SRT_WSP_SERIAL_HELPER (Serialization helper)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_WSP_SERIAL | Serialize SRT object | 20101215 |
Properties
| Class | IF_SRT_WSP_SERIAL_HELPER | |
| Short Description | Serialization helper | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20101215 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SRT_WSP_SERIAL_HELPER has no forward declaration.
Interfaces
Class IF_SRT_WSP_SERIAL_HELPER has no interface implemented.
Friends
Class IF_SRT_WSP_SERIAL_HELPER has no friend class.
Attributes
Class IF_SRT_WSP_SERIAL_HELPER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Decodes and decrypts specified data to string | 20101215 | |
| 2 | Instance method | Public | Method | Decodes and decrypts specified data to xstring | 20101217 | |
| 3 | Instance method | Public | Method | Encrypts and encodeds specified data (string) | 20101215 | |
| 4 | Instance method | Public | Method | Encrypts and encodes specified data (xstring) | 20101217 | |
| 5 | Instance method | Public | Method | Check if encryption is supported in this instance | 20101217 |
Events
Class IF_SRT_WSP_SERIAL_HELPER has no event.
Types
Class IF_SRT_WSP_SERIAL_HELPER has no local type.
Method Signatures
Method DECRYPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | XSTRING | 20101215 | ||||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101215 | ||||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method DECRYPT_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | XSTRING | Encryption key | 20101217 | |||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | Value to be decrypted | 20101217 | |||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | XSTRING | Decrypted value (xstring) | 20101217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20101217 |
Method ENCRYPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | XSTRING | 20101215 | ||||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101215 | ||||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method ENCRYPT_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | XSTRING | encryption key | 20101217 | |||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | XSTRING | value to be encrypted | 20101217 | |||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | base64 encoded encrypted result | 20101217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20101217 |
Method IS_ENCRYPT_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_SUPPORTED | Value transfer | Type reference (TYPE) | BOOLEAN | X=encryption is supported; spce=otherwise | 20101217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20101217 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |