org.opcfoundation.ua.transport.tcp.impl
Class ChunkAsymmEncryptSigner

java.lang.Object
  extended by org.opcfoundation.ua.transport.tcp.impl.ChunkAsymmEncryptSigner
All Implemented Interfaces:
Runnable

public class ChunkAsymmEncryptSigner
extends Object
implements Runnable

ChunkAsymmEncryptSigner class.


Constructor Summary
ChunkAsymmEncryptSigner(ByteBuffer chunk, ByteBuffer body, SecurityConfiguration profile)
          Constructor for ChunkAsymmEncryptSigner.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkAsymmEncryptSigner

public ChunkAsymmEncryptSigner(ByteBuffer chunk,
                               ByteBuffer body,
                               SecurityConfiguration profile)

Constructor for ChunkAsymmEncryptSigner.

Parameters:
chunk - a ByteBuffer object.
body - a ByteBuffer object.
profile - a SecurityConfiguration object.
Method Detail

run

public void run()
         throws RuntimeServiceResultException

Specified by:
run in interface Runnable
Throws:
RuntimeServiceResultException


Copyright © 2018. All rights reserved.