|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignedSoftwareCertificate | |
|---|---|
| org.opcfoundation.ua.application | The code in this package is for application developer. |
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| Uses of SignedSoftwareCertificate in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application that return SignedSoftwareCertificate | |
|---|---|
SignedSoftwareCertificate[] |
Session.getServerSoftwareCertificates()
Getter for the field serverSoftwareCertificates. |
SignedSoftwareCertificate[] |
Application.getSoftwareCertificates()
Getter for the field softwareCertificates. |
| Methods in org.opcfoundation.ua.application with parameters of type SignedSoftwareCertificate | |
|---|---|
void |
Application.addSoftwareCertificate(SignedSoftwareCertificate cert)
addSoftwareCertificate. |
| Uses of SignedSoftwareCertificate in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as SignedSoftwareCertificate | |
|---|---|
protected SignedSoftwareCertificate[] |
ActivateSessionRequest.ClientSoftwareCertificates
|
protected SignedSoftwareCertificate[] |
CreateSessionResponse.ServerSoftwareCertificates
|
| Methods in org.opcfoundation.ua.core that return SignedSoftwareCertificate | |
|---|---|
SignedSoftwareCertificate |
SignedSoftwareCertificate.clone()
Deep clone |
SignedSoftwareCertificate[] |
ActivateSessionRequest.getClientSoftwareCertificates()
|
SignedSoftwareCertificate[] |
CreateSessionResponse.getServerSoftwareCertificates()
|
| Methods in org.opcfoundation.ua.core with parameters of type SignedSoftwareCertificate | |
|---|---|
void |
ActivateSessionRequest.setClientSoftwareCertificates(SignedSoftwareCertificate[] ClientSoftwareCertificates)
|
void |
CreateSessionResponse.setServerSoftwareCertificates(SignedSoftwareCertificate[] ServerSoftwareCertificates)
|
| Constructors in org.opcfoundation.ua.core with parameters of type SignedSoftwareCertificate | |
|---|---|
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,
UnsignedInteger MaxRequestMessageSize)
|
|
| Uses of SignedSoftwareCertificate in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport with parameters of type SignedSoftwareCertificate | |
|---|---|
ActivateSessionResponse |
ChannelService.ActivateSession(RequestHeader RequestHeader,
SignatureData ClientSignature,
SignedSoftwareCertificate[] ClientSoftwareCertificates,
String[] LocaleIds,
ExtensionObject UserIdentityToken,
SignatureData UserTokenSignature)
Synchronous ActivateSession service request. |
AsyncResult |
ChannelService.ActivateSessionAsync(RequestHeader RequestHeader,
SignatureData ClientSignature,
SignedSoftwareCertificate[] ClientSoftwareCertificates,
String[] LocaleIds,
ExtensionObject UserIdentityToken,
SignatureData UserTokenSignature)
Asynchronous ActivateSession service request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||