com.sun.xml.wss.impl.apachecrypto
Class EncryptionProcessor

java.lang.Object
  extended by com.sun.xml.wss.impl.apachecrypto.EncryptionProcessor

public class EncryptionProcessor
extends java.lang.Object

Author:
XWSS Security Team, K.Venugopal@sun.com

Field Summary
protected static java.util.logging.Logger log
           
 
Constructor Summary
EncryptionProcessor()
          Creates a new instance of EncryptionProcessor
 
Method Summary
static void encrypt(FilterProcessingContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final java.util.logging.Logger log
Constructor Detail

EncryptionProcessor

public EncryptionProcessor()
Creates a new instance of EncryptionProcessor

Method Detail

encrypt

public static void encrypt(FilterProcessingContext context)
                    throws XWSSecurityException
Throws:
XWSSecurityException


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.