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. |
privateKey | java.security.PrivateKey Object representing the private key. |
certChain | byte[ ] [ ] List of byte arrays representing the certificate chain associated with the private key. |