Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.SignatureData
Packages that use SignatureData
-
Uses of SignatureData in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return SignatureDataModifier and TypeMethodDescriptionSignatureData.Codec.decodeType(EncodingContext context, UaDecoder decoder) ActivateSessionRequest.getClientSignature()CreateSessionResponse.getServerSignature()ActivateSessionRequest.getUserTokenSignature()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type SignatureDataMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type SignatureDataModifier and TypeMethodDescriptionvoidSignatureData.Codec.encodeType(EncodingContext context, UaEncoder encoder, SignatureData value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type SignatureDataModifierConstructorDescriptionActivateSessionRequest(RequestHeader requestHeader, SignatureData clientSignature, SignedSoftwareCertificate @Nullable [] clientSoftwareCertificates, String @Nullable [] localeIds, ExtensionObject userIdentityToken, SignatureData userTokenSignature) CreateSessionResponse(ResponseHeader responseHeader, NodeId sessionId, NodeId authenticationToken, Double revisedSessionTimeout, ByteString serverNonce, ByteString serverCertificate, EndpointDescription @Nullable [] serverEndpoints, SignedSoftwareCertificate @Nullable [] serverSoftwareCertificates, SignatureData serverSignature, UInteger maxRequestMessageSize)