Class CertificateRef
This class is used as a reference to a certificate or public key.
Note: this class handles sensitive security-related data.
Pay special attention to PCI DSS v3. requirements 2, 4, and 12.
All Known Subclasses
X509Certificate
Constructor Summary
Constructor Description CertificateRef (String )Creates a CertificateRef from the passed alias as a reference to a certificate in Business Manager.
Method Summary
Method Description toString ()Returns the string representation of this CertificateRef.
Methods inherited from class Object
assign , create , create , defineProperties , defineProperty , entries , freeze , fromEntries , getOwnPropertyDescriptor , getOwnPropertyNames , getOwnPropertySymbols , getPrototypeOf , hasOwnProperty , is , isExtensible , isFrozen , isPrototypeOf , isSealed , keys , preventExtensions , propertyIsEnumerable , seal , setPrototypeOf , toLocaleString , toString , valueOf , values
Constructor Details
CertificateRef(String)
CertificateRef(alias: String )
Creates a CertificateRef from the passed alias as a reference to a certificate in Business Manager.
No check is made whether the alias is actually valid until the time that this CertificateRef is
used to resolve a certificate or public key.
Parameters:
alias - an alias that should refer to a certificate in the keystore.
Method Details
toString()
toString(): String
Returns the string representation of this CertificateRef.
Returns:
The string representation of this CertificateRef.