Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate
Packages that use SignedSoftwareCertificate
-
Uses of SignedSoftwareCertificate in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return SignedSoftwareCertificateModifier and TypeMethodDescriptionSignedSoftwareCertificate.Codec.decodeType(EncodingContext context, UaDecoder decoder) SignedSoftwareCertificate @Nullable []ActivateSessionRequest.getClientSoftwareCertificates()SignedSoftwareCertificate @Nullable []CreateSessionResponse.getServerSoftwareCertificates()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type SignedSoftwareCertificateMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type SignedSoftwareCertificateModifier and TypeMethodDescriptionvoidSignedSoftwareCertificate.Codec.encodeType(EncodingContext context, UaEncoder encoder, SignedSoftwareCertificate value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type SignedSoftwareCertificateModifierConstructorDescriptionActivateSessionRequest(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)