Unsolved

This post is more than 5 years old

18 Posts

1630

April 22nd, 2010 15:00

Porting getShareableUrl from Java to PERL (Linux)

I'm a Solutions Engineer with EMC.  I'm trying to port getShareableUrl into a PERL script that I'm working on.  I've read the source code on:

http://code.google.com/p/atmos-java/source/browse/trunk/api/src/com/emc/esu/api/rest/EsuRestApi.java?r=2

The function is straightforward except I can't find the sign() function documented:

          String signature = sign( sb.toString() );

I'm hoping to find a comparable Linux executable or PERL library to create the SSH HMAC signature.

Any help is appreciated.

Jason Thornbrugh
Principal Solutions Engineer
GSC Demo Cloud

18 Posts

April 22nd, 2010 16:00

Never mind.  I found it on line 1765 of the same:

Top