Module: Aws::CloudFront::Signer
- Included in:
- CookieSigner, UrlSigner
- Defined in:
- lib/aws-sdk-cloudfront/signer.rb
Instance Method Summary collapse
Instance Method Details
#initialize(options = {}) ⇒ Object
16 17 18 19 20 |
# File 'lib/aws-sdk-cloudfront/signer.rb', line 16 def initialize( = {}) @key_pair_id = key_pair_id() @cipher = OpenSSL::Digest::SHA1.new @private_key = OpenSSL::PKey::RSA.new(private_key()) end |