CryptoPro JTLS.
Public API.
A C G I K P R S T

A

ALGORITHM - Static variable in class ru.CryptoPro.ssl.Provider
Имя алгоритма, поддерживаемого JTLS

C

createServerSocket() - Method in class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl
Создание неприсоединенного сокета.
createServerSocket(int) - Method in class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl
Создание SSL сокета сервера на заданном порте при помощи сконфигурированного контекста аутентификации и резервным количеством соединений по умолчанию.
createServerSocket(int, int) - Method in class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl
Создание SSL сокета сервера на заданном порте при помощи сконфигурированного контекста аутентификации и заданным резервным количеством соединений.
createServerSocket(int, int, InetAddress) - Method in class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl
Создание SSL сокета сервера на заданном порте при помощи сконфигурированного контекста аутентификации, сетевого интерфейса и с заданным резервным количеством соединений.
createSocket() - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Создание неприсоединенного сокета.
createSocket(String, int) - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Создание соединенного SSL сокета по заданным хосту и порту.
createSocket(Socket, String, int, boolean) - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Функция возвращает сокет, надстроенный над существующим сокетом и присоединяемый к ServerSocket по заданным хосту и порту.
createSocket(InetAddress, int) - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Функция создает сокет, присоединенный к серверу по заданному адресу и TCP порту.
createSocket(String, int, InetAddress, int) - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Создание соединенного SSL сокета по заданным хосту и порту.
createSocket(InetAddress, int, InetAddress, int) - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Функция создает сокет, присоединенный к серверу по заданному адресу и TCP порту.
createSocket(Socket, String, int, boolean) - Method in class ru.CryptoPro.ssl.SSLTCSocketFactory
Returns a socket layered over an existing socket connected to the named host, at the given port.

G

getClientSessionContext() - Method in class ru.CryptoPro.ssl.SSLTCContext
Returns the client session context, which represents the set of SSL sessions available for use during the handshake phase of client-side SSL sockets.
getDefault() - Static method in class ru.CryptoPro.ssl.SSLTCServerSocketFactory
Returns the default SSL server socket factory.
getDefault() - Static method in class ru.CryptoPro.ssl.SSLTCSocketFactory
Returns the default SSL socket factory.
getDefaultCipherSuites() - Method in class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl
Функция возвращает подмножество поддерживаемых CipherSuite, которые являются доступными по умолчанию.
getDefaultCipherSuites() - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Функция возвращает подмножество поддерживаемых CipherSuite, которые являются допустимыми по умолчанию.
getDefaultCipherSuites() - Method in class ru.CryptoPro.ssl.SSLTCServerSocketFactory
Returns the list of cipher suites which are enabled by default.
getDefaultCipherSuites() - Method in class ru.CryptoPro.ssl.SSLTCSocketFactory
Returns the list of cipher suites which are enabled by default.
getInstance(String) - Static method in class ru.CryptoPro.ssl.SSLTCContext
Generates a SSLTCContext object that implements the specified secure socket protocol.
getInstance(String, String) - Static method in class ru.CryptoPro.ssl.SSLTCContext
Generates a SSLTCContext object that implements the specified secure socket protocol from the specified provider.
getInstance(String, Provider) - Static method in class ru.CryptoPro.ssl.SSLTCContext
Generates a SSLTCContext object that implements the specified secure socket protocol from the specified provider.
getProductRelease() - Static method in class ru.CryptoPro.ssl.Provider
Получение релиза продукта из манифеста, если это возможно, иначе - версия по умолчанию.
getProductVersion() - Static method in class ru.CryptoPro.ssl.Provider
Получение версии продукта из манифеста, если это возможно, иначе - версия по умолчанию.
getProtocol() - Method in class ru.CryptoPro.ssl.SSLTCContext
Returns the protocol name of this SSLTCContext object.
getProvider() - Method in class ru.CryptoPro.ssl.SSLTCContext
Returns the provider of this SSLTCContext object.
getServerSessionContext() - Method in class ru.CryptoPro.ssl.SSLTCContext
Returns the server session context, which represents the set of SSL sessions available for use during the handshake phase of server-side SSL sockets.
getServerSocketFactory() - Method in class ru.CryptoPro.ssl.SSLTCContext
Returns a ServerSocketFactory object for this context.
getSocketFactory() - Method in class ru.CryptoPro.ssl.SSLTCContext
Returns a SocketFactory object for this context.
getSupportedCipherSuites() - Method in class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl
Функция возвращает имена CipherSuite, которые могут использоваться в SSL соединении.
getSupportedCipherSuites() - Method in class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Функция возвращает имена CipherSuite, которые могут использоваться в SSL соединении.
getSupportedCipherSuites() - Method in class ru.CryptoPro.ssl.SSLTCServerSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection created by this factory.
getSupportedCipherSuites() - Method in class ru.CryptoPro.ssl.SSLTCSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection.

