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

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

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