SAP ABAP Class CL_SATC_CHECKSUM (Service to compute cryptographic checksum)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_SHARED_AUX_CORE (Package) INTERNAL: - *NO* REUSE - Auxiliaries Implemention Details
⤷
⤷
Properties
| Class | CL_SATC_CHECKSUM | |
| Short Description | Service to compute cryptographic checksum | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_SHARED_AUX_CORE | INTERNAL: - *NO* REUSE - Auxiliaries Implemention Details |
| Created | 20061227 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SATC_CHECKSUM has no forward declaration.
Interfaces
Class CL_SATC_CHECKSUM has no interface implemented.
Friends
Class CL_SATC_CHECKSUM has no friend class.
Attributes
Class CL_SATC_CHECKSUM has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns MD5 checksum for byte stream | 20061227 | |
| 2 | Instance method | Public | Method | Returns MD5 checksum for text sequence | 20061227 |
Events
Class CL_SATC_CHECKSUM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_D_CHECKSUM | Public | See coding | CheckSum | 20061227 | TY_D_CHECKSUM type x length 20
|
Method Signatures
Method GET_FOR_BYTE_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BYTE_SEQUENCE | Call by reference | Type reference (TYPE) | XSTRING | 20061227 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_D_CHECKSUM | 20061227 |
Method GET_FOR_BYTE_SEQUENCE on class CL_SATC_CHECKSUM has no exception.
Method GET_FOR_TEXT_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT_SEQUENCE | Call by reference | Type reference (TYPE) | STRING | 20061227 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_D_CHECKSUM | 20061227 |
Method GET_FOR_TEXT_SEQUENCE on class CL_SATC_CHECKSUM has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |