Class BcHashContextSigner
java.lang.Object
org.pgpainless.encryption_signing.BcHashContextSigner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bouncycastle.openpgp.PGPSignature
signHashContext
(MessageDigest hashContext, SignatureType signatureType, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys, SecretKeyRingProtector protector)
-
Constructor Details
-
BcHashContextSigner
public BcHashContextSigner()
-
-
Method Details
-
signHashContext
public static org.bouncycastle.openpgp.PGPSignature signHashContext(@Nonnull MessageDigest hashContext, @Nonnull SignatureType signatureType, @Nonnull org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys, @Nonnull SecretKeyRingProtector protector) throws org.bouncycastle.openpgp.PGPException - Throws:
org.bouncycastle.openpgp.PGPException
-