Class Chunk
- java.lang.Object
-
- org.apache.plc4x.java.opcua.protocol.chunk.Chunk
-
public class Chunk extends Object
-
-
Constructor Summary
Constructors Constructor Description Chunk(int securityHeaderSize, int cipherTextBlockSize, int plainTextBlockSize, int signatureSize, int maxChunkSize)Chunk(int securityHeaderSize, int cipherTextBlockSize, int plainTextBlockSize, int signatureSize, int maxChunkSize, boolean asymmetric, boolean encrypted, boolean signed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCipherTextBlockSize()intgetMaxBodySize()intgetMaxChunkSize()intgetMaxCipherTextBlocks()intgetMaxCipherTextSize()intgetMaxPlainTextSize()intgetPaddingOverhead()intgetPlainTextBlockSize()intgetSecurityHeaderSize()intgetSignatureSize()inthashCode()booleanisAsymmetric()booleanisEncrypted()booleanisSigned()StringtoString()
-
-
-
Constructor Detail
-
Chunk
public Chunk(int securityHeaderSize, int cipherTextBlockSize, int plainTextBlockSize, int signatureSize, int maxChunkSize)
-
Chunk
public Chunk(int securityHeaderSize, int cipherTextBlockSize, int plainTextBlockSize, int signatureSize, int maxChunkSize, boolean asymmetric, boolean encrypted, boolean signed)
-
-
Method Detail
-
getSecurityHeaderSize
public int getSecurityHeaderSize()
-
getCipherTextBlockSize
public int getCipherTextBlockSize()
-
getPlainTextBlockSize
public int getPlainTextBlockSize()
-
getSignatureSize
public int getSignatureSize()
-
getMaxChunkSize
public int getMaxChunkSize()
-
getPaddingOverhead
public int getPaddingOverhead()
-
getMaxCipherTextSize
public int getMaxCipherTextSize()
-
getMaxCipherTextBlocks
public int getMaxCipherTextBlocks()
-
getMaxPlainTextSize
public int getMaxPlainTextSize()
-
getMaxBodySize
public int getMaxBodySize()
-
isAsymmetric
public boolean isAsymmetric()
-
isEncrypted
public boolean isEncrypted()
-
isSigned
public boolean isSigned()
-
-