Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Perl and Encrypted SAML Token

by SquirrelHead (Initiate)
on Jul 22, 2015 at 00:05 UTC ( [id://1135738]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <trust:RequestSecurityTokenResponseCollection xmlns:trust="http://docs
    +.oasis-open.org/ws-sx/ws-trust/200512">
    ...
            <trust:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/20051
    +2/Bearer</trust:KeyType>
        </trust:RequestSecurityTokenResponse>
    </trust:RequestSecurityTokenResponseCollection>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      return(undef) unless ($pkey); # Decrypt failed.
      $pem->encode(Content => $pkey);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1135738]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found