Class XiWrappedContentSigner

    • Constructor Detail

      • XiWrappedContentSigner

        public XiWrappedContentSigner​(org.bouncycastle.operator.ContentSigner signer,
                                      boolean fixedAlgorithmIdentifier)
                               throws XiSecurityException
        Throws:
        XiSecurityException
    • Method Detail

      • getAlgorithmIdentifier

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

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

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