Package org.pgpainless.key.certification
Class CertifyCertificate.DelegationOnCertificateWithSubpackets
java.lang.Object
org.pgpainless.key.certification.CertifyCertificate.DelegationOnCertificateWithSubpackets
- Enclosing class:
- CertifyCertificate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the delegation signature.buildWithSubpackets
(CertificationSubpackets.Callback subpacketsCallback) Apply the given signature subpackets and build the delegation signature.
-
Method Details
-
buildWithSubpackets
public CertifyCertificate.CertificationResult buildWithSubpackets(@Nonnull CertificationSubpackets.Callback subpacketsCallback) throws org.bouncycastle.openpgp.PGPException Apply the given signature subpackets and build the delegation signature.- Parameters:
subpacketsCallback
- callback to modify the signatures subpackets- Returns:
- result
- Throws:
org.bouncycastle.openpgp.PGPException
- in case of an OpenPGP related error
-
build
Build the delegation signature.- Returns:
- result
- Throws:
org.bouncycastle.openpgp.PGPException
- in case of an OpenPGP related error
-