| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
SignedSoftwareCertificate[] |
ApplicationIdentity.getSoftwareCertificates()
Deprecated.
this method returns empty array always as the serverSoftwareCertificates parameter
of CreateSessionResponse is deprecated in UA 1.04
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationIdentity.addSoftwareCertificates(SignedSoftwareCertificate[] softwareCertificates)
Deprecated.
this method does nothing as the serverSoftwareCertificates parameter of
CreateSessionResponse is deprecated in UA 1.04
|
| Modifier and Type | Method and Description |
|---|---|
protected Session |
SessionManager.activateSession(ServerSecureChannel serverSecureChannel,
NodeId authenticationToken,
UserIdentityToken userToken,
SignatureData clientSignature,
SignedSoftwareCertificate[] signedSoftwareCertificates,
SignatureData userTokenSignature,
String[] localeIds) |
| Modifier and Type | Method and Description |
|---|---|
SignedSoftwareCertificate[] |
Session.getServerSoftwareCertificates()
Getter for the field
serverSoftwareCertificates. |
SignedSoftwareCertificate[] |
Application.getSoftwareCertificates()
Getter for the field
softwareCertificates. |
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addSoftwareCertificate(SignedSoftwareCertificate cert)
addSoftwareCertificate.
|
| Modifier and Type | Method and Description |
|---|---|
SignedSoftwareCertificate |
SignedSoftwareCertificate.Builder.build() |
SignedSoftwareCertificate |
SignedSoftwareCertificate.clone() |
SignedSoftwareCertificate[] |
ActivateSessionRequest.getClientSoftwareCertificates() |
SignedSoftwareCertificate[] |
ActivateSessionRequest.Builder.getClientSoftwareCertificates() |
SignedSoftwareCertificate[] |
CreateSessionResponse.getServerSoftwareCertificates() |
SignedSoftwareCertificate[] |
CreateSessionResponse.Builder.getServerSoftwareCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivateSessionRequest.setClientSoftwareCertificates(SignedSoftwareCertificate[] value) |
ActivateSessionRequest.Builder |
ActivateSessionRequest.Builder.setClientSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
CreateSessionResponse.setServerSoftwareCertificates(SignedSoftwareCertificate[] value) |
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.setServerSoftwareCertificates(SignedSoftwareCertificate[] value) |
| Constructor and Description |
|---|
ActivateSessionRequest(RequestHeader f_requestHeader,
SignatureData f_clientSignature,
SignedSoftwareCertificate[] f_clientSoftwareCertificates,
String[] f_localeIds,
Structure f_userIdentityToken,
SignatureData f_userTokenSignature) |
CreateSessionResponse(ResponseHeader f_responseHeader,
NodeId f_sessionId,
NodeId f_authenticationToken,
Double f_revisedSessionTimeout,
ByteString f_serverNonce,
ByteString f_serverCertificate,
EndpointDescription[] f_serverEndpoints,
SignedSoftwareCertificate[] f_serverSoftwareCertificates,
SignatureData f_serverSignature,
UnsignedInteger f_maxRequestMessageSize) |
| Modifier and Type | Method and Description |
|---|---|
ActivateSessionResponse |
ChannelService.ActivateSession(RequestHeader f_requestHeader,
SignatureData f_clientSignature,
SignedSoftwareCertificate[] f_clientSoftwareCertificates,
String[] f_localeIds,
Structure f_userIdentityToken,
SignatureData f_userTokenSignature) |
AsyncResult<ActivateSessionResponse> |
ChannelService.ActivateSessionAsync(RequestHeader f_requestHeader,
SignatureData f_clientSignature,
SignedSoftwareCertificate[] f_clientSoftwareCertificates,
String[] f_localeIds,
Structure f_userIdentityToken,
SignatureData f_userTokenSignature) |
| Modifier and Type | Method and Description |
|---|---|
SignedSoftwareCertificate[] |
AuditActivateSessionEventType.getClientSoftwareCertificates() |
SignedSoftwareCertificate[] |
ServerCapabilitiesType.getSoftwareCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditActivateSessionEventType.setClientSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
ServerCapabilitiesType.setSoftwareCertificates(SignedSoftwareCertificate[] value) |
| Modifier and Type | Method and Description |
|---|---|
SignedSoftwareCertificate[] |
AuditActivateSessionEventTypeImplBase.getClientSoftwareCertificates() |
SignedSoftwareCertificate[] |
ServerCapabilitiesTypeImplBase.getSoftwareCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditActivateSessionEventTypeImplBase.setClientSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
ServerCapabilitiesTypeImplBase.setSoftwareCertificates(SignedSoftwareCertificate[] value) |
| Modifier and Type | Method and Description |
|---|---|
SignedSoftwareCertificate[] |
AuditActivateSessionEventTypeNodeBase.getClientSoftwareCertificates() |
SignedSoftwareCertificate[] |
ServerCapabilitiesTypeNodeBase.getSoftwareCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditActivateSessionEventTypeNodeBase.setClientSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
ServerCapabilitiesTypeNodeBase.setSoftwareCertificates(SignedSoftwareCertificate[] value) |
Copyright © 2026. All rights reserved.