problem about amazon-sns-Collection of common programming errors


  • Katherine Perotta
    java encryption encoding signature amazon-sns
    I am using exact code from here: http://docs.amazonwebservices.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/AuthJavaSampleHMACSignature.htmlto generate a signature for my application. However, one line of code is not recognized in Eclipseresult = Encoding.EncodeBase64(rawHmac);Eclipse is saying it does not recognize the “Encoding” class. This is the exact error: The method EncodeBase64(byte[]) is undefined for the type Encoding I’ve tried importing the following 3 things:javax.sound.samp

Web site is in building