| Package | Description |
|---|---|
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| com.prosysopc.ua.stack.transport.tcp.impl | |
| com.prosysopc.ua.stack.transport.tcp.nio |
| Constructor and Description |
|---|
TransportChannelSettings(EndpointDescription description,
EndpointConfiguration configuration,
Cert clientCertificate,
PrivKey privateKey,
CertificateValidator certificateValidator,
NamespaceTable namespaceUris)
Create Transport channel settings for a opctcp connection
|
TransportChannelSettings(EndpointDescription description,
EndpointConfiguration configuration,
KeyPair keypair,
CertificateValidator certValidator,
org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
Create Transport channel settings for a https connection
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkSymmEncryptSigner.run() |
void |
ChunkSymmDecryptVerifier.run() |
void |
ChunkAsymmEncryptSigner.run() |
void |
ChunkAsymmDecryptVerifier.run() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer[] |
MessageToChunks.call() |
Copyright © 2026. All rights reserved.