Class BcContentSignerBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      BcContentSignerBuilder​(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      ContentSigner build​(org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)  
      protected abstract org.bouncycastle.crypto.Signer createSigner​(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)  
      BcContentSignerBuilder setSecureRandom​(java.security.SecureRandom random)  
      • Methods inherited from class java.lang.Object

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

      • BcContentSignerBuilder

        public BcContentSignerBuilder​(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId,
                                      org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)