Bouncy Castle Cryptography Library 1.64

org.bouncycastle.bcpg.sig
Class EmbeddedSignature

java.lang.Object
  extended byorg.bouncycastle.bcpg.SignatureSubpacket
      extended byorg.bouncycastle.bcpg.sig.EmbeddedSignature

public class EmbeddedSignature
extends SignatureSubpacket

Packet embedded signature


Field Summary
 
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
 
Constructor Summary
EmbeddedSignature(boolean critical, boolean isLongLength, byte[] data)
           
 
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, getData, getType, isCritical, isLongLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedSignature

public EmbeddedSignature(boolean critical,
                         boolean isLongLength,
                         byte[] data)

Bouncy Castle Cryptography Library 1.64