Example usage for org.bouncycastle.operator ContentSigner interface-usage

List of usage examples for org.bouncycastle.operator ContentSigner interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.operator ContentSigner interface-usage.

Usage

From source file com.spotify.helios.client.tls.SshAgentContentSigner.java

/**
 * Returns a signed hash of any arbitrary data by sending it to the local SSH agent.
 */
class SshAgentContentSigner implements ContentSigner {

    private static final AlgorithmIdentifier IDENTIFIER = new DefaultSignatureAlgorithmIdentifierFinder()

From source file com.spotify.sshagenttls.SshAgentContentSigner.java

/**
 * Returns a signed hash of any arbitrary data by sending it to the local SSH agent.
 */
public class SshAgentContentSigner implements ContentSigner {

    private static final AlgorithmIdentifier IDENTIFIER = new DefaultSignatureAlgorithmIdentifierFinder()

From source file com.spotify.sshtlsclient.SshAgentContentSigner.java

/**
 * Returns a signed hash of any arbitrary data by sending it to the local SSH agent.
 */
class SshAgentContentSigner implements ContentSigner {

    private static final AlgorithmIdentifier IDENTIFIER = new DefaultSignatureAlgorithmIdentifierFinder()

From source file eu.europa.ec.markt.dss.signature.cades.CustomContentSigner.java

/**
 * ContentSigner using a provided pre-computed signature
 *
 * @version $Revision$ - $Date$
 */

From source file eu.europa.ec.markt.dss.signature.cades.PreComputedContentSigner.java

/**
 * ContentSigner using a provided pre-computed signature
 * 
 *
 * @version $Revision: 1867 $ - $Date: 2013-04-08 13:44:56 +0200 (Mon, 08 Apr 2013) $
 */

From source file eu.europa.esig.dss.cades.signature.CustomContentSigner.java

/**
 * ContentSigner using a provided pre-computed signature
 *
 *
 */

From source file org.votingsystem.signature.dnie.DNIeContentSigner.java

/**
* License: https://github.com/votingsystem/votingsystem/wiki/Licencia
*/
public class DNIeContentSigner implements ContentSigner {

    private static Logger log = Logger.getLogger(DNIeContentSigner.class.getSimpleName());

From source file org.xipki.commons.security.pkcs11.P11DSAContentSigner.java

/**
 * @author Lijun Liao
 * @since 2.0.0
 */
// CHECKSTYLE:SKIP
class P11DSAContentSigner implements ContentSigner {

From source file org.xipki.commons.security.pkcs11.P11ECDSAContentSigner.java

/**
 * @author Lijun Liao
 * @since 2.0.0
 */
//CHECKSTYLE:SKIP
class P11ECDSAContentSigner implements ContentSigner {

From source file org.xipki.commons.security.pkcs11.P11RSAContentSigner.java

/**
 * @author Lijun Liao
 * @since 2.0.0
 */
//CHECKSTYLE:SKIP
class P11RSAContentSigner implements ContentSigner {