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

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

public class EncryptionProcessor
extends Object

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

Field Summary
protected static 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 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-2015 Oracle Corporation. All Rights Reserved.