Class JCESigner

  • All Implemented Interfaces:
    org.bouncycastle.operator.ContentSigner

    public class JCESigner
    extends java.lang.Object
    implements org.bouncycastle.operator.ContentSigner
    • Constructor Summary

      Constructors 
      Constructor Description
      JCESigner​(java.security.PrivateKey privateKey)  
    • Constructor Detail

      • JCESigner

        public JCESigner​(java.security.PrivateKey privateKey)
    • Method Detail

      • getAlgorithmIdentifier

        public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
        Specified by:
        getAlgorithmIdentifier in interface org.bouncycastle.operator.ContentSigner
      • getOutputStream

        public java.io.OutputStream getOutputStream()
        Specified by:
        getOutputStream in interface org.bouncycastle.operator.ContentSigner
      • getSignature

        public byte[] getSignature()
        Specified by:
        getSignature in interface org.bouncycastle.operator.ContentSigner