|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignatureData | |
|---|---|
| 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 |
| org.opcfoundation.ua.utils | Utility classes |
| Uses of SignatureData in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application with parameters of type SignatureData | |
|---|---|
ActivateSessionResponse |
SessionChannel.activate(UserIdentityToken identity,
SignatureData identitySignature)
Activate session. |
| Uses of SignatureData in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as SignatureData | |
|---|---|
protected SignatureData |
ActivateSessionRequest.ClientSignature
|
protected SignatureData |
CreateSessionResponse.ServerSignature
|
protected SignatureData |
ActivateSessionRequest.UserTokenSignature
|
| Methods in org.opcfoundation.ua.core that return SignatureData | |
|---|---|
SignatureData |
SignatureData.clone()
Deep clone |
SignatureData |
ActivateSessionRequest.getClientSignature()
|
SignatureData |
CreateSessionResponse.getServerSignature()
|
SignatureData |
ActivateSessionRequest.getUserTokenSignature()
|
| Methods in org.opcfoundation.ua.core with parameters of type SignatureData | |
|---|---|
void |
ActivateSessionRequest.setClientSignature(SignatureData ClientSignature)
|
void |
CreateSessionResponse.setServerSignature(SignatureData ServerSignature)
|
void |
ActivateSessionRequest.setUserTokenSignature(SignatureData UserTokenSignature)
|
| Constructors in org.opcfoundation.ua.core with parameters of type SignatureData | |
|---|---|
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 SignatureData in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport with parameters of type SignatureData | |
|---|---|
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. |
| Uses of SignatureData in org.opcfoundation.ua.utils |
|---|
| Methods in org.opcfoundation.ua.utils that return SignatureData | |
|---|---|
static SignatureData |
CertificateUtils.sign(PrivateKey signerKey,
SecurityAlgorithm algorithm,
byte[] dataToSign)
Deprecated. Use CryptoUtil.signAsymm(PrivateKey, SecurityAlgorithm, byte[]) instead. |
static SignatureData |
CryptoUtil.signAsymm(PrivateKey signerKey,
SecurityAlgorithm algorithm,
byte[] dataToSign)
signAsymm. |
| Methods in org.opcfoundation.ua.utils with parameters of type SignatureData | |
|---|---|
static X509IdentityToken |
EndpointUtil.createX509IdentityToken(EndpointDescription ep,
byte[] serverNonce,
Cert certificate,
PrivateKey key,
SignatureData signatureData)
createX509IdentityToken. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||