mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
63 lines
1.3 KiB
C
63 lines
1.3 KiB
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_javax_net_ssl_SRPTrustManager__
|
||
|
#define __gnu_javax_net_ssl_SRPTrustManager__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
#include <gcj/array.h>
|
||
|
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace crypto
|
||
|
{
|
||
|
namespace sasl
|
||
|
{
|
||
|
namespace srp
|
||
|
{
|
||
|
class PasswordFile;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
namespace net
|
||
|
{
|
||
|
namespace ssl
|
||
|
{
|
||
|
class SRPTrustManager;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
namespace java
|
||
|
{
|
||
|
namespace math
|
||
|
{
|
||
|
class BigInteger;
|
||
|
}
|
||
|
namespace security
|
||
|
{
|
||
|
class KeyPair;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::javax::net::ssl::SRPTrustManager : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
virtual jboolean contains(::java::lang::String *) = 0;
|
||
|
virtual ::java::security::KeyPair * getKeyPair(::java::lang::String *) = 0;
|
||
|
virtual JArray< jbyte > * getSalt(::java::lang::String *) = 0;
|
||
|
virtual ::java::math::BigInteger * getVerifier(::java::lang::String *) = 0;
|
||
|
virtual ::gnu::javax::crypto::sasl::srp::PasswordFile * getPasswordFile() = 0;
|
||
|
static ::java::lang::Class class$;
|
||
|
} __attribute__ ((java_interface));
|
||
|
|
||
|
#endif // __gnu_javax_net_ssl_SRPTrustManager__
|