SAP ABAP Class CL_SEC_SXML_READER (Secure SXML Reader)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC (Application Component) Security
⤷
SXML_SEC (Package) Security Tools for Streamed XML Reader / Writer

⤷

⤷

Properties
Class | CL_SEC_SXML_READER | |
Short Description | Secure SXML Reader | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | SXML_SEC | Security Tools for Streamed XML Reader / Writer |
Created | 20050503 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SEC_SXML_READER has no interface implemented.
Friends
Class CL_SEC_SXML_READER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | XSTRING | '417373657274696F6E4944' | Attributes | 20080904 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Mode: Error on Entry Ref (Else Copy) | 20050704 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Mode: Resolve Character and Build-in Refs | 20050704 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 3 | Mode: Skip Whitespace Only Text | 20050704 | |
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | XSTRING | Name of Header Element for Encryption | 20080923 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | XSTRING | Namespace of Header Element for Encryption | 20080923 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | C | 'X' | Switch for Decryption | 20090213 | |
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEC_XML_DECRYPTED_ELEMENT_TAB | Decrypted Elements | 20080115 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Digest Method | 20091123 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEC_XML_DSIG_INFO_TAB | Signature Info | 20050503 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Signature Method | 20091123 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEC_XML_INCLUSIVE_NAMESP_TAB | Inclusive Namespaces for C14N | 20080207 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | XSTRING | '75726E3A6F617369733A6E616D65733A74633A53414D4C3A312E303A617373657274696F6E' | Namespace | 20080904 | |
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_SXML_NAMED=>NSBINDINGS | namespace bindings | 20100125 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEC_XML_SSF_INFO_TAB | SSF Info | 20080917 | ||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | C | 'X' | STR Transform Handling Active | 20080905 | |
17 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_SXML_READER | SXML Reader | 20050503 | ||
18 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEC_XML_XENC_INFO_TAB | Encryption Information | 20050503 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Canonize | 20050503 |
2 | ![]() |
Static method | Public | Method | Create Secure Reader | 20050503 |
3 | ![]() |
Instance method | Public | Method | Destroy Secure Reader | 20111206 |
4 | ![]() |
Instance method | Public | Method | set reader option | 20080924 |
5 | ![]() |
Static method | Public | Method | 20110324 | |
6 | ![]() |
Instance method | Private | Method | Initialiszation of Kernel Implementation | 20050503 |
7 | ![]() |
Instance method | Public | Method | set reader option | 20080922 |
8 | ![]() |
Instance method | Public | Method | set reader option | 20050704 |
9 | ![]() |
Instance method | Public | Method | set reader option - strings | 20100125 |
10 | ![]() |
Instance method | Public | Method | set reader option | 20080923 |
Events
Class CL_SEC_SXML_READER has no event.
Types
Class CL_SEC_SXML_READER has no local type.
Method Signatures
Method CANONICALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ALGORITHM | Call by reference | Type reference (TYPE) | I | 20050503 | |||
2 | ![]() |
OUTPUT | Call by reference | Type reference (TYPE) | XSTRING | 20050503 |
Method CANONICALIZE on class CL_SEC_SXML_READER has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTE | Call by reference | Type reference (TYPE) | XSTRING | Default Attribute | 20080902 | ||
2 | ![]() |
DIGEST | Call by reference | Type reference (TYPE) | STRING | Default Digest Method | 20091123 | ||
3 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | XSTRING | Default Namespace for Attribute | 20080902 | ||
4 | ![]() |
SEC_SXML_READER | Value transfer | Object reference (TYPE REF TO) | CL_SEC_SXML_READER | 20050503 | |||
5 | ![]() |
SXML_READER | Call by reference | Object reference (TYPE REF TO) | CL_SXML_READER | SXML Reader Interface | 20050503 |
Method CREATE on class CL_SEC_SXML_READER has no exception.
Method DESTROY Signature
Method DESTROY on class CL_SEC_SXML_READER has no parameter.
Method DESTROY on class CL_SEC_SXML_READER has no exception.
Method GET_STRING_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | Attribut | 20080924 | ||
2 | ![]() |
EF_CRYPT_HEADER_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Kopfelementes bei Verschlüsselung | 20080924 | ||
3 | ![]() |
EF_CRYPT_HEADER_NSP | Call by reference | Type reference (TYPE) | STRING | Namespace des Kopfelementes bei Verschlüsselung | 20080924 | ||
4 | ![]() |
EF_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Namespace | 20080924 |
Method GET_STRING_ATTRIBUTES on class CL_SEC_SXML_READER has no exception.
Method GET_TOKEN_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPSERVER | Call by reference | Type reference (TYPE) | MSNAME2 | 20110324 | |||
2 | ![]() |
CACHE_ENTRY | Call by reference | Type reference (TYPE) | SEC_ST_CACHE_ENTRY | 20110324 | |||
3 | ![]() |
CACHE_ID | Call by reference | Type reference (TYPE) | SEC_ST_CACHE_ID | 20110324 |
Method GET_TOKEN_CACHE_ENTRY on class CL_SEC_SXML_READER has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_SEC_SXML_READER has no parameter.
Method INITIALIZE on class CL_SEC_SXML_READER has no exception.
Method SET_ATTRIBUTES Signature
Method SET_ATTRIBUTES on class CL_SEC_SXML_READER has no parameter.
Method SET_ATTRIBUTES on class CL_SEC_SXML_READER has no exception.
Method SET_FEATURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050704 | |||
2 | ![]() |
FEATURE | Call by reference | Type reference (TYPE) | I | 20050704 | |||
3 | ![]() |
OLDVAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050704 |
Method SET_FEATURE on class CL_SEC_SXML_READER has no exception.
Method SET_FEATURE_EX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FEATURE | Call by reference | Type reference (TYPE) | STRING | 20100125 | |||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20100125 |
Method SET_FEATURE_EX on class CL_SEC_SXML_READER has no exception.
Method SET_STRING_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | Attribut | 20080924 | ||
2 | ![]() |
IF_CRYPT_HEADER_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Kopfelementes bei Verschlüsselung | 20080924 | ||
3 | ![]() |
IF_CRYPT_HEADER_NSP | Call by reference | Type reference (TYPE) | STRING | Namespace des Kopfelementes bei Verschlüsselung | 20080924 | ||
4 | ![]() |
IF_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Namespace | 20080924 |
Method SET_STRING_ATTRIBUTES on class CL_SEC_SXML_READER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |