NoSuchAlgorithmException, CertificateException, IOException,
KeyStoreException {
- String alias = null;
+ String alias = "";
FileInputStream certInStream = null;
try {
// Load the KeyStore and get the signing key and certificate.
SAXException, IllegalArgumentException, IllegalStateException,
OutOfMemoryError, XMLSignatureException {
- String alias = null;
+ String alias = "";
String signerFileName = null;
File dirFolder = null;
String pkcsPassValue) throws KeyStoreException,
NoSuchAlgorithmException, CertificateException, IOException {
FileInputStream certInStream = null;
- String alias = null;
+ String alias = "";
int certCnt = 0;
try {