Uses of Class
org.pcap4j.packet.EncryptedPacket
-
Packages that use EncryptedPacket Package Description org.pcap4j.packet -
-
Uses of EncryptedPacket in org.pcap4j.packet
Methods in org.pcap4j.packet that return EncryptedPacket Modifier and Type Method Description EncryptedPacketEncryptedPacket.Builder. build()static EncryptedPacketEncryptedPacket. newPacket(byte[] rawData, int offset, int length)A static factory method.Constructors in org.pcap4j.packet with parameters of type EncryptedPacket Constructor Description Builder(EncryptedPacket packet)
-