Bouncy Castle Cryptography Library 1.79

org.bouncycastle.bcpg.sig
Class EmbeddedSignature

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

public class EmbeddedSignature
extends SignatureSubpacket

Signature Subpacket for embedding one Signature into another. This packet is used e.g. for embedding a primary-key binding signature (PGPSignature.PRIMARYKEY_BINDING) into a subkey-binding signature (PGPSignature.SUBKEY_BINDING) for a signing-capable subkey.

See Also:
RFC4880 - Embedded Signature, RFC9580 - 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, equals, getData, getType, hashCode, isCritical, isLongLength
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedSignature

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

Bouncy Castle Cryptography Library 1.79