Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 000d7ff

Browse files
committed
Clean-up
1 parent 42f65b0 commit 000d7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mastercard/developer/utils/EncryptionUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private EncryptionUtils() {
3131
/**
3232
* Populate a X509 encryption certificate object with the certificate data at the given file path.
3333
*/
34-
public static Certificate loadEncryptionCertificate(String certificatePath) throws CertificateException, NoSuchProviderException, FileNotFoundException {
34+
public static Certificate loadEncryptionCertificate(String certificatePath) throws CertificateException, FileNotFoundException {
3535
CertificateFactory factory = CertificateFactory.getInstance("X.509");
3636
return factory.generateCertificate(new FileInputStream(certificatePath));
3737
}

0 commit comments

Comments
 (0)