Example usage for java.security Signer interface-usage

List of usage examples for java.security Signer interface-usage

Introduction

In this page you can find the example usage for java.security Signer interface-usage.

Usage

From source file com.telefonica.euro_iaas.sdc.util.RSASignerImpl.java

/**
 * RSA Implementation of Signer using Private key to encrypt and Public to decrypt.
 * 
 * @author Sergio Arroyo
 */
public class RSASignerImpl implements Signer {

From source file com.amazonaws.auth.AbstractAWSSigner.java

/**
 * Abstract base class for AWS signing protocol implementations. Provides
 * utilities commonly needed by signing protocols such as computing
 * canonicalized host names, query string parameters, etc.
 * <p>
 * Not intended to be sub-classed by developers.

From source file pt.lunacloud.auth.AbstractAWSSigner.java

/**
 * Abstract base class for AWS signing protocol implementations. Provides
 * utilities commonly needed by signing protocols such as computing
 * canonicalized host names, query string parameters, etc.
 * <p>
 * Not intended to be sub-classed by developers.

From source file com.amazon.s3.auth.AbstractAWSSigner.java

/**
 * Abstract base class for AWS signing protocol implementations. Provides
 * utilities commonly needed by signing protocols such as computing
 * canonicalized host names, query string parameters, etc.
 * <p>
 * Not intended to be sub-classed by developers.

From source file cn.ctyun.amazonaws.auth.AbstractAWSSigner.java

/**
 * Abstract base class for AWS signing protocol implementations. Provides
 * utilities commonly needed by signing protocols such as computing
 * canonicalized host names, query string parameters, etc.
 * <p>
 * Not intended to be sub-classed by developers.

From source file com.sina.auth.AbstractAWSSigner.java

/**
 * Abstract base class for AWS signing protocol implementations. Provides
 * utilities commonly needed by signing protocols such as computing
 * canonicalized host names, query string parameters, etc.
 * <p>
 * Not intended to be sub-classed by developers.

From source file com.sina.cloudstorage.auth.AbstractAWSSigner.java

/**
 * Abstract base class for AWS signing protocol implementations. Provides
 * utilities commonly needed by signing protocols such as computing
 * canonicalized host names, query string parameters, etc.
 * <p>
 * Not intended to be sub-classed by developers.

From source file com.sinacloud.scs.auth.AbstractAWSSigner.java

/**
 * Abstract base class for AWS signing protocol implementations. Provides
 * utilities commonly needed by signing protocols such as computing
 * canonicalized host names, query string parameters, etc.
 * <p>
 * Not intended to be sub-classed by developers.