JksStoreLoad(Stream, Char) Method
Namespace: Org.BouncyCastle.SecurityAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public void Load(
Stream stream,
char[] password
)
Public Sub Load (
stream As Stream,
password As Char()
)
function Load(stream, password);
Parameters
- stream Stream
-
- password Char
-
WARNING: If password is null, no integrity check is performed.