SAP ABAP Class CL_ST_CRYPTO_SCT13 (WS Secure Conversation SCT 1.3)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC (Application Component) Security
     SOAP_SECURITY (Package) SOAP Security
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ST_CRYPTO_SCT_BASE WS Secure Conversation SCT - Base Class 20080310
Properties
Class CL_ST_CRYPTO_SCT13  
Short Description WS Secure Conversation SCT 1.3    
Super Class CL_ST_CRYPTO_SCT_BASE WS Secure Conversation SCT - Base Class 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_SECURITY   SOAP Security 
Created 20080121   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_WSSE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_ST_CRYPTO_SCT13 has no interface implemented.
Friends
Class CL_ST_CRYPTO_SCT13 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ALGORITHM_SHA1 Constant Private Type reference (TYPE) STRING CL_SEC_SXML_WRITER=>CO_AES256_ALGORITHM 20080130
2 CO_ID_ISSUE Constant Public Type reference (TYPE) I 2 20080208
3 CO_ID_REUSE Constant Public Type reference (TYPE) I 1 20080208
4 CO_KEYLENGTH Constant Private Type reference (TYPE) I 32 20080131
5 CO_KEYSIZE Constant Private Type reference (TYPE) INT4 256 Natürliche Zahl 20080131
6 M_SCT Instance attribute Private Type reference (TYPE) XSDANY XML-Fragment 20080130
7 M_UNATTACHEDREF Instance attribute Private Type reference (TYPE) XSDANY XML Fragment 20080827
Methods
# Method Level Visibility Method type Description Created on
1 CALL_STS Static method Private Method 20080215
2 CANCEL Static method Public Method SCT 1.3 Token invalidieren 20080125
3 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20080128
4 CREATE Static method Public Method SCT 1.3 Token erzeugen 20080121
5 GET_EXPIRES Instance method Public Method 20080207
6 GET_IDENTIFIER Instance method Public Method 20080128
7 GET_SCT_REFERENCE Instance method Public Method 20080307
8 PARSE Static method Public Method SCT Parsen 20080201
9 REQUEST_INIT Instance method Private Method 20080214
10 REQUEST_SEND_RST Instance method Private Method 20080214
11 STS Static method Public Method 20080131
12 STS_CANCEL Static method Private Method 20080201
13 STS_ISSUE Static method Private Method 20080201
14 STS_RENEW Static method Private Method 20080201
15 VERIFY Instance method Public Method Security Token prüfen 20080211
Events
Class CL_ST_CRYPTO_SCT13 has no event.
Types
Class CL_ST_CRYPTO_SCT13 has no local type.
Method Signatures

Method CALL_STS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RSTR Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RSTR wst:RequestSecurityTokenResponse 20080215
2 Importing IR_CONFIG Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG WSP configuration runtime object 20080215
3 Importing IS_RST Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RST wst:RequestSecurityToken 20080215
4 Importing IV_ACTION Call by reference Type reference (TYPE) STRING 20080226
5 Importing IV_CACHE_ID Call by reference Type reference (TYPE) SEC_ST_CACHE_ID ID der Security Token Cache 20080826

Method CALL_STS on class CL_ST_CRYPTO_SCT13 has no exception.

Method CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CFG Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_ST_CFG_O_SCT13 Konfiguration für Security Token 20080208
2 Importing IV_CACHE_ID Call by reference Type reference (TYPE) SEC_ST_CACHE_ID ID der Security Token Cache 20080208

Method CANCEL on class CL_ST_CRYPTO_SCT13 has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CFG Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_ST_CFG_O_SCT13 Konfiguration für Security Token 20080128

Method CONSTRUCTOR on class CL_ST_CRYPTO_SCT13 has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ST Value transfer Object reference (TYPE REF TO) CL_ST_CRYPTO_SCT13 WS Secure Conversation SCT 20080125
2 Importing IS_CFG Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_ST_CFG_O_SCT13 Konfiguration für Security Token 20080128
3 Importing IV_CACHE_ID Call by reference Type reference (TYPE) SEC_ST_CACHE_ID ID der Security Token Cache 20080207
4 Importing IV_IDUSAGE Call by reference Type reference (TYPE) I 0 20080208
5 Importing IV_LIFETIME Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20080207

Method CREATE on class CL_ST_CRYPTO_SCT13 has no exception.

Method GET_EXPIRES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_EXPIRES Value transfer Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20080207

Method GET_EXPIRES on class CL_ST_CRYPTO_SCT13 has no exception.

Method GET_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_IDENTIFIER Value transfer Type reference (TYPE) STRING 20080128

