Bouncy Castle Cryptography Library 1.65

org.bouncycastle.bcpg.sig
Class EmbeddedSignature

java.lang.Object
  |
  +--org.bouncycastle.bcpg.SignatureSubpacket
        |
        +--org.bouncycastle.bcpg.sig.EmbeddedSignature

public class EmbeddedSignature
extends SignatureSubpacket

Packet embedded signature


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.65