Uses of Interface
one.microstream.communication.tls.TLSTrustManagerProvider
Package | Description |
---|---|
one.microstream.communication.tls |
-
Uses of TLSTrustManagerProvider in one.microstream.communication.tls
Classes in one.microstream.communication.tls that implement TLSTrustManagerProvider Modifier and Type Class Description static class
TLSTrustManagerProvider.Default
uses system default trust managerstatic class
TLSTrustManagerProvider.PKCS12
Provide a PKCS12 TrustManagerMethods in one.microstream.communication.tls with parameters of type TLSTrustManagerProvider Modifier and Type Method Description static ComConnectionHandler<ComConnection>
ComTLSConnectionHandler. New(TLSKeyManagerProvider keyManagerProvider, TLSTrustManagerProvider trustManagerProvider, TLSParametersProvider tlsParameterProvider, SecureRandomProvider randomProvider)