mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
34 lines
763 B
C++
34 lines
763 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_security_cert_CertificateNotYetValidException__
|
|
#define __javax_security_cert_CertificateNotYetValidException__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/security/cert/CertificateException.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace security
|
|
{
|
|
namespace cert
|
|
{
|
|
class CertificateNotYetValidException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::security::cert::CertificateNotYetValidException : public ::javax::security::cert::CertificateException
|
|
{
|
|
|
|
public:
|
|
CertificateNotYetValidException();
|
|
CertificateNotYetValidException(::java::lang::String *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_security_cert_CertificateNotYetValidException__
|