Integration Server
10.5 |
Built-In Services Reference Guide
|
Security Folder
|
Summary of Elements in this Folder
|
pub.security.keystore:getCertificate
pub.security.keystore:getCertificate
WmPublic. Returns the trusted certificate, stored in a truststore, that corresponds to the certificate's alias.
Input Parameters
trustStoreAlias
String
Alias for the truststore containing the certificate.
certAlias
String
Alias identifying a particular trusted certificate within a truststore.
Output Parameters
certificate
byte[ ]
A byte array containing the trusted certificate.
Usage Notes
For information about using aliases for keystores, truststores, and private keys, see
Creating a Keystore and Truststore
.