electric.soap.security.encryption
Class WSSEncryption

java.lang.Object
  extended byelectric.soap.security.encryption.xml.XMLEncryption
      extended byelectric.soap.security.encryption.WSSEncryption
All Implemented Interfaces:
IWSSConstants

public class WSSEncryption
extends XMLEncryption
implements IWSSConstants

WSSEncryption

Author:
webMethods

Field Summary
 
Fields inherited from class electric.soap.security.encryption.xml.XMLEncryption
algorithm, realm, reference, secretKeyBytes, userName
 
Fields inherited from interface electric.soap.security.IWSSConstants
PASSWORD_DIGEST, PASSWORD_TEXT, SECURITY, SECURITY_TOKEN_REFERENCE, URI_ATTRIBUTE, WSSE_NAMESPACE, WSSE_PREFIX, WSU_NAMESPACE, WSU_PREFIX, X509_ENCODING_TYPE
 
Constructor Summary
WSSEncryption()
           
WSSEncryption(java.lang.String encryptionSpecName)
           
 
Method Summary
static void addEncryptionSpec(java.lang.String name, WSSEncryption encryptionSpec)
           
static WSSEncryption findEncryptionSpec(java.lang.String name)
           
 
Methods inherited from class electric.soap.security.encryption.xml.XMLEncryption
getAlgorithm, getCertificate, getDecryptedNodes, getKeyName, getPrivateKey, getPublicKey, getRealm, getReference, getSecretKey, getSecretKeyBytes, setAlgorithm, setCertificate, setDecryptedNodes, setKeyName, setPrivateKey, setPublicKey, setRealm, setReference, setSecretKey, setSecretKeyBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSEncryption

public WSSEncryption()

WSSEncryption

public WSSEncryption(java.lang.String encryptionSpecName)
              throws SOAPSecurityException
Parameters:
encryptionSpecName -
Throws:
SOAPSecurityException
Method Detail

addEncryptionSpec

public static void addEncryptionSpec(java.lang.String name,
                                     WSSEncryption encryptionSpec)
Parameters:
name -
encryptionSpec -

findEncryptionSpec

public static WSSEncryption findEncryptionSpec(java.lang.String name)
Parameters:
name -
Returns:
predefined encryption spec, or null.


copyright© 2001-2004 by webMethods All Rights Reserved.