Discuss this help topic in SecureBlackbox Forum
Use this method to load multiple certificates stored in JKS (PKCS12) format from stream.
Declaration
Parameters
- Stream - The stream from which the certificates are loaded.
- Count - Optional parameter that specified the number of bytes to be read. If this parameter is zero, the stream from current position till the end is read.
- Pass - Specifies the pass phrase to decrypt the certificates data. If certificates are not encrypted, set this parameter to empty string.
- OnPasswordNeeded - This event is called if Pass is incorrect
- Alias - Alias that identifies the certificate
- Password - Password to the certificate that is identified by Alias should be provided via this parameter
- pMethodOnPasswordNeeded -
- pDataOnPasswordNeeded -
Return value
Returns True if certificates were successfully loaded, and False otherwise.
Description
Use this method to load certificates in JKS format from the stream.
Discuss this help topic in SecureBlackbox Forum