Uses of Interface gnu.javax.net.ssl.provider.Constructed

Uses in package gnu.javax.net.ssl.provider

Classes implementing gnu.javax.net.ssl.provider.Constructed

class
An alert message in the SSL protocol.
class
The certificate object.
class
Builder for Certificate objects.
class
A request by the server for a client certificate.
class
Builder for CertificateRequest objects.
class
struct {
CertificateStatusType status_type;
select (status_type) {
case ocsp: OCSPStatusRequest;
} request;
} CertificateStatusRequest;
enum { ocsp(1), (255) } CertificateStatusType;
struct {
ResponderID responder_id_list<0..2^16-1>;
Extensions  request_extensions;
} OCSPStatusRequest;
opaque ResponderID<1..2^16-1>;
opaque Extensions<0..2^16-1>;
class
The CertificateURL extension value.
class
class
class
class
struct {
select (KeyExchangeAlgorithm) {
/* other cases for rsa, diffie_hellman, etc. 
class
The client's explicit Diffie Hellman value.
class
A ClientHello handshake message.
class
Builder for ClientHello objects.
class
The client key exchange message.
class
Builder for ClientKeyExchange objects.
class
struct {
select (KeyExchangeAlgorithm) {
/* other cases for rsa, diffie_hellman, etc. 
class
class
class
The client's RSA-encrypted pre-master secret.
class
class
An SSL hello extension.
class
class
A list of extensions, that may appear in either the ClientHello or ServerHello.
class
An SSL handshake message.
class
The handshake body for a HelloRequest handshake message.
class
Extension value
class
class
An SSL nonce.
class
struct {
select (KeyExchangeAlgorithm) {
/* other cases for rsa, diffie_hellman, etc. 
class
The server's Diffie-Hellman parameters message.
class
The server hello message.
class
class
An empty message that signals that the server is finished sending its handshake data.
class
The server key exchange message.
class
Builder for ServerKeyExchange objects.
class
The ServerName extension.
class
class
struct {
select (KeyExchangeAlgorithm) {
/* other cases for rsa, diffie_hellman, etc. 
class
The ServerRSAParams structure.
class
class
The signature structure.
class
The value type for the Extension.Type extension.
class
The trusted authorities hello extension.
class
class