SAP ABAP Interface IF_SRT_WSP_SERIAL_HELPER (Serialization helper)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_CONFIG (Package) SOAP Configuration Framework
⤷
⤷
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
| Interface | IF_SRT_WSP_SERIAL_HELPER | |
| Short Description | Serialization helper |
General Data
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20101215 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SRT_WSP_SERIAL_HELPER has no forward declaration.
Interfaces
Interface IF_SRT_WSP_SERIAL_HELPER has no interface.
Friends
Interface IF_SRT_WSP_SERIAL_HELPER has no friend.
Attributes
Interface 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
Interface IF_SRT_WSP_SERIAL_HELPER has no event.
Types
Interface 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 | 740 |