I

init(KeyManager[], TrustManager[], SecureRandom) - Method in class ru.CryptoPro.ssl.SSLTCContext
Initializes this context.
install() - Static method in class ru.CryptoPro.ssl.Provider
Installs the JSSE provider.

K

KEYMANGER_ALG - Static variable in class ru.CryptoPro.ssl.Provider
Имя алгоритма, поддерживаемого нашим KeyManagerFactory
KeyManagerFactoryImpl - class ru.CryptoPro.ssl.KeyManagerFactoryImpl.
Класс KeyManagerFactoryImpl реализует KeyManagerFactorySpi.
KeyManagerFactoryImpl() - Constructor for class ru.CryptoPro.ssl.KeyManagerFactoryImpl
 

P

PROVIDER_NAME - Static variable in class ru.CryptoPro.ssl.Provider
Имя криптопровайдера CryptoPro JTLS.
Provider - class ru.CryptoPro.ssl.Provider.
The JSSE provider.
Provider() - Constructor for class ru.CryptoPro.ssl.Provider
 

R

ru.CryptoPro.ssl - package ru.CryptoPro.ssl
 

S

SSLContextImpl - class ru.CryptoPro.ssl.SSLContextImpl.
Данный класс представляет собой реализацию контекста протокола TLS.
SSLContextImpl() - Constructor for class ru.CryptoPro.ssl.SSLContextImpl
 
SSLServerSocketFactoryImpl - class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl.
Данный класс реализует создание SSL сокета сервера.
SSLServerSocketFactoryImpl() - Constructor for class ru.CryptoPro.ssl.SSLServerSocketFactoryImpl
Данный конструктор используется для инициализации класса и устанавливает параметры класса в соответствии с контекстом аутентификации по умолчанию.
SSLSocketFactoryImpl - class ru.CryptoPro.ssl.SSLSocketFactoryImpl.
Реализация SSLSocketFactory.
SSLSocketFactoryImpl() - Constructor for class ru.CryptoPro.ssl.SSLSocketFactoryImpl
Этот конструктор вызывается из javax.net.ssl.SSLSocketFactory.
SSLTCContext - class ru.CryptoPro.ssl.SSLTCContext.
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories.
SSLTCServerSocketFactory - class ru.CryptoPro.ssl.SSLTCServerSocketFactory.
SSLTCServerSocketFactorys create SSLTCServerSockets.
SSLTCSocketFactory - class ru.CryptoPro.ssl.SSLTCSocketFactory.
SSLTCSocketFactorys create SSLTCSockets.
SSLTCSocketFactory() - Constructor for class ru.CryptoPro.ssl.SSLTCSocketFactory
 

T

TRUSTMANGER_ALG - Static variable in class ru.CryptoPro.ssl.Provider
Имя алгоритма, поддерживаемого нашим TrustManagerFactory
TrustManagerFactoryImpl - class ru.CryptoPro.ssl.TrustManagerFactoryImpl.
Класс TrustManagerFactoryImpl реализует TrustManagerFactorySpi.
TrustManagerFactoryImpl() - Constructor for class ru.CryptoPro.ssl.TrustManagerFactoryImpl
 

A C G I K P R S T
Copyright Crypto-Pro.
All rights reserved.