Class BcHashContextSigner


  • public class BcHashContextSigner
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.bouncycastle.openpgp.PGPSignature signHashContext​(java.security.MessageDigest hashContext, SignatureType signatureType, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys, SecretKeyRingProtector protector)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BcHashContextSigner

        public BcHashContextSigner()
    • Method Detail

      • signHashContext

        public static org.bouncycastle.openpgp.PGPSignature signHashContext​(@Nonnull
                                                                            java.security.MessageDigest hashContext,
                                                                            @Nonnull
                                                                            SignatureType signatureType,
                                                                            @Nonnull
                                                                            org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys,
                                                                            @Nonnull
                                                                            SecretKeyRingProtector protector)
                                                                     throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException