Interface SignatureSubpacketCallback<S extends BaseSignatureSubpackets>
- All Known Subinterfaces:
BaseSignatureSubpackets.Callback,CertificationSubpackets.Callback,RevocationSignatureSubpackets.Callback,SelfSignatureSubpackets.Callback
public interface SignatureSubpacketCallback<S extends BaseSignatureSubpackets>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmodifyHashedSubpackets(S hashedSubpackets) Callback method that can be used to modify the hashed subpackets of a signature.default voidmodifyUnhashedSubpackets(S unhashedSubpackets) Callback method that can be used to modify the unhashed subpackets of a signature.
-
Method Details
-
modifyHashedSubpackets
Callback method that can be used to modify the hashed subpackets of a signature.- Parameters:
hashedSubpackets- hashed subpackets
-
modifyUnhashedSubpackets
Callback method that can be used to modify the unhashed subpackets of a signature.- Parameters:
unhashedSubpackets- unhashed subpackets
-