| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
SignedSoftwareCertificate |
SignedSoftwareCertificate.Codec.decode(SerializationContext context,
UaDecoder decoder) |
SignedSoftwareCertificate[] |
ActivateSessionRequest.getClientSoftwareCertificates() |
SignedSoftwareCertificate[] |
CreateSessionResponse.getServerSoftwareCertificates() |
| Modifier and Type | Method and Description |
|---|---|
Class<SignedSoftwareCertificate> |
SignedSoftwareCertificate.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedSoftwareCertificate.Codec.encode(SerializationContext context,
UaEncoder encoder,
SignedSoftwareCertificate value) |
| Constructor and Description |
|---|
ActivateSessionRequest(RequestHeader requestHeader,
SignatureData clientSignature,
SignedSoftwareCertificate[] clientSoftwareCertificates,
String[] localeIds,
ExtensionObject userIdentityToken,
SignatureData userTokenSignature) |
CreateSessionResponse(ResponseHeader responseHeader,
NodeId sessionId,
NodeId authenticationToken,
Double revisedSessionTimeout,
ByteString serverNonce,
ByteString serverCertificate,
EndpointDescription[] serverEndpoints,
SignedSoftwareCertificate[] serverSoftwareCertificates,
SignatureData serverSignature,
UInteger maxRequestMessageSize) |
Copyright © 2025. All rights reserved.