Bouncy Castle Cryptography 1.64

org.bouncycastle.bcpg
Class SymmetricEncIntegrityPacket

java.lang.Object
  |
  +--org.bouncycastle.bcpg.Packet
        |
        +--org.bouncycastle.bcpg.InputStreamPacket
              |
              +--org.bouncycastle.bcpg.SymmetricEncIntegrityPacket

public class SymmetricEncIntegrityPacket
extends InputStreamPacket

A symmetric key encrypted packet with an associated integrity check code.


Methods inherited from class org.bouncycastle.bcpg.InputStreamPacket
getInputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Bouncy Castle Cryptography 1.64