Interface SignatureSubpacketCallback<S extends BaseSignatureSubpackets>

    • Method Detail

      • modifyHashedSubpackets

        default void modifyHashedSubpackets​(S hashedSubpackets)
        Callback method that can be used to modify the hashed subpackets of a signature.
        Parameters:
        hashedSubpackets - hashed subpackets
      • modifyUnhashedSubpackets

        default void modifyUnhashedSubpackets​(S unhashedSubpackets)
        Callback method that can be used to modify the unhashed subpackets of a signature.
        Parameters:
        unhashedSubpackets - unhashed subpackets