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

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

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