packaging / net.corda.packaging / SigningParameters / <init>

<init>

SigningParameters(keyStore: KeyStore, keyAlias: String, keyPassword: String? = null)

Parameters for signing a jar file: keyStore the keystore containing the private key keyAlias alias name of the private key inside keyStore password (if any) for the private key inside the keyStore