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

UnknownStatus.java « ocsp « cert « spongycastle « org « java « main « src « pkix - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42eda7217158a66b78c3c0970246a75a83bab154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.spongycastle.cert.ocsp;

/**
 * wrapper for the UnknownInfo object
 */
public class UnknownStatus
    implements CertificateStatus
{
    public UnknownStatus()
    {
    }
}