mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-10 06:06:02 +00:00
38 lines
876 B
C
38 lines
876 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_security_cert_CertStoreSpi__
|
||
|
#define __java_security_cert_CertStoreSpi__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
namespace cert
|
||
|
{
|
||
|
class CRLSelector;
|
||
|
class CertSelector;
|
||
|
class CertStoreParameters;
|
||
|
class CertStoreSpi;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::security::cert::CertStoreSpi : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
CertStoreSpi(::java::security::cert::CertStoreParameters *);
|
||
|
virtual ::java::util::Collection * engineGetCertificates(::java::security::cert::CertSelector *) = 0;
|
||
|
virtual ::java::util::Collection * engineGetCRLs(::java::security::cert::CRLSelector *) = 0;
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_security_cert_CertStoreSpi__
|