Uses of Record Class
me.panjohnny.jip.util.Bytes
Packages that use Bytes
Package
Description
-
Uses of Bytes in me.panjohnny.jip.security
Methods in me.panjohnny.jip.security that return BytesModifier and TypeMethodDescriptionŠifruje data pomocí AES.Methods in me.panjohnny.jip.security with parameters of type Bytes -
Uses of Bytes in me.panjohnny.jip.transport
Fields in me.panjohnny.jip.transport declared as BytesMethods in me.panjohnny.jip.transport that return BytesMethods in me.panjohnny.jip.transport with parameters of type Bytes -
Uses of Bytes in me.panjohnny.jip.transport.packet
Methods in me.panjohnny.jip.transport.packet that return Bytes -
Uses of Bytes in me.panjohnny.jip.util
Methods in me.panjohnny.jip.util that return BytesModifier and TypeMethodDescriptionBytes.append
(byte[] arr) Přidá nové pole bajtů na konec.static Bytes
AESUtil.encryptAES
(Bytes data, SecretKey key) Šifruje data pomocí AES šifrování s daným klíčem.Bytes.prepend
(byte[] arr) Přidá nové pole bajtů na začátek.Methods in me.panjohnny.jip.util with parameters of type BytesModifier and TypeMethodDescriptionstatic Bytes
AESUtil.encryptAES
(Bytes data, SecretKey key) Šifruje data pomocí AES šifrování s daným klíčem.static IOProcessor
AESUtil.encryptStream
(Bytes data, SecretKey key, long streamLen) Šifruje datový proud pomocí AES šifrování s daným klíčem.