Initial Commit
This commit is contained in:
15
iTechSharp/srcbc/ocsp/UnknownStatus.cs
Normal file
15
iTechSharp/srcbc/ocsp/UnknownStatus.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.Ocsp
|
||||
{
|
||||
/**
|
||||
* wrapper for the UnknownInfo object
|
||||
*/
|
||||
public class UnknownStatus
|
||||
: CertificateStatus
|
||||
{
|
||||
public UnknownStatus()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user