cosmic-internal-jdk
Version:
KingScript: JDK1.8
88 lines (87 loc) • 6.82 kB
TypeScript
/// <reference types="dist/index" />
export type CertPathTrustManagerParameters = $.javax.net.ssl.CertPathTrustManagerParameters;
export declare const CertPathTrustManagerParameters: $.javax.net.ssl.CertPathTrustManagerParametersConstructor;
export type ExtendedSSLSession = $.javax.net.ssl.ExtendedSSLSession;
export declare const ExtendedSSLSession: $.javax.net.ssl.ExtendedSSLSessionConstructor;
export type HandshakeCompletedEvent = $.javax.net.ssl.HandshakeCompletedEvent;
export declare const HandshakeCompletedEvent: $.javax.net.ssl.HandshakeCompletedEventConstructor;
export type HandshakeCompletedListener = $.javax.net.ssl.HandshakeCompletedListener;
export declare const HandshakeCompletedListener: $.javax.net.ssl.HandshakeCompletedListenerConstructor;
export type HostnameVerifier = $.javax.net.ssl.HostnameVerifier;
export declare const HostnameVerifier: $.javax.net.ssl.HostnameVerifierConstructor;
export type HttpsURLConnection = $.javax.net.ssl.HttpsURLConnection;
export declare const HttpsURLConnection: $.javax.net.ssl.HttpsURLConnectionConstructor;
export type KeyManager = $.javax.net.ssl.KeyManager;
export declare const KeyManager: $.javax.net.ssl.KeyManagerConstructor;
export type KeyManagerFactory = $.javax.net.ssl.KeyManagerFactory;
export declare const KeyManagerFactory: $.javax.net.ssl.KeyManagerFactoryConstructor;
export type KeyManagerFactorySpi = $.javax.net.ssl.KeyManagerFactorySpi;
export declare const KeyManagerFactorySpi: $.javax.net.ssl.KeyManagerFactorySpiConstructor;
export type KeyStoreBuilderParameters = $.javax.net.ssl.KeyStoreBuilderParameters;
export declare const KeyStoreBuilderParameters: $.javax.net.ssl.KeyStoreBuilderParametersConstructor;
export type ManagerFactoryParameters = $.javax.net.ssl.ManagerFactoryParameters;
export declare const ManagerFactoryParameters: $.javax.net.ssl.ManagerFactoryParametersConstructor;
export type SNIHostName = $.javax.net.ssl.SNIHostName;
export declare const SNIHostName: $.javax.net.ssl.SNIHostNameConstructor;
export type SNIMatcher = $.javax.net.ssl.SNIMatcher;
export declare const SNIMatcher: $.javax.net.ssl.SNIMatcherConstructor;
export type SNIServerName = $.javax.net.ssl.SNIServerName;
export declare const SNIServerName: $.javax.net.ssl.SNIServerNameConstructor;
export type SSLContext = $.javax.net.ssl.SSLContext;
export declare const SSLContext: $.javax.net.ssl.SSLContextConstructor;
export type SSLContextSpi = $.javax.net.ssl.SSLContextSpi;
export declare const SSLContextSpi: $.javax.net.ssl.SSLContextSpiConstructor;
export type SSLEngine = $.javax.net.ssl.SSLEngine;
export declare const SSLEngine: $.javax.net.ssl.SSLEngineConstructor;
export type SSLEngineResult = $.javax.net.ssl.SSLEngineResult;
export declare const SSLEngineResult: $.javax.net.ssl.SSLEngineResultConstructor;
export declare const SSLEngineResult$HandshakeStatus: typeof $.javax.net.ssl.SSLEngineResult$HandshakeStatus;
export type SSLEngineResult$HandshakeStatus = $.javax.net.ssl.SSLEngineResult$HandshakeStatus;
export declare const SSLEngineResult$Status: typeof $.javax.net.ssl.SSLEngineResult$Status;
export type SSLEngineResult$Status = $.javax.net.ssl.SSLEngineResult$Status;
export type SSLException = $.javax.net.ssl.SSLException;
export declare const SSLException: $.javax.net.ssl.SSLExceptionConstructor;
export type SSLHandshakeException = $.javax.net.ssl.SSLHandshakeException;
export declare const SSLHandshakeException: $.javax.net.ssl.SSLHandshakeExceptionConstructor;
export type SSLKeyException = $.javax.net.ssl.SSLKeyException;
export declare const SSLKeyException: $.javax.net.ssl.SSLKeyExceptionConstructor;
export type SSLParameters = $.javax.net.ssl.SSLParameters;
export declare const SSLParameters: $.javax.net.ssl.SSLParametersConstructor;
export type SSLPeerUnverifiedException = $.javax.net.ssl.SSLPeerUnverifiedException;
export declare const SSLPeerUnverifiedException: $.javax.net.ssl.SSLPeerUnverifiedExceptionConstructor;
export type SSLPermission = $.javax.net.ssl.SSLPermission;
export declare const SSLPermission: $.javax.net.ssl.SSLPermissionConstructor;
export type SSLProtocolException = $.javax.net.ssl.SSLProtocolException;
export declare const SSLProtocolException: $.javax.net.ssl.SSLProtocolExceptionConstructor;
export type SSLServerSocket = $.javax.net.ssl.SSLServerSocket;
export declare const SSLServerSocket: $.javax.net.ssl.SSLServerSocketConstructor;
export type SSLServerSocketFactory = $.javax.net.ssl.SSLServerSocketFactory;
export declare const SSLServerSocketFactory: $.javax.net.ssl.SSLServerSocketFactoryConstructor;
export type SSLSession = $.javax.net.ssl.SSLSession;
export declare const SSLSession: $.javax.net.ssl.SSLSessionConstructor;
export type SSLSessionBindingEvent = $.javax.net.ssl.SSLSessionBindingEvent;
export declare const SSLSessionBindingEvent: $.javax.net.ssl.SSLSessionBindingEventConstructor;
export type SSLSessionBindingListener = $.javax.net.ssl.SSLSessionBindingListener;
export declare const SSLSessionBindingListener: $.javax.net.ssl.SSLSessionBindingListenerConstructor;
export type SSLSessionContext = $.javax.net.ssl.SSLSessionContext;
export declare const SSLSessionContext: $.javax.net.ssl.SSLSessionContextConstructor;
export type SSLSocket = $.javax.net.ssl.SSLSocket;
export declare const SSLSocket: $.javax.net.ssl.SSLSocketConstructor;
export type SSLSocketFactory = $.javax.net.ssl.SSLSocketFactory;
export declare const SSLSocketFactory: $.javax.net.ssl.SSLSocketFactoryConstructor;
export type StandardConstants = $.javax.net.ssl.StandardConstants;
export declare const StandardConstants: $.javax.net.ssl.StandardConstantsConstructor;
export type TrustManager = $.javax.net.ssl.TrustManager;
export declare const TrustManager: $.javax.net.ssl.TrustManagerConstructor;
export type TrustManagerFactory = $.javax.net.ssl.TrustManagerFactory;
export declare const TrustManagerFactory: $.javax.net.ssl.TrustManagerFactoryConstructor;
export type TrustManagerFactorySpi = $.javax.net.ssl.TrustManagerFactorySpi;
export declare const TrustManagerFactorySpi: $.javax.net.ssl.TrustManagerFactorySpiConstructor;
export type X509ExtendedKeyManager = $.javax.net.ssl.X509ExtendedKeyManager;
export declare const X509ExtendedKeyManager: $.javax.net.ssl.X509ExtendedKeyManagerConstructor;
export type X509ExtendedTrustManager = $.javax.net.ssl.X509ExtendedTrustManager;
export declare const X509ExtendedTrustManager: $.javax.net.ssl.X509ExtendedTrustManagerConstructor;
export type X509KeyManager = $.javax.net.ssl.X509KeyManager;
export declare const X509KeyManager: $.javax.net.ssl.X509KeyManagerConstructor;
export type X509TrustManager = $.javax.net.ssl.X509TrustManager;
export declare const X509TrustManager: $.javax.net.ssl.X509TrustManagerConstructor;