summaryrefslogtreecommitdiffstats
path: root/base/util/src/com
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2012-08-16 13:03:10 -0400
committerAde Lee <alee@redhat.com>2012-08-17 13:20:00 -0400
commit477fd0b29e53b9706f5f458eae342bc35ea82adf (patch)
tree9ef8d9cf7ab6a789c9c33f0819a3a9cdf977e943 /base/util/src/com
parent622dd626a07f1ec3f68fc0dddf990b1866f88d3c (diff)
downloadpki-477fd0b29e53b9706f5f458eae342bc35ea82adf.tar.gz
pki-477fd0b29e53b9706f5f458eae342bc35ea82adf.tar.xz
pki-477fd0b29e53b9706f5f458eae342bc35ea82adf.zip
Fix for BugZilla ticket 219
Diffstat (limited to 'base/util/src/com')
-rw-r--r--base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java b/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java
index d48fe4a44..befe97e31 100644
--- a/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java
+++ b/base/util/src/com/netscape/cmsutil/crypto/CryptoUtil.java
@@ -659,7 +659,7 @@ public class CryptoUtil {
}
public static X509CertInfo createX509CertInfo(X509Key x509key,
- int serialno, String issuername, String subjname,
+ BigInteger serialno, String issuername, String subjname,
Date notBefore, Date notAfter)
throws IOException,
CertificateException,
@@ -675,7 +675,7 @@ public class CryptoUtil {
}
public static X509CertInfo createX509CertInfo(X509Key x509key,
- int serialno, String issuername, String subjname,
+ BigInteger serialno, String issuername, String subjname,
Date notBefore, Date notAfter, String alg)
throws IOException,
CertificateException,