Hybrid Integration 10.3 | Integrating On-Premises Applications | Integration Server Built-In Services | Security Folder | pub.security.keystore:getKeyAndChain
 
pub.security.keystore:getKeyAndChain
WmPublic. Returns a private key and its associated certificate chain from a designated keystore.
Input Parameters
keyStoreAlias
String Alias for the keystore that contains the private key of interest and its certificate.
keyAlias
String Alias for the private key stored in the specified keystore.
Output Parameters
privateKey
java.security.PrivateKey Object representing the private key.
certChain
byte[ ] [ ] List of byte arrays representing the certificate chain associated with the private key.
Usage Notes
For information about using aliases for keystores, truststores, and private keys, see

Copyright © 2015- 2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.