[wsf-c-dev] WSF4PHP API addtions

Kaushalye Kapuruge kaushalye at wso2.com
Wed Dec 13 03:39:51 PST 2006


James Clark wrote:
> On Wed, 2006-12-13 at 04:23 -0500, nandika at wso2.com wrote:
>   
>> Hi all,
>>
>> To support WS Security encription , following options will be added to
>> the options array for client and server.
>>
>> "encryptionKeyTransportAlgorithm" => algorithm
>> "encryptionSymAlgorithm" => algorithm
>>     
>
> What about following WS Security Policy (section 8.1) instead or in
> addition? i.e.
>
> "algorithmSuite" =>
>
> "Basic256" |
> "Basic192" |
> "Basic128" |
> "TripleDes" |
> "Basic256Rsa15" |
> "Basic192Rsa15" |
> "Basic128Rsa15" |
> "TripleDesRsa15" |
> "Basic256Sha256" |
> "Basic192Sha256" |
> "Basic128Sha256" |
> "TripleDesSha256" |
> "Basic256Sha256Rsa15" |
> "Basic192Sha256Rsa15" |
> "Basic128Sha256Rsa15" |
> "TripleDesSha256Rsa15"
>
> James
>
>
>
>   
+1.
So this means instead of having two options we are giving only one to 
specify algorithms. Even though WS Security Policy is still not ready we 
can support this.
Right now rampart supports following algorithm suits
"Basic256Rsa15"
"Basic192Rsa15"
"Basic128Rsa15"
"TripleDesRsa15"

Nandika,
There are other options that you have to specify
e.g. "keyFileLocation" => /path/to/file,
      "encryptionKeyIdentifier" => Embedded |IssuerSerial 
|DirectReference |KeyIdentifier
      "encryptionUser"   => value
      "keyStorePassword" =>value
If you find better names for these please  reply :)
Cheers,
Kaushalye
>
>
> _______________________________________________
> Wsf-c-dev mailing list
> Wsf-c-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev
>
>   





More information about the Wsf-c-dev mailing list