Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DummyCertPathReviewer.java « test « smime « mail « spongycastle « org « java « test « src « mail - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5229825d41cf326c9c80997384ff73928e7af477 (plain)
1
2
3
4
5
6
7
8
package org.bouncycastle.mail.smime.test;

import org.bouncycastle.x509.PKIXCertPathReviewer;

public class DummyCertPathReviewer extends PKIXCertPathReviewer
{

}