| Constructor and Description |
|---|
ComponentSigner(String keystorePath,
String storepass,
String keypass,
String alias,
String tsaUrl)
Creates a new
ComponentSigner instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
sign(File jarFile)
Signs the given JAR
File using the configured certificate for this instance. |
public ComponentSigner(String keystorePath, String storepass, String keypass, String alias, String tsaUrl)
ComponentSigner instance. This instance can be reusable to sign different artifactskeystorePath - path of the security certificates repositorystorepass - password to access to the keystore repositorykeypass - password to access to the particular certificate inside the repositoryalias - identifier of the certificate to usetsaUrl - url of the Time Stamping Authority (TSA)Copyright © 2016. All rights reserved.