sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
42 lines (22 loc) • 854 B
Markdown
## Package: dw.crypto
# Class CertificateRef
## Inheritance Hierarchy
- Object
- dw.crypto.CertificateRef
## Description
This class is used as a reference to a certificate in the keystore which can be managed in the Business Manager. Note: this class handles sensitive security-related data. Pay special attention to PCI DSS v3. requirements 2, 4, and 12.
## Constructor Summary
CertificateRef(alias : String) Creates a CertificateRef from the passed alias.
## Method Summary
### toString
**Signature:** `toString() : String`
Returns the string representation of this CertificateRef.
## Constructor Detail
## Method Detail
## Method Details
### toString
**Signature:** `toString() : String`
**Description:** Returns the string representation of this CertificateRef.
**Returns:**
The string representation of this CertificateRef.