Bouncy Castle Cryptography 1.24

org.bouncycastle.bcpg
Class ExperimentalPacket

java.lang.Object
  |
  +--org.bouncycastle.bcpg.Packet
        |
        +--org.bouncycastle.bcpg.ContainedPacket
              |
              +--org.bouncycastle.bcpg.ExperimentalPacket

public class ExperimentalPacket
extends ContainedPacket
implements PublicKeyAlgorithmTags

basic packet for an experimental packet.


Fields inherited from interface org.bouncycastle.bcpg.PublicKeyAlgorithmTags
DIFFIE_HELLMAN, DSA, EC, ECDSA, ELGAMAL_ENCRYPT, ELGAMAL_GENERAL, RSA_ENCRYPT, RSA_GENERAL, RSA_SIGN
 
Method Summary
 void encode(BCPGOutputStream out)
           
 byte[] getContents()
           
 int getTag()
           
 
Methods inherited from class org.bouncycastle.bcpg.ContainedPacket
getEncoded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTag

public int getTag()

getContents

public byte[] getContents()

encode

public void encode(BCPGOutputStream out)
            throws java.io.IOException
Overrides:
encode in class ContainedPacket

Bouncy Castle Cryptography 1.24