Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.crypto
dw.crypto
Class CertificateRef
Object
dw.crypto.CertificateRef
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() : String
Returns the string representation of this CertificateRef.
Methods inherited from class Object
Constructor Detail
CertificateRef
public CertificateRef(alias : String)
Creates a CertificateRef from the passed alias. No check is made whether the alias is actually referring to a certificate in the keystore, this check is made when the CertificateRef is used.
Parameters:
alias - an alias that should refer to a certificate in the keystore.

Method Detail
toString
toString() : String
Returns the string representation of this CertificateRef.
Returns:
The string representation of this CertificateRef.

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.