Uses of Class
org.apache.plc4x.java.opcua.protocol.chunk.Chunk
-
Packages that use Chunk Package Description org.apache.plc4x.java.opcua.context org.apache.plc4x.java.opcua.protocol.chunk -
-
Uses of Chunk in org.apache.plc4x.java.opcua.context
Methods in org.apache.plc4x.java.opcua.context with parameters of type Chunk Modifier and Type Method Description protected intAsymmetricEncryptionHandler. decrypt(WriteBufferByteBased chunkBuffer, Chunk chunk, int messageLength)protected intSymmetricEncryptionHandler. decrypt(WriteBufferByteBased chunkBuffer, Chunk chunk, int messageLength)protected voidAsymmetricEncryptionHandler. verify(WriteBufferByteBased buffer, Chunk chunk, int messageLength)protected voidSymmetricEncryptionHandler. verify(WriteBufferByteBased buffer, Chunk chunk, int messageLength) -
Uses of Chunk in org.apache.plc4x.java.opcua.protocol.chunk
Methods in org.apache.plc4x.java.opcua.protocol.chunk that return Chunk Modifier and Type Method Description ChunkChunkFactory. create(boolean asymmetric, boolean encrypted, boolean signed, SecurityPolicy securityPolicy, OpcuaProtocolLimits limits, X509Certificate localCertificate, X509Certificate remoteCertificate)ChunkChunkFactory. create(boolean asymmetric, Conversation conversation)
-