Uses of Class
org.apache.ws.security.message.WSSecBase

Packages that use WSSecBase
org.apache.ws.security.message   
org.apache.ws.security.saml   
 

Uses of WSSecBase in org.apache.ws.security.message
 

Subclasses of WSSecBase in org.apache.ws.security.message
 class WSSecDerivedKeyBase
          Base class for DerivedKey encryption and signature
 class WSSecDKEncrypt
          Encrypts and signs parts of a message with derived keys derived from a symmetric key.
 class WSSecDKSign
          Builder to sign with derived keys
 class WSSecEncrypt
          Encrypts a parts of a message according to WS Specification, X509 profile, and adds the encryption data.
 class WSSecEncryptedKey
          Builder class to build an EncryptedKey.
 class WSSecSAMLToken
          Builds a WS SAML Assertion and inserts it into the SOAP Envelope.
 class WSSecSignature
          Creates a Signature according to WS Specification, X509 profile.
 class WSSecSignatureBase
          This is the base class for WS Security messages that are used for signature generation or verification.
 class WSSecSignatureConfirmation
          Builds a WS SignatureConfirmation and inserts it into the SOAP Envelope.
 class WSSecTimestamp
          Builds a WS Timestamp and inserts it into the SOAP Envelope.
 class WSSecUsernameToken
          Builds a WS UsernameToken.
 

Uses of WSSecBase in org.apache.ws.security.saml
 

Subclasses of WSSecBase in org.apache.ws.security.saml
 class WSSecSignatureSAML
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.