Method GET_IDENTIFIER on class CL_ST_CRYPTO_SCT13 has no exception.

Method GET_SCT_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SCT_REFERENCE Value transfer Type reference (TYPE) XSDANY XML-Fragment 20080307

Method GET_SCT_REFERENCE on class CL_ST_CRYPTO_SCT13 has no exception.

Method PARSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_NODE_TYPE Call by reference Type reference (TYPE) I 20080310
2 Importing IR_SEC_READER Call by reference Object reference (TYPE REF TO) CL_SEC_SXML_READER Secure SXML Reader 20080201
3 Importing IR_WSS_CTX Call by reference Object reference (TYPE REF TO) CL_WSSE_CONTEXT WSSE Context 20080310
4 Importing IS_SCT Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_SCT wsc:SecurityContextToken 20080201
5 Returning ST Value transfer Object reference (TYPE REF TO) CL_ST_CRYPTO_SCT13 WS Secure Conversation SCT 20080201

Method PARSE on class CL_ST_CRYPTO_SCT13 has no exception.

Method REQUEST_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACHE_ID Call by reference Type reference (TYPE) SEC_ST_CACHE_ID ID der Security Token Cache 20080214
2 Importing IV_IDUSAGE Call by reference Type reference (TYPE) I 0 20080214
3 Importing IV_LIFETIME Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20080214

Method REQUEST_INIT on class CL_ST_CRYPTO_SCT13 has no exception.

Method REQUEST_SEND_RST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) I 20080214
2 Importing IV_CACHE_ID Call by reference Type reference (TYPE) SEC_ST_CACHE_ID ID der Security Token Cache 20080214
3 Importing IV_IDENTIFIER Call by reference Type reference (TYPE) STRING 20080214
4 Importing IV_LIFETIME Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20080214

Method REQUEST_SEND_RST on class CL_ST_CRYPTO_SCT13 has no exception.

Method STS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RSTR13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RSTR wst:RequestSecurityTokenResponse 20080131
2 Exporting EV_ACTION_RETURN Call by reference Type reference (TYPE) STRING 20080229
3 Importing IS_RST13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RST wst:RequestSecurityToken 20080131
4 Importing IV_AUTH_METHOD Call by reference Type reference (TYPE) STRING 20080228

Method STS on class CL_ST_CRYPTO_SCT13 has no exception.

Method STS_CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RSTR13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RSTR wst:RequestSecurityTokenResponse 20080201
2 Importing IS_RST13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RST wst:RequestSecurityToken 20080201

Method STS_CANCEL on class CL_ST_CRYPTO_SCT13 has no exception.

Method STS_ISSUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RSTR13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RSTR wst:RequestSecurityTokenResponse 20080201
2 Importing IS_RST13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RST wst:RequestSecurityToken 20080201
3 Importing IV_AUTH_METHOD Call by reference Type reference (TYPE) STRING 20080228

Method STS_ISSUE on class CL_ST_CRYPTO_SCT13 has no exception.

Method STS_RENEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RSTR13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RSTR wst:RequestSecurityTokenResponse 20080201
2 Importing IS_RST13 Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_WST13_RST wst:RequestSecurityToken 20080201
3 Importing IV_AUTH_METHOD Call by reference Type reference (TYPE) STRING 20080228

Method STS_RENEW on class CL_ST_CRYPTO_SCT13 has no exception.

Method VERIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BODY_ELEMENT Call by reference Object reference (TYPE REF TO) IF_SXML_OPEN_ELEMENT SXML Element-Start 20080212
2 Importing IR_CTX Call by reference Object reference (TYPE REF TO) CL_WSSE_CONTEXT WSSE Context 20080212
3 Importing IS_CFG Call by reference Type reference (TYPE) IF_WSSE_TYPES=>SEC_ST_CFG_I_SCT13 Konfiguration für Security Token 20080211
4 Importing IT_DECRYPT_EL Call by reference Type reference (TYPE) SEC_XML_DECRYPTED_ELEMENT_TAB Table of sec_xml_decrypted_element 20091210
5 Importing IT_DSIG_INFO_TAB Call by reference Type reference (TYPE) SEC_XML_DSIG_INFO_TAB Tabelle von SEC_XML_DSIG_INFO 20080212
6 Importing IT_XENC_INFO Call by reference Type reference (TYPE) SEC_XML_XENC_INFO_TAB Table of SEC_XML_XENC_INFO 20091210

Method VERIFY on class CL_ST_CRYPTO_SCT13 has